|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.javascript.jmt.assembler.Script
public class Script
Merge multiple source scripts into a target script.
Constructor Summary | |
---|---|
Script()
|
Method Summary | |
---|---|
void |
addInclude(String string)
Method addInclude. |
String |
getFileName()
Get the script to be created by the merge. |
List |
getIncludes()
Method getIncludes. |
void |
removeInclude(String string)
Method removeInclude. |
void |
setFileName(String fileName)
Set the script to be created by the merge. |
void |
setIncludes(List includes)
Set this is a list of <include/> subelements, each containing a source script reference. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Script()
Method Detail |
---|
public void addInclude(String string)
string
- public String getFileName()
public List getIncludes()
public void removeInclude(String string)
string
- public void setFileName(String fileName)
fileName
- public void setIncludes(List includes)
includes
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |