com.timeindexing.servlet
Class RepositoryInfo

java.lang.Object
  extended by com.timeindexing.servlet.RepositoryInfo

public class RepositoryInfo
extends java.lang.Object

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

RepositoryInfo

public RepositoryInfo(java.lang.String name,
                      java.lang.String indexPath,
                      java.lang.String descriptorPath)
Constructor for a RepositoryInfo.

Method Detail

getName

public java.lang.String getName()
Get the name of the repository.

Returns:
the name

setName

public void setName(java.lang.String argName)
Sets the name of the repository.

Parameters:
argName - Value to assign to name

getIndexPath

public java.lang.String getIndexPath()
Gets the index path of the repository.

Returns:
the value of indexPath

setIndexPath

public void setIndexPath(java.lang.String argIndexPath)
Sets the indexPath of the repository.

Parameters:
argIndexPath - Value to assign to this.indexPath

getDescriptorPath

public java.lang.String getDescriptorPath()
Gets the descriptorPath of the repository.

Returns:
the value of descriptorPath

setDescriptorPath

public void setDescriptorPath(java.lang.String argDescriptorPath)
Sets the value of descriptorPath.

Parameters:
argDescriptorPath - Value to assign to this.descriptorPath


Timeindexing 2008