public class FeatureReaderImpl extends java.lang.Object implements FeatureReader
Constructor and Description |
---|
FeatureReaderImpl() |
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) |
public boolean selectFile(@NotNull java.io.File file, @NotNull java.lang.String app)
selectFile
in interface FeatureReader
file
- The file being scannedapp
- The app we are testing againstpublic boolean matchesFeatureGroup(@NotNull java.lang.String featureGroupList, @NotNull java.lang.String featureGroup)
matchesFeatureGroup
in interface FeatureReader
featureGroupList
- A comma separated list of feature groupsfeatureGroup
- A feature group to match to the list in featureGroupList