|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Detector.ResourceFolderScanner
Specialized interface for detectors that scan resource folders (the folder directory itself, not the individual files within it
| Method Summary | |
|---|---|
boolean |
appliesTo(com.android.resources.ResourceFolderType folderType)
Returns whether this detector applies to the given folder type. |
void |
checkFolder(ResourceContext context,
java.lang.String folderName)
Called for each resource folder |
| Method Detail |
|---|
void checkFolder(@NonNull
ResourceContext context,
@NonNull
java.lang.String folderName)
context - the context for the resource folderfolderName - the resource folder name
boolean appliesTo(@NonNull
com.android.resources.ResourceFolderType folderType)
folderType - the folder type to be visited
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||