public class WadlGeneratorTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
WadlGeneratorTask() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tools.ant.types.Path |
createClasspath() |
void |
execute() |
java.lang.String |
getbaseUri() |
org.apache.tools.ant.types.Path |
getClasspath() |
java.io.File |
getDestfile() |
void |
setBaseUri(java.lang.String baseUri) |
void |
setClasspath(org.apache.tools.ant.types.Path classpath) |
void |
setClasspathRef(org.apache.tools.ant.types.Reference r) |
void |
setDestfile(java.io.File wadlFile) |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic org.apache.tools.ant.types.Path getClasspath()
public void setClasspath(org.apache.tools.ant.types.Path classpath)
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
public java.io.File getDestfile()
public void setDestfile(java.io.File wadlFile)
public java.lang.String getbaseUri()
public void setBaseUri(java.lang.String baseUri)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionCopyright © 2015 Oracle Corporation. All Rights Reserved.