Uses of Interface
org.jboss.migration.wfly10.config.management.DeploymentResource
-
Packages that use DeploymentResource Package Description org.jboss.migration.wfly10.config.management org.jboss.migration.wfly10.config.management.impl org.jboss.migration.wfly10.config.task.update -
-
Uses of DeploymentResource in org.jboss.migration.wfly10.config.management
Methods in org.jboss.migration.wfly10.config.management that return DeploymentResource Modifier and Type Method Description default DeploymentResourceDeploymentResource.Parent. getDeploymentResource(String resourceName)Methods in org.jboss.migration.wfly10.config.management that return types with arguments of type DeploymentResource Modifier and Type Method Description default List<DeploymentResource>DeploymentResource.Parent. getDeploymentResources() -
Uses of DeploymentResource in org.jboss.migration.wfly10.config.management.impl
Classes in org.jboss.migration.wfly10.config.management.impl that implement DeploymentResource Modifier and Type Class Description classDeploymentResourceImplMethods in org.jboss.migration.wfly10.config.management.impl that return DeploymentResource Modifier and Type Method Description DeploymentResourceEmbeddedStandaloneServerConfiguration. getDeploymentResource(String resourceName)DeploymentResourceDeploymentResourceImpl.Factory. newResourceInstance(String resourceName)Methods in org.jboss.migration.wfly10.config.management.impl that return types with arguments of type DeploymentResource Modifier and Type Method Description List<DeploymentResource>EmbeddedStandaloneServerConfiguration. getDeploymentResources() -
Uses of DeploymentResource in org.jboss.migration.wfly10.config.task.update
Constructors in org.jboss.migration.wfly10.config.task.update with parameters of type DeploymentResource Constructor Description MigrateDeploymentSubtask(DeploymentResource resource)RemoveDeploymentSubtask(DeploymentResource resource)
-