Uses of Class
org.codice.ddf.test.common.configurators.FeatureOptionBuilder.FeatureOption
Packages that use FeatureOptionBuilder.FeatureOption
-
Uses of FeatureOptionBuilder.FeatureOption in org.codice.ddf.test.common.configurators
Methods in org.codice.ddf.test.common.configurators that return FeatureOptionBuilder.FeatureOptionModifier and TypeMethodDescriptionFeatureOptionBuilder.addFeatureFrom(String groupId, String artifactId, String featureFileName, String featureName) Creates a newFeatureOptionBuilder.FeatureOptionthat contains the feature contained in the feature file identified by the Maven coordinates and file name provided.FeatureOptionBuilder.FeatureOption.addFeatureFrom(String groupId, String artifactId, String featureFileName, String featureName) Adds a newOptionfor the feature contained in the feature file identified by the Maven coordinates and file name provided.FeatureOptionBuilder.addFeatures(String groupId, String artifactId, String... featureNames) Creates a newFeatureOptionBuilder.FeatureOptionthat contains the features listed and contained in the features.xml file identified by the Maven coordinates provided.FeatureOptionBuilder.FeatureOption.addFeatures(String groupId, String artifactId, String... featureNames) Adds a newOptionfor the features listed and contained in the features.xml file identified by the Maven coordinates provided.FeatureOptionBuilder.empty()Creates an emptyFeatureOptionBuilder.FeatureOption.protected FeatureOptionBuilder.FeatureOptionDdfBaseOptions.getFeatureOptions()Gets theFeatureOptionBuilder.FeatureOptionthat contains all the features to start in the Pax Exam container for the tests to run.