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