|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.sun.istack.tools.ProtectedTask
com.sun.tools.ws.ant.WrapperTask
public abstract class WrapperTask
Wrapper task to launch real implementations of the task in a classloader that can work even in JavaSE 6.
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 | |
---|---|
WrapperTask()
|
Method Summary | |
---|---|
protected ClassLoader |
createClassLoader()
|
protected String |
getCoreClassName()
|
void |
setDynamicAttribute(String name,
String value)
|
Methods inherited from class com.sun.istack.tools.ProtectedTask |
---|
createDynamicElement, execute |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, 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 WrapperTask()
Method Detail |
---|
protected String getCoreClassName()
getCoreClassName
in class com.sun.istack.tools.ProtectedTask
public void setDynamicAttribute(String name, String value) throws org.apache.tools.ant.BuildException
setDynamicAttribute
in interface org.apache.tools.ant.DynamicAttribute
setDynamicAttribute
in class com.sun.istack.tools.ProtectedTask
org.apache.tools.ant.BuildException
protected ClassLoader createClassLoader() throws ClassNotFoundException, IOException
createClassLoader
in class com.sun.istack.tools.ProtectedTask
ClassNotFoundException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |