|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensolaris.opengrok.history.Repository
public abstract class Repository
An interface for an external repository.
| Constructor Summary | |
|---|---|
Repository()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDirectoryName()
Get the name of the root directory for this repository. |
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 |
setDirectoryName(java.lang.String directoryName)
Specify the name of the root directory for this repository. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Repository()
| Method Detail |
|---|
public java.lang.String getDirectoryName()
public void setDirectoryName(java.lang.String directoryName)
directoryName - the new name of the root directorypublic boolean isWorking()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||