public class RepositoryInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
datePattern |
protected java.lang.String |
directoryName |
protected boolean |
remote |
protected java.lang.String |
type |
protected boolean |
working |
Constructor and Description |
---|
RepositoryInfo()
Empty constructor to support serialization.
|
RepositoryInfo(RepositoryInfo orig) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDatePattern() |
java.lang.String |
getDirectoryName()
Get the name of the root directory for this repository.
|
java.lang.String |
getType()
get property type
|
boolean |
isRemote()
Is the history and version information for this repository stored on
a remote server?
|
boolean |
isWorking()
Returns true if this repository is usable in this context (for SCM
systems that use external binaries, the binary must be availabe etc)
|
void |
setDatePattern(java.lang.String datePattern) |
void |
setDirectoryName(java.lang.String directoryName)
Specify the name of the root directory for this repository.
|
void |
setRemote(boolean remote)
Set the property remote
|
void |
setType(java.lang.String type)
Set property type
|
void |
setWorking(boolean working)
Set the property working
|
protected java.lang.String directoryName
protected boolean working
protected java.lang.String type
protected boolean remote
protected java.lang.String datePattern
public RepositoryInfo()
public RepositoryInfo(RepositoryInfo orig)
public java.lang.String getDirectoryName()
public void setDirectoryName(java.lang.String directoryName)
directoryName
- the new name of the root directorypublic boolean isWorking()
public void setWorking(boolean working)
working
- public boolean isRemote()
public void setRemote(boolean remote)
remote
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public void setDatePattern(java.lang.String datePattern)
public java.lang.String getDatePattern()