org.apache.continuum.purge.executor
Class ReleasedSnapshotsRepositoryPurgeExecutor

java.lang.Object
  extended by org.apache.continuum.purge.executor.AbstractContinuumPurgeExecutor
      extended by org.apache.continuum.purge.executor.ReleasedSnapshotsRepositoryPurgeExecutor
All Implemented Interfaces:
ContinuumPurgeExecutor

public class ReleasedSnapshotsRepositoryPurgeExecutor
extends AbstractContinuumPurgeExecutor

Codes were taken from Archiva's CleanupReleasedSnapshotsRepositoryPurge and just made some few changes

Author:
Maria Catherine Tan

Field Summary
 
Fields inherited from interface org.apache.continuum.purge.executor.ContinuumPurgeExecutor
ROLE
 
Constructor Summary
ReleasedSnapshotsRepositoryPurgeExecutor(RepositoryManagedContent repository)
           
 
Method Summary
 void purge(String path)
           
 
Methods inherited from class org.apache.continuum.purge.executor.AbstractContinuumPurgeExecutor
purge, purgeSupportFiles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReleasedSnapshotsRepositoryPurgeExecutor

public ReleasedSnapshotsRepositoryPurgeExecutor(RepositoryManagedContent repository)
Method Detail

purge

public void purge(String path)
           throws ContinuumPurgeExecutorException
Throws:
ContinuumPurgeExecutorException


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