public class ManifestClassPath extends org.apache.tools.ant.Task
The final result is assigned to the property.
| Constructor and Description |
|---|
ManifestClassPath() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tools.ant.types.Path |
createClasspath() |
void |
execute() |
protected java.lang.String |
filter(java.lang.String value)
Classpath entries must use a forward slash, regardless of what the
local filesystem uses.
|
java.io.File |
getDirectory() |
java.lang.String |
getProperty() |
void |
setDirectory(java.io.File file)
Sets a containing directory.
|
void |
setProperty(java.lang.String string) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic ManifestClassPath()
public org.apache.tools.ant.types.Path createClasspath()
public java.lang.String getProperty()
public void setProperty(java.lang.String string)
public void execute()
execute in class org.apache.tools.ant.Taskpublic java.io.File getDirectory()
public void setDirectory(java.io.File file)
protected java.lang.String filter(java.lang.String value)