org.jenkinsci.plugins.mavenrepocleaner
Class RepositoryCleaner

java.lang.Object
  extended by org.apache.commons.io.DirectoryWalker
      extended by org.jenkinsci.plugins.mavenrepocleaner.RepositoryCleaner

public class RepositoryCleaner
extends org.apache.commons.io.DirectoryWalker

Hello world!


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.io.DirectoryWalker
org.apache.commons.io.DirectoryWalker.CancelException
 
Constructor Summary
RepositoryCleaner(long timestamp)
           
 
Method Summary
 Collection<String> clean(File repository)
           
protected  void handleDirectoryStart(File directory, int depth, Collection results)
           
 
Methods inherited from class org.apache.commons.io.DirectoryWalker
checkIfCancelled, filterDirectoryContents, handleCancelled, handleDirectory, handleDirectoryEnd, handleEnd, handleFile, handleIsCancelled, handleRestricted, handleStart, walk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryCleaner

public RepositoryCleaner(long timestamp)
Method Detail

clean

public Collection<String> clean(File repository)
                         throws IOException
Throws:
IOException

handleDirectoryStart

protected final void handleDirectoryStart(File directory,
                                          int depth,
                                          Collection results)
                                   throws IOException
Overrides:
handleDirectoryStart in class org.apache.commons.io.DirectoryWalker
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.