Uses of Interface
org.jboss.migration.wfly10.config.management.HostResource
-
Packages that use HostResource Package Description org.jboss.migration.wfly10.config.management org.jboss.migration.wfly10.config.management.impl org.jboss.migration.wfly10.config.task -
-
Uses of HostResource in org.jboss.migration.wfly10.config.management
Methods in org.jboss.migration.wfly10.config.management that return HostResource Modifier and Type Method Description default HostResourceHostResource.Parent. getHostResource(String resourceName)Methods in org.jboss.migration.wfly10.config.management that return types with arguments of type HostResource Modifier and Type Method Description default List<HostResource>HostResource.Parent. getHostResources() -
Uses of HostResource in org.jboss.migration.wfly10.config.management.impl
Classes in org.jboss.migration.wfly10.config.management.impl that implement HostResource Modifier and Type Class Description classHostResourceImplMethods in org.jboss.migration.wfly10.config.management.impl that return HostResource Modifier and Type Method Description HostResourceHostResourceImpl.Factory. newResourceInstance(String resourceName) -
Uses of HostResource in org.jboss.migration.wfly10.config.task
Methods in org.jboss.migration.wfly10.config.task that return types with arguments of type HostResource Modifier and Type Method Description protected ManageableResourceComponentTaskBuilder<S,HostResource,?>HostMigration. getSubtask()
-