|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.sdklib.build.FileGatherer
public class FileGatherer
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 |
---|
public FileGatherer()
Method Detail |
---|
public void processFile(@NonNull java.io.File sourceFile, @NonNull java.lang.String extension) throws java.io.IOException
processFile
in interface SourceSearcher.SourceFileProcessor
java.io.IOException
@NonNull public java.util.List<java.io.File> getFiles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |