org.apache.continuum.purge.repository.scanner
Class RepositoryScannerInstance

java.lang.Object
  extended by 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


Constructor Summary
RepositoryScannerInstance(LocalRepository repository, PurgeController purgeController)
           
 
Method Summary
 void debug(String message)
           
 void directoryWalkFinished()
           
 void directoryWalkStarting(File file)
           
 void directoryWalkStep(int percentage, File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryScannerInstance

public RepositoryScannerInstance(LocalRepository repository,
                                 PurgeController purgeController)
Method Detail

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.