org.universAAL.support.directives.util
Class SourceExplorer

Package class diagram package SourceExplorer
java.lang.Object
  extended by org.apache.commons.io.DirectoryWalker
      extended by org.universAAL.support.directives.util.SourceExplorer

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


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

Constructor Detail

SourceExplorer

public SourceExplorer(SourceChecker sourceTest)
Method Detail

handleDirectory

protected boolean handleDirectory(File directory,
                                  int depth,
                                  Collection results)
                           throws IOException

Overrides:
handleDirectory in class org.apache.commons.io.DirectoryWalker
Throws:
IOException

walk

public ArrayList<File> walk(String startDir)

handleFile

protected void handleFile(File file,
                          int depth,
                          Collection results)
                   throws IOException

Overrides:
handleFile in class org.apache.commons.io.DirectoryWalker
Throws:
IOException


Copyright © 2014 universAAL Consortium. All Rights Reserved.