org.apache.continuum.xmlrpc.repository
Class DirectoryPurgeConfiguration

java.lang.Object
  extended by org.apache.continuum.xmlrpc.repository.AbstractPurgeConfiguration
      extended by org.apache.continuum.xmlrpc.repository.DirectoryPurgeConfiguration
All Implemented Interfaces:
Serializable

public class DirectoryPurgeConfiguration
extends AbstractPurgeConfiguration
implements Serializable

Class DirectoryPurgeConfiguration.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
DirectoryPurgeConfiguration()
           
 
Method Summary
 String getDirectoryType()
          Get the type of directory.
 String getLocation()
          Get the file system path for this directory.
 void setDirectoryType(String directoryType)
          Set the type of directory.
 void setLocation(String location)
          Set the file system path for this directory.
 
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 String getDirectoryType()
Get the type of directory. Valid values are "releases" and "buildOutput".

Returns:
String

getLocation

public String getLocation()
Get the file system path for this directory.

Returns:
String

setDirectoryType

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

Parameters:
directoryType -

setLocation

public void setLocation(String location)
Set the file system path for this directory.

Parameters:
location -


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.