|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.mojo.javascript.assembler.Script
public class Script
Merge multiple source scripts into a target script.
Constructor Summary | |
---|---|
Script()
|
Method Summary | |
---|---|
void |
addInclude(java.lang.String string)
Method addInclude. |
java.lang.String |
getFileName()
Get the script to be created by the merge. |
java.util.List |
getIncludes()
Method getIncludes. |
void |
removeInclude(java.lang.String string)
Method removeInclude. |
void |
setFileName(java.lang.String fileName)
Set the script to be created by the merge. |
void |
setIncludes(java.util.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(java.lang.String string)
string
- public java.lang.String getFileName()
public java.util.List getIncludes()
public void removeInclude(java.lang.String string)
string
- public void setFileName(java.lang.String fileName)
fileName
- public void setIncludes(java.util.List includes)
includes
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |