Uses of Class
org.apache.pluto.util.assemble.AssemblerConfig

Packages that use AssemblerConfig
org.apache.pluto.util.assemble   
org.apache.pluto.util.assemble.ear   
org.apache.pluto.util.assemble.file   
org.apache.pluto.util.assemble.war   
 

Uses of AssemblerConfig in org.apache.pluto.util.assemble
 

Methods in org.apache.pluto.util.assemble with parameters of type AssemblerConfig
 void Assembler.assemble(AssemblerConfig config)
          Assemble a web application into a portlet web application which is deployable into the pluto-1.1 portlet container.
 void AbstractArchiveAssembler.assemble(AssemblerConfig config)
          This implementation throws UtilityException if the source archive doesn't exist or is a directory.
protected abstract  void AbstractArchiveAssembler.assembleInternal(AssemblerConfig config)
          Assemble the source file to the destination file.
 Assembler AssemblerFactory.createAssembler(AssemblerConfig config)
          Creates an assembler to assemble a portlet app WAR file to a web app WAR file deployable to pluto.
protected  boolean AbstractArchiveAssembler.performInPlaceAssembly(AssemblerConfig config)
          Performs a series of checks to determine whether or not the assembly should occur "in-place" - that is, if the source archive will be assembled and then replaced by the destination archive.
 

Uses of AssemblerConfig in org.apache.pluto.util.assemble.ear
 

Methods in org.apache.pluto.util.assemble.ear with parameters of type AssemblerConfig
 void EarAssembler.assembleInternal(AssemblerConfig config)
           
protected  org.apache.pluto.util.assemble.ear.AssemblySink EarAssembler.getAssemblySink(AssemblerConfig config, JarEntry entry)
          Obtain a sink used as a temporary container for assembled war bytes.
 

Uses of AssemblerConfig in org.apache.pluto.util.assemble.file
 

Methods in org.apache.pluto.util.assemble.file with parameters of type AssemblerConfig
 void FileAssembler.assemble(AssemblerConfig config)
           
 

Uses of AssemblerConfig in org.apache.pluto.util.assemble.war
 

Methods in org.apache.pluto.util.assemble.war with parameters of type AssemblerConfig
 void WarAssembler.assembleInternal(AssemblerConfig config)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.