org.apache.continuum.purge.repository.scanner
Class RepositoryScannerInstance
java.lang.Object
org.apache.continuum.purge.repository.scanner.RepositoryScannerInstance
- All Implemented Interfaces:
- org.codehaus.plexus.util.DirectoryWalkListener
public class RepositoryScannerInstance
- extends Object
- implements org.codehaus.plexus.util.DirectoryWalkListener
Codes were taken from Archiva and made some few changes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepositoryScannerInstance
public RepositoryScannerInstance(LocalRepository repository,
PurgeController purgeController)
debug
public void debug(String message)
- Specified by:
debug
in interface org.codehaus.plexus.util.DirectoryWalkListener
directoryWalkFinished
public void directoryWalkFinished()
- Specified by:
directoryWalkFinished
in interface org.codehaus.plexus.util.DirectoryWalkListener
directoryWalkStarting
public void directoryWalkStarting(File file)
- Specified by:
directoryWalkStarting
in interface org.codehaus.plexus.util.DirectoryWalkListener
directoryWalkStep
public void directoryWalkStep(int percentage,
File file)
- Specified by:
directoryWalkStep
in interface org.codehaus.plexus.util.DirectoryWalkListener
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.