com.redstarhackers.craftsman.util
Class SCMInfo

java.lang.Object
  extended by com.redstarhackers.craftsman.util.SCMInfo

public class SCMInfo
extends java.lang.Object

TODO Class summary sentence. Class documentation.

Version:
$Revision: 360 $
Author:
$Author: kostya $

Nested Class Summary
static class SCMInfo.Type
           
 
Constructor Summary
SCMInfo()
           
 
Method Summary
 java.lang.String getHost()
           
 java.lang.String getProtocol()
           
 java.lang.String getRepository()
           
 java.lang.String getRoot()
           
 java.util.Properties getSettings()
           
 SCMInfo.Type getType()
           
 java.lang.String getUsername()
           
 void setHost(java.lang.String host)
           
 void setProtocol(java.lang.String protocol)
           
 void setRepository(java.lang.String repository)
           
 void setRoot(java.lang.String root)
           
 void setType(SCMInfo.Type type)
           
 void setUsername(java.lang.String username)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCMInfo

public SCMInfo()
Method Detail

getType

public SCMInfo.Type getType()
Returns:
Returns the type.

setType

public void setType(SCMInfo.Type type)
Parameters:
type - The type to set.

getHost

public java.lang.String getHost()
Returns:
Returns the host.

setHost

public void setHost(java.lang.String host)
Parameters:
host - The host to set.

getProtocol

public java.lang.String getProtocol()
Returns:
Returns the protocol.

setProtocol

public void setProtocol(java.lang.String protocol)
Parameters:
protocol - The protocol to set.

getRepository

public java.lang.String getRepository()
Returns:
Returns the repository.

setRepository

public void setRepository(java.lang.String repository)
Parameters:
repository - The repository to set.

getUsername

public java.lang.String getUsername()
Returns:
Returns the username.

setUsername

public void setUsername(java.lang.String username)
Parameters:
username - The username to set.

getRoot

public java.lang.String getRoot()
Returns:
Returns the root.

setRoot

public void setRoot(java.lang.String root)
Parameters:
root - The root to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getSettings

public java.util.Properties getSettings()