|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensolaris.opengrok.history.ExternalRepository
public abstract class ExternalRepository
An interface for an external repository.
Constructor Summary | |
---|---|
ExternalRepository()
|
Method Summary | |
---|---|
java.lang.String |
getDirectoryName()
Get the name of the root directory for this repository. |
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 ExternalRepository()
Method Detail |
---|
public java.lang.String getDirectoryName()
public void setDirectoryName(java.lang.String directoryName)
directoryName
- the new name of the root directory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |