com.android.sdklib.build
Class FileGatherer

java.lang.Object
  extended by com.android.sdklib.build.FileGatherer
All Implemented Interfaces:
SourceSearcher.SourceFileProcessor

public class FileGatherer
extends java.lang.Object
implements SourceSearcher.SourceFileProcessor

Source Searcher processor, gathering a list of all the files found by the SourceSearcher.


Constructor Summary
FileGatherer()
           
 
Method Summary
 java.util.List<java.io.File> getFiles()
           
 void processFile(java.io.File sourceFile, java.lang.String extension)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileGatherer

public FileGatherer()
Method Detail

processFile

public void processFile(@NonNull
                        java.io.File sourceFile,
                        @NonNull
                        java.lang.String extension)
                 throws java.io.IOException
Specified by:
processFile in interface SourceSearcher.SourceFileProcessor
Throws:
java.io.IOException

getFiles

@NonNull
public java.util.List<java.io.File> getFiles()