org.apache.continuum.purge.controller
Class RepositoryPurgeController

java.lang.Object
  extended by org.apache.continuum.purge.controller.RepositoryPurgeController
All Implemented Interfaces:
PurgeController

public class RepositoryPurgeController
extends Object
implements PurgeController

DefaultPurgeController

Author:
Maria Catherine Tan

Field Summary
 
Fields inherited from interface org.apache.continuum.purge.controller.PurgeController
ROLE
 
Constructor Summary
RepositoryPurgeController()
           
 
Method Summary
 void doPurge(AbstractPurgeConfiguration purgeConfig)
           
 void doPurge(String path)
           
 void initializeExecutors(AbstractPurgeConfiguration purgeConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryPurgeController

public RepositoryPurgeController()
Method Detail

initializeExecutors

public void initializeExecutors(AbstractPurgeConfiguration purgeConfig)
                         throws ContinuumPurgeExecutorException
Specified by:
initializeExecutors in interface PurgeController
Throws:
ContinuumPurgeExecutorException

doPurge

public void doPurge(AbstractPurgeConfiguration purgeConfig)
Specified by:
doPurge in interface PurgeController

doPurge

public void doPurge(String path)
Specified by:
doPurge in interface PurgeController


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