|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.servlet.RepositoryInfo
public class RepositoryInfo
A class that stores information about a repository.
It keeps:
| Constructor Summary | |
|---|---|
RepositoryInfo(java.lang.String name,
java.lang.String indexPath,
java.lang.String descriptorPath)
Constructor for a RepositoryInfo. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescriptorPath()
Gets the descriptorPath of the repository. |
java.lang.String |
getIndexPath()
Gets the index path of the repository. |
java.lang.String |
getName()
Get the name of the repository. |
void |
setDescriptorPath(java.lang.String argDescriptorPath)
Sets the value of descriptorPath. |
void |
setIndexPath(java.lang.String argIndexPath)
Sets the indexPath of the repository. |
void |
setName(java.lang.String argName)
Sets the name of the repository. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryInfo(java.lang.String name,
java.lang.String indexPath,
java.lang.String descriptorPath)
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String argName)
argName - Value to assign to namepublic java.lang.String getIndexPath()
public void setIndexPath(java.lang.String argIndexPath)
argIndexPath - Value to assign to this.indexPathpublic java.lang.String getDescriptorPath()
public void setDescriptorPath(java.lang.String argDescriptorPath)
argDescriptorPath - Value to assign to this.descriptorPath
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||