org.sonar.squid.utils
Class FilesDiscovery

java.lang.Object
  extended by org.sonar.squid.utils.FilesDiscovery

public final class FilesDiscovery
extends java.lang.Object


Method Summary
static java.util.List<java.io.File> traverse(java.io.File aNode)
          Traverses a specified node looking for files to check.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

traverse

public static java.util.List<java.io.File> traverse(java.io.File aNode)
Traverses a specified node looking for files to check. Found files are added to a specified list. Subdirectories are also traversed.

Parameters:
aNode - the node to process
aFiles - list to add found files to


Copyright © 2009 SonarSource SA. All Rights Reserved.