|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.jslint4java.ant.PredefElement
public class PredefElement
An ant element to be used as a child of JSLintTask. It captures a
list of predefined global variable names.
| Constructor Summary | |
|---|---|
PredefElement(org.apache.tools.ant.Project project)
|
|
| Method Summary | |
|---|---|
void |
addText(java.lang.String s)
Standard ant interface to add the text inside an element. |
java.lang.String |
getText()
Return the text we've captured. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PredefElement(org.apache.tools.ant.Project project)
| Method Detail |
|---|
public void addText(java.lang.String s)
public java.lang.String getText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||