|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.util.assemble.WebXmlRewritingAssembler
org.apache.pluto.util.assemble.AbstractArchiveAssembler
org.apache.pluto.util.assemble.ear.EarAssembler
Assembles war files contained inside of an EAR. War files that do not contain a portlet.xml are not assembled. All files are copied into the destination archive.
Field Summary |
Fields inherited from interface org.apache.pluto.util.assemble.Assembler |
DISPATCH_SERVLET_CLASS, PORTLET_XML, SERVLET_XML |
Constructor Summary | |
EarAssembler()
|
Method Summary | |
void |
assembleInternal(AssemblerConfig config)
Assemble the source file to the destination file. |
protected org.apache.pluto.util.assemble.ear.AssemblySink |
getAssemblySink(AssemblerConfig config,
java.util.jar.JarEntry entry)
Obtain a sink used as a temporary container for assembled war bytes. |
Methods inherited from class org.apache.pluto.util.assemble.AbstractArchiveAssembler |
assemble, performInPlaceAssembly |
Methods inherited from class org.apache.pluto.util.assemble.WebXmlRewritingAssembler |
updateWebappDescriptor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EarAssembler()
Method Detail |
public void assembleInternal(AssemblerConfig config) throws UtilityException, java.io.IOException
AbstractArchiveAssembler
assembleInternal
in class AbstractArchiveAssembler
config
- the assembler configuration object
UtilityException
java.io.IOException
protected org.apache.pluto.util.assemble.ear.AssemblySink getAssemblySink(AssemblerConfig config, java.util.jar.JarEntry entry) throws java.io.IOException
config
- the AssemblerConfigentry
- the JarEntry
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |