org.apache.continuum.purge.executor
Class DaysOldRepositoryPurgeExecutor
java.lang.Object
org.apache.continuum.purge.executor.AbstractContinuumPurgeExecutor
org.apache.continuum.purge.executor.DaysOldRepositoryPurgeExecutor
- All Implemented Interfaces:
- ContinuumPurgeExecutor
public class DaysOldRepositoryPurgeExecutor
- extends AbstractContinuumPurgeExecutor
- implements ContinuumPurgeExecutor
Codes were taken from Archiva's DaysOldRepositoryPurge and made some few changes.
- Author:
- Maria Catherine Tan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaysOldRepositoryPurgeExecutor
public DaysOldRepositoryPurgeExecutor(RepositoryManagedContent repository,
int daysOlder,
int retentionCount)
purge
public void purge(String path)
throws ContinuumPurgeExecutorException
- Specified by:
purge
in interface ContinuumPurgeExecutor
- Throws:
ContinuumPurgeExecutorException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.