|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.mojo.javascript.assembler.Assembler
public class Assembler
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.
Constructor Summary | |
---|---|
Assembler()
|
Method Summary | |
---|---|
void |
addScript(Script script)
Method addScript. |
java.lang.String |
getModelEncoding()
Method getModelEncoding. |
java.util.List |
getScripts()
Method getScripts. |
void |
removeScript(Script script)
Method removeScript. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setScripts(java.util.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 |
---|
public Assembler()
Method Detail |
---|
public void addScript(Script script)
script
- public java.lang.String getModelEncoding()
public java.util.List getScripts()
public void removeScript(Script script)
script
- public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
- public void setScripts(java.util.List scripts)
scripts
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |