Uses of Interface
org.jboss.migration.wfly10.config.management.ManageableServerConfiguration
-
-
Uses of ManageableServerConfiguration in org.jboss.migration.wfly10.config.management
Subinterfaces of ManageableServerConfiguration in org.jboss.migration.wfly10.config.management Modifier and Type Interface Description interfaceHostConfigurationinterfaceHostControllerConfigurationinterfaceStandaloneServerConfigurationMethods in org.jboss.migration.wfly10.config.management with type parameters of type ManageableServerConfiguration Modifier and Type Method Description static <T extends ManageableServerConfiguration>
ManageableResourceSelector<T>ManageableResourceSelectors. selectServerConfiguration()Methods in org.jboss.migration.wfly10.config.management that return ManageableServerConfiguration Modifier and Type Method Description ManageableServerConfigurationManageableResource. getServerConfiguration() -
Uses of ManageableServerConfiguration in org.jboss.migration.wfly10.config.management.impl
Classes in org.jboss.migration.wfly10.config.management.impl that implement ManageableServerConfiguration Modifier and Type Class Description classAbstractManageableServerConfigurationclassEmbeddedHostConfigurationclassEmbeddedHostControllerConfigurationclassEmbeddedStandaloneServerConfigurationFields in org.jboss.migration.wfly10.config.management.impl declared as ManageableServerConfiguration Modifier and Type Field Description protected ManageableServerConfigurationAbstractManageableResource.Factory. serverConfigurationMethods in org.jboss.migration.wfly10.config.management.impl that return ManageableServerConfiguration Modifier and Type Method Description ManageableServerConfigurationAbstractManageableResource. getServerConfiguration() -
Uses of ManageableServerConfiguration in org.jboss.migration.wfly10.config.task
-
Uses of ManageableServerConfiguration in org.jboss.migration.wfly10.config.task.factory
Classes in org.jboss.migration.wfly10.config.task.factory with type parameters of type ManageableServerConfiguration Modifier and Type Interface Description interfaceManageableServerConfigurationTaskFactory<S,T extends ManageableServerConfiguration>Methods in org.jboss.migration.wfly10.config.task.factory with type parameters of type ManageableServerConfiguration Modifier and Type Method Description static <S,T extends ManageableServerConfiguration>
ManageableServerConfigurationTaskFactory<S,T>ManageableServerConfigurationTaskFactory. of(ManageableServerConfigurationComponentTaskBuilder<S,?> subtaskBuilder)static <S,T extends ManageableServerConfiguration>
ManageableServerConfigurationTaskFactory<S,T>ManageableServerConfigurationTaskFactory. of(ManageableResourceComponentTaskBuilder<S,ManageableResource,?> subtaskBuilder)static <S,T extends ManageableServerConfiguration>
ManageableServerConfigurationTaskFactory<S,T>ManageableServerConfigurationTaskFactory. of(ManageableResourcesComponentTaskBuilder<S,ManageableResource,?> subtaskBuilder) -
Uses of ManageableServerConfiguration in org.jboss.migration.wfly10.config.task.management.configuration
Methods in org.jboss.migration.wfly10.config.task.management.configuration that return ManageableServerConfiguration Modifier and Type Method Description ManageableServerConfigurationManageableServerConfigurationBuildParameters. getServerConfiguration()ManageableServerConfigurationManageableServerConfigurationBuildParametersImpl. getServerConfiguration()Constructors in org.jboss.migration.wfly10.config.task.management.configuration with parameters of type ManageableServerConfiguration Constructor Description ManageableServerConfigurationBuildParametersImpl(S source, ManageableServerConfiguration serverConfiguration) -
Uses of ManageableServerConfiguration in org.jboss.migration.wfly10.config.task.management.resources
Constructors in org.jboss.migration.wfly10.config.task.management.resources with parameters of type ManageableServerConfiguration Constructor Description ManageableResourcesBuildParametersImpl(S source, ManageableServerConfiguration serverConfiguration, Collection<? extends R> resources)
-