org.apache.continuum.purge.repository.scanner
Interface RepositoryScanner
- All Known Implementing Classes:
- DefaultRepositoryScanner
public interface RepositoryScanner
Codes were taken from Archiva and made some changes.
- Since:
- 25 jul 07
- Version:
- $Id: RepositoryScanner.java 1372260 2012-08-13 04:29:09Z brett $
- Author:
- Maria Catherine Tan
IGNORABLE_CONTENT
static final String[] IGNORABLE_CONTENT
Typical Ignorable Content patterns.
scan
void scan(LocalRepository repository,
PurgeController purgeController)
throws ContinuumPurgeExecutorException
- Throws:
ContinuumPurgeExecutorException
scan
void scan(LocalRepository repository,
PurgeController purgeController,
List<String> ignoredContentPatterns)
throws ContinuumPurgeExecutorException
- Throws:
ContinuumPurgeExecutorException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.