com.android.sdklib.build
Interface SourceSearcher.SourceFileProcessor

All Known Implementing Classes:
FileGatherer
Enclosing class:
SourceSearcher

public static interface SourceSearcher.SourceFileProcessor


Method Summary
 void processFile(java.io.File sourceFile, java.lang.String extension)
           
 

Method Detail

processFile

void processFile(@NonNull
                 java.io.File sourceFile,
                 @NonNull
                 java.lang.String extension)
                 throws java.io.IOException
Throws:
java.io.IOException