org.apache.continuum.xmlrpc.repository
Class RepositoryPurgeConfiguration

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

public class RepositoryPurgeConfiguration
extends AbstractPurgeConfiguration
implements Serializable

Class RepositoryPurgeConfiguration.

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

Constructor Summary
RepositoryPurgeConfiguration()
           
 
Method Summary
 LocalRepository getRepository()
          Get the repository field.
 boolean isDeleteReleasedSnapshots()
          Get true if the released snapshots are to be removed from the repo during repository purge.
 void setDeleteReleasedSnapshots(boolean deleteReleasedSnapshots)
          Set true if the released snapshots are to be removed from the repo during repository purge.
 void setRepository(LocalRepository repository)
          Set the repository field.
 
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

RepositoryPurgeConfiguration

public RepositoryPurgeConfiguration()
Method Detail

getRepository

public LocalRepository getRepository()
Get the repository field.

Returns:
LocalRepository

isDeleteReleasedSnapshots

public boolean isDeleteReleasedSnapshots()
Get true if the released snapshots are to be removed from the repo during repository purge.

Returns:
boolean

setDeleteReleasedSnapshots

public void setDeleteReleasedSnapshots(boolean deleteReleasedSnapshots)
Set true if the released snapshots are to be removed from the repo during repository purge.

Parameters:
deleteReleasedSnapshots -

setRepository

public void setRepository(LocalRepository repository)
Set the repository field.

Parameters:
repository -


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