public static interface SystemPropertyResource.Parent extends ManageableResource
ManageableResource which has SystemPropertyResource children.| Modifier and Type | Method and Description |
|---|---|
default SystemPropertyResource |
getSystemPropertyResource(String resourceName) |
default String |
getSystemPropertyResourceAbsoluteName(String resourceName) |
default org.jboss.dmr.ModelNode |
getSystemPropertyResourceConfiguration(String resourceName) |
default Set<String> |
getSystemPropertyResourceNames() |
default org.jboss.as.controller.PathAddress |
getSystemPropertyResourcePathAddress(String resourceName) |
default List<SystemPropertyResource> |
getSystemPropertyResources() |
default boolean |
hasSystemPropertyResource(String resourceName) |
default void |
removeSystemPropertyResource(String resourceName) |
findResources, findResources, findResources, findResources, getChildResource, getChildResourceAbsoluteName, getChildResourceConfiguration, getChildResourceNames, getChildResourcePathAddress, getChildResources, getChildResources, getChildResources, getChildResourceTypes, getParentResource, getResourceAbsoluteName, getResourceConfiguration, getResourceName, getResourcePathAddress, getResourceType, getServerConfiguration, hasChildResource, isExistentResource, removeChildResource, removeResourcedefault SystemPropertyResource getSystemPropertyResource(String resourceName) throws ManagementOperationException
ManagementOperationExceptiondefault List<SystemPropertyResource> getSystemPropertyResources() throws ManagementOperationException
ManagementOperationExceptiondefault Set<String> getSystemPropertyResourceNames() throws ManagementOperationException
ManagementOperationExceptiondefault org.jboss.as.controller.PathAddress getSystemPropertyResourcePathAddress(String resourceName)
default String getSystemPropertyResourceAbsoluteName(String resourceName)
default org.jboss.dmr.ModelNode getSystemPropertyResourceConfiguration(String resourceName) throws ManagementOperationException
ManagementOperationExceptiondefault boolean hasSystemPropertyResource(String resourceName) throws ManagementOperationException
ManagementOperationExceptiondefault void removeSystemPropertyResource(String resourceName) throws ManagementOperationException
ManagementOperationExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.