|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectProjectComponent
Task
Java
WSDL2AJavaTask
public class WSDL2AJavaTask
Field Summary |
---|
Fields inherited from class Java |
---|
redirector, redirectorElement |
Fields inherited from class Task |
---|
description, location, target, taskName, taskType, wrapper |
Fields inherited from class ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
WSDL2AJavaTask()
|
Method Summary | |
---|---|
void |
execute()
|
void |
setClasspath(Path s)
Set the classpath to be used when running the Java class |
void |
setClasspathRef(Reference r)
Classpath to use, by reference. |
void |
setOutputDir(File outputDir)
|
void |
setWSDLFile(File wsdl)
|
Methods inherited from class Java |
---|
addAssertions, addConfiguredRedirector, addEnv, addSysproperty, addSyspropertyset, clearArgs, createArg, createBootclasspath, createClasspath, createJvmarg, createPermissions, createWatchdog, executeJava, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, maybeSetResultPropertyValue, run, setAppend, setArgs, setClassname, setDir, setError, setErrorProperty, setFailonerror, setFork, setInput, setInputString, setJar, setJvm, setJvmargs, setJVMVersion, setLogError, setMaxmemory, setNewenvironment, setOutput, setOutputproperty, setResultProperty, setSpawn, setTimeout, setupRedirector |
Methods inherited from class Task |
---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class ProjectComponent |
---|
getProject, setProject |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSDL2AJavaTask()
Method Detail |
---|
public void setWSDLFile(File wsdl)
public void setOutputDir(File outputDir)
public void setClasspathRef(Reference r)
setClasspathRef
in class Java
r
- a reference to an existing classpathpublic void setClasspath(Path s)
setClasspath
in class Java
s
- an Ant Path object containing the classpath.public void execute() throws BuildException
execute
in class Java
BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |