org.apache.pluto.util.assemble
Class AssemblerFactory

java.lang.Object
  extended by org.apache.pluto.util.assemble.AssemblerFactory

public class AssemblerFactory
extends Object

The pluto assembler factory that creates an assembler.

Since:
Nov 8, 2004
Version:
1.0

Method Summary
 Assembler createAssembler(AssemblerConfig config)
          Creates an assembler to assemble a portlet app WAR file to a web app WAR file deployable to pluto.
static AssemblerFactory getFactory()
          Returns the singleton factory instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static AssemblerFactory getFactory()
Returns the singleton factory instance.

Returns:
the singleton factory instance.

createAssembler

public Assembler createAssembler(AssemblerConfig config)
Creates an assembler to assemble a portlet app WAR file to a web app WAR file deployable to pluto.

Parameters:
config - the assembler configuration.
Returns:
an assembler instance.


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