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.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int removeDir(java.io.File directory)