public class LocalPathFeatureLoaderImpl extends java.lang.Object implements FeatureLoader
Constructor and Description |
---|
LocalPathFeatureLoaderImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
loadFeatures(java.util.List<java.lang.String> identifier,
java.lang.String featureGroup)
Load the features from some external source and save them to the disk
|
java.lang.String |
loadFeatures(java.lang.String identifier,
java.lang.String featureGroup)
Load the features from some external source and save them to the disk
|
@NotNull public java.lang.String loadFeatures(java.lang.String identifier, java.lang.String featureGroup)
FeatureLoader
loadFeatures
in interface FeatureLoader
identifier
- Some identifier that the implementing class can use to find the featuresfeatureGroup
- The name of the application we are testing@NotNull public java.lang.String loadFeatures(@NotNull java.util.List<java.lang.String> identifier, java.lang.String featureGroup)
FeatureLoader
loadFeatures
in interface FeatureLoader
identifier
- Some identifiers that the implementing class can use to find the featuresfeatureGroup
- The name of the application we are testing