public class CvsRepositoryData extends RepositoryData
Only those methods specified to throw NullPointerException do not
accept null values to clear the corresponding field.
RepositoryData.TypeNAME_REGEX, NAME_REGEX_PATTERN, TIME_INTERVAL_REGEX| Constructor and Description |
|---|
CvsRepositoryData(java.lang.String name,
java.lang.String directory)
See the documentation of
RepositoryData.setName(String) and setDirectory(String)
for possible exceptions thrown. |
| Modifier and Type | Method and Description |
|---|---|
java.nio.charset.Charset |
getCharset() |
java.lang.String |
getDirectory() |
java.lang.String |
getLocationDescription() |
RepositoryData.Type |
getType() |
void |
setCharset(java.nio.charset.Charset charset) |
void |
setDirectory(java.lang.String directory) |
getDescription, getName, getParent, isManaged, isObsolete, isStoreDiff, setDescription, setManaged, setName, setParent, setStoreDiffpublic CvsRepositoryData(java.lang.String name,
java.lang.String directory)
See the documentation of RepositoryData.setName(String) and setDirectory(String)
for possible exceptions thrown.
public RepositoryData.Type getType()
getType in class RepositoryDatapublic java.lang.String getDirectory()
public void setDirectory(java.lang.String directory)
java.lang.NullPointerException - if directory is nulljava.lang.IllegalArgumentException - if directory is blankpublic java.nio.charset.Charset getCharset()
public void setCharset(java.nio.charset.Charset charset)
public java.lang.String getLocationDescription()
getLocationDescription in class RepositoryData