| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.sdklib.build.SourceSearcher
public class SourceSearcher
Class to search for source files (by extension) in a set of source folders.
| Nested Class Summary | |
|---|---|
| static interface | SourceSearcher.SourceFileProcessor | 
| Constructor Summary | |
|---|---|
| SourceSearcher(java.util.List<java.io.File> sourceFolders,
               java.lang.String... extensions) | |
| Method Summary | |
|---|---|
|  void | search(SourceSearcher.SourceFileProcessor processor) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SourceSearcher(@NonNull
                      java.util.List<java.io.File> sourceFolders,
                      @NonNull
                      java.lang.String... extensions)
| Method Detail | 
|---|
public void search(@NonNull
                   SourceSearcher.SourceFileProcessor processor)
            throws java.io.IOException
java.io.IOException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||