org.apache.continuum.xmlrpc.repository
Class DirectoryPurgeConfiguration

Package class diagram package DirectoryPurgeConfiguration
java.lang.Object
  extended by org.apache.continuum.xmlrpc.repository.AbstractPurgeConfiguration
      extended by org.apache.continuum.xmlrpc.repository.DirectoryPurgeConfiguration
All Implemented Interfaces:
java.io.Serializable

public class DirectoryPurgeConfiguration
extends AbstractPurgeConfiguration
implements java.io.Serializable

Class DirectoryPurgeConfiguration.

See Also:
Serialized Form

Constructor Summary
DirectoryPurgeConfiguration()
           
 
Method Summary
 java.lang.String getDirectoryType()
          Get The type of directory.
 java.lang.String getLocation()
          Get The file system path for this directory .
 java.lang.String getModelEncoding()
           
 void setDirectoryType(java.lang.String directoryType)
          Set The type of directory.
 void setLocation(java.lang.String location)
          Set The file system path for this directory .
 void setModelEncoding(java.lang.String modelEncoding)
          Set an encoding used for reading/writing the model.
 
Methods inherited from class org.apache.continuum.xmlrpc.repository.AbstractPurgeConfiguration
equals, getDaysOlder, getDescription, getId, getRetentionCount, getSchedule, hashCode, isDefaultPurge, isDeleteAll, isEnabled, setDaysOlder, setDefaultPurge, setDeleteAll, setDescription, setEnabled, setId, setRetentionCount, setSchedule, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryPurgeConfiguration

public DirectoryPurgeConfiguration()
Method Detail

getDirectoryType

public java.lang.String getDirectoryType()
Get The type of directory. Valid values are "releases" and "buildOutput" .

Returns:
String

getLocation

public java.lang.String getLocation()
Get The file system path for this directory .

Returns:
String

setDirectoryType

public void setDirectoryType(java.lang.String directoryType)
Set The type of directory. Valid values are "releases" and "buildOutput" .

Parameters:
directoryType -

setLocation

public void setLocation(java.lang.String location)
Set The file system path for this directory .

Parameters:
location -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model.

Overrides:
setModelEncoding in class AbstractPurgeConfiguration
Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class AbstractPurgeConfiguration
Returns:
the current encoding used when reading/writing this model.