org.apache.continuum.purge.executor
Interface ContinuumPurgeExecutor

All Known Implementing Classes:
AbstractContinuumPurgeExecutor, CleanAllPurgeExecutor, DaysOldDirectoryPurgeExecutor, DaysOldRepositoryPurgeExecutor, ReleasedSnapshotsRepositoryPurgeExecutor, RetentionCountDirectoryPurgeExecutor, RetentionCountRepositoryPurgeExecutor

public interface ContinuumPurgeExecutor

Since:
25 jul 07
Version:
$Id: ContinuumPurgeExecutor.java 1372267 2012-08-13 05:47:30Z brett $
Author:
Maria Catherine Tan

Field Summary
static String ROLE
           
 
Method Summary
 void purge(String path)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

purge

void purge(String path)
           throws ContinuumPurgeExecutorException
Throws:
ContinuumPurgeExecutorException


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