public static class LocalRepositoryManager.LocalRepository extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Returns true iff the given object is a LocalRepository containing
the same directories this LocalRepository.
|
java.io.File |
getDefaultDirectory()
Get the default directory.
|
int |
hashCode()
Get the hash code of this LocalRepository.
|
boolean |
isFileRepoDirectory(java.io.File file)
Returns true if the given file is one of the directories of this repository.
|
int |
removeDir(java.io.File directory)
Remove a root directory.
|
java.lang.String |
toString()
Get the absolute path of the default root directory.
|
public java.io.File getDefaultDirectory()
public boolean isFileRepoDirectory(java.io.File file)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int removeDir(java.io.File directory)