org.apache.maven.plugin.ear
Interface JbossEarModule
- All Known Implementing Classes:
- HarModule, SarModule
public interface JbossEarModule
Represents a JBoss specific ear module.
- Version:
- $Id: JbossEarModule.java 485857 2006-12-11 20:34:39Z snicoll $
- Author:
- Stephane Nicoll
appendJbossModule
void appendJbossModule(XMLWriter writer,
String version)
- Appends the XML representation of this module for
the jboss-app.xml file.
- Parameters:
writer
- the writer to useversion
- the version of the jboss-app.xml file
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.