Interface DeploymentOverlayResource.Parent
-
- All Superinterfaces:
ManageableResource
- All Known Subinterfaces:
HostControllerConfiguration,ServerGroupResource,StandaloneServerConfiguration
- All Known Implementing Classes:
EmbeddedHostControllerConfiguration,EmbeddedStandaloneServerConfiguration,ServerGroupResourceImpl
- Enclosing interface:
- DeploymentOverlayResource
public static interface DeploymentOverlayResource.Parent extends ManageableResource
A facade (with full defaults) for aManageableResourcewhich hasDeploymentOverlayResourcechildren.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default DeploymentOverlayResourcegetDeploymentOverlayResource(String resourceName)default StringgetDeploymentOverlayResourceAbsoluteName(String resourceName)default org.jboss.dmr.ModelNodegetDeploymentOverlayResourceConfiguration(String resourceName)default Set<String>getDeploymentOverlayResourceNames()default org.jboss.as.controller.PathAddressgetDeploymentOverlayResourcePathAddress(String resourceName)default List<DeploymentOverlayResource>getDeploymentOverlayResources()default booleanhasDeploymentOverlayResource(String resourceName)default voidremoveDeploymentOverlayResource(String resourceName)-
Methods inherited from interface org.jboss.migration.wfly10.config.management.ManageableResource
findResources, findResources, findResources, findResources, getChildResource, getChildResourceAbsoluteName, getChildResourceConfiguration, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getParentResource, getResourceAbsoluteName, getResourceConfiguration, getResourceName, getResourcePathAddress, getResourceType, getServerConfiguration, hasChildResource, isExistentResource, removeChildResource, removeResource
-
-
-
-
Method Detail
-
getDeploymentOverlayResource
default DeploymentOverlayResource getDeploymentOverlayResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
getDeploymentOverlayResources
default List<DeploymentOverlayResource> getDeploymentOverlayResources() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getDeploymentOverlayResourceNames
default Set<String> getDeploymentOverlayResourceNames() throws ManagementOperationException
- Throws:
ManagementOperationException
-
getDeploymentOverlayResourcePathAddress
default org.jboss.as.controller.PathAddress getDeploymentOverlayResourcePathAddress(String resourceName)
-
getDeploymentOverlayResourceAbsoluteName
default String getDeploymentOverlayResourceAbsoluteName(String resourceName)
-
getDeploymentOverlayResourceConfiguration
default org.jboss.dmr.ModelNode getDeploymentOverlayResourceConfiguration(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
hasDeploymentOverlayResource
default boolean hasDeploymentOverlayResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
removeDeploymentOverlayResource
default void removeDeploymentOverlayResource(String resourceName) throws ManagementOperationException
- Throws:
ManagementOperationException
-
-