Interface ConfiguratorSuite
public interface ConfiguratorSuite
This code is experimental. While this interface is functional and tested, it may change or be
removed in a future version of the library.
Provides access to a ConfiguratorFactory and a collection of Actions
-
Method Summary
Modifier and TypeMethodDescriptionorg.codice.ddf.admin.configurator.ConfiguratorFactory
-
Method Details
-
getConfiguratorFactory
org.codice.ddf.admin.configurator.ConfiguratorFactory getConfiguratorFactory() -
getBundleActions
BundleActions getBundleActions() -
getFeatureActions
FeatureActions getFeatureActions() -
getManagedServiceActions
ManagedServiceActions getManagedServiceActions() -
getPropertyActions
PropertyActions getPropertyActions() -
getServiceActions
ServiceActions getServiceActions() -
getServiceReader
ServiceReader getServiceReader()
-