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