Package org.jboss.as.cli.handlers.module
Class ResourceRoot
- java.lang.Object
-
- org.jboss.as.cli.handlers.module.ResourceRoot
-
- All Implemented Interfaces:
ModuleConfig.Resource,org.jboss.staxmapper.XMLElementWriter<ModuleConfig.Resource>
public class ResourceRoot extends Object implements ModuleConfig.Resource
- Author:
- Alexey Loubyansky
-
-
Constructor Summary
Constructors Constructor Description ResourceRoot(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, ModuleConfig.Resource value)
-
-
-
Constructor Detail
-
ResourceRoot
public ResourceRoot(String path)
-
-
Method Detail
-
writeContent
public void writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer, ModuleConfig.Resource value) throws XMLStreamException- Specified by:
writeContentin interfaceorg.jboss.staxmapper.XMLElementWriter<ModuleConfig.Resource>- Throws:
XMLStreamException
-
-