public interface FeatureReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchesFeatureGroup(java.lang.String featureGroupList,
java.lang.String featureGroup) |
boolean |
selectFile(java.io.File file,
java.lang.String app) |
boolean selectFile(@NotNull
java.io.File file,
@NotNull
java.lang.String app)
file - The file being scannedapp - The app we are testing againstboolean matchesFeatureGroup(@NotNull
java.lang.String featureGroupList,
@NotNull
java.lang.String featureGroup)
featureGroupList - A comma separated list of feature groupsfeatureGroup - A feature group to match to the list in featureGroupList