|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task nu.staldal.lsp.compiler.LSPCompilerAntTask
public class LSPCompilerAntTask
Apache Ant interface to the LSP compiler.
LSPCompilerHelper
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
LSPCompilerAntTask()
Create a new LSPCompilerAntTask. |
Method Summary | |
---|---|
void |
addConfiguredFileset(org.apache.tools.ant.types.FileSet fileset)
Input files. |
void |
execute()
|
void |
init()
|
void |
setAcceptNull(boolean acceptNull)
Deprecated. use setAcceptUnbound(boolean) instead |
void |
setAcceptUnbound(boolean acceptUnbound)
Accept unbound variables and tuple values value without runtime exception. |
void |
setDestdir(java.io.File destdir)
Where to place generated class files. |
void |
setEnclose(java.io.File encloseFile)
Set enclose file. |
void |
setForce(boolean force)
Force compilation even if the compiled class exists and is up-to-date. |
void |
setHtml(boolean html)
Use HTML as default output method instead of XHTML. |
void |
setSourcepath(org.apache.tools.ant.types.Path sourcepath)
Path to search for enclose and included files. |
void |
setXhtml(boolean xhtml)
Deprecated. XHTML is now default, use setHtml(boolean) to override it. |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LSPCompilerAntTask()
Method Detail |
---|
public void init() throws org.apache.tools.ant.BuildException
init
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void setForce(boolean force)
force
- @Deprecated public void setXhtml(boolean xhtml)
setHtml(boolean)
to override it.
xhtml
- public void setHtml(boolean html)
html
- @Deprecated public void setAcceptNull(boolean acceptNull)
setAcceptUnbound(boolean)
instead
acceptNull
- public void setAcceptUnbound(boolean acceptUnbound)
acceptUnbound
- public void setSourcepath(org.apache.tools.ant.types.Path sourcepath)
sourcepath
- public void setDestdir(java.io.File destdir)
destdir
- public void setEnclose(java.io.File encloseFile)
encloseFile
- public void addConfiguredFileset(org.apache.tools.ant.types.FileSet fileset)
fileset
- public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |