|
|||||||||||
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 net.dpml.metro.tools.PartDataType
Task that handles the construction of a serialized container part.
Field Summary |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
PartDataType()
|
Method Summary | |
PartReference |
buildPartReference(ClassLoader classloader,
Type type)
Build the part reference. |
URI |
getBuilderURI()
Return a uri identitifying the builder. |
String |
getKey()
Return the part key. |
URI |
getPartHandlerURI()
Return a urn identitifying the part handler for this builder. |
URI |
getURI()
Return the part uri. |
void |
setKey(String key)
Set the part key. |
protected static URI |
setupURI(String spec)
Internal utility to create a station uri. |
void |
setUri(URI uri)
Set the part uri. |
Methods inherited from class org.apache.tools.ant.Task |
execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PartDataType()
Method Detail |
public void setUri(URI uri)
uri
- the part uripublic void setKey(String key)
key
- the keypublic URI getBuilderURI()
public URI getPartHandlerURI()
public String getKey()
getKey
in interface PartReferenceBuilder
public URI getURI()
public PartReference buildPartReference(ClassLoader classloader, Type type)
buildPartReference
in interface PartReferenceBuilder
classloader
- the classloader to usetype
- the underlying component type
protected static URI setupURI(String spec)
spec
- the uri spec
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |