public interface ResourcesManagement extends ResourceManagement
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.PathAddress |
getParentPathAddress() |
org.jboss.dmr.ModelNode |
getResource(String resourceName) |
Set<String> |
getResourceNames() |
org.jboss.as.controller.PathAddress |
getResourcePathAddress(String resourceName) |
String |
getResourceType() |
void |
removeResource(String resourceName) |
getServerConfigurationorg.jboss.as.controller.PathAddress getParentPathAddress()
String getResourceType()
org.jboss.as.controller.PathAddress getResourcePathAddress(String resourceName)
Set<String> getResourceNames() throws IOException
IOExceptionorg.jboss.dmr.ModelNode getResource(String resourceName) throws IOException
IOExceptionvoid removeResource(String resourceName) throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.