|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.dpml.transit.tools.PluginTask.Task
Nested element with the <plugin> element declaring the name and class of a task to be loaded from the classloader established by the transit plugin descriptor.
| Constructor Summary | |
PluginTask.Task()
|
|
| Method Summary | |
String |
getClassname()
Return the task classname. |
String |
getName()
Return the task name. |
void |
setClass(String classname)
Set the task classname. |
void |
setName(String name)
Set the task name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PluginTask.Task()
| Method Detail |
public void setName(String name)
name - the name of the taskpublic void setClass(String classname)
classname - the task classname
public String getClassname()
throws BuildException
BuildException - if the class attribute is missing
public String getName()
throws BuildException
BuildException - if the name attribute is missing
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||