org.apache.myfaces.buildtools.maven2.plugin.javascript.jmt.assembler
Class Assembler

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.javascript.jmt.assembler.Assembler
All Implemented Interfaces:
Serializable

public class Assembler
extends Object
implements Serializable

An assembler defines a collection of files to be created in the packaging directory based on source scripts. Many script developer use fine grained scripts for development and merge them during release. The assembler describe the files to get merged and the ordering.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Assembler()
           
 
Method Summary
 void addScript(Script script)
          Method addScript.
 String getModelEncoding()
          Get the modelEncoding field.
 List getScripts()
          Method getScripts.
 void removeScript(Script script)
          Method removeScript.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 void setScripts(List scripts)
          Set specifies a merge to occur on a set of source files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assembler

public Assembler()
Method Detail

addScript

public void addScript(Script script)
Method addScript.

Parameters:
script -

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

getScripts

public List getScripts()
Method getScripts.

Returns:
List

removeScript

public void removeScript(Script script)
Method removeScript.

Parameters:
script -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -

setScripts

public void setScripts(List scripts)
Set specifies a merge to occur on a set of source files.

Parameters:
scripts -


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.