|
||||||||||
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
org.jboss.shrinkwrap.descriptor.extension.ant.task.MetadataParserTask
public class MetadataParserTask
Implementation class for the Shrinkwrap Descriptors Ant task.
Nested Class Summary | |
---|---|
class |
MetadataParserTask.Classpath
Classpath |
class |
MetadataParserTask.Descriptor
Descriptor |
class |
MetadataParserTask.Descriptors
Descriptors |
class |
MetadataParserTask.Namespaces
Namespaces |
class |
MetadataParserTask.Path
Path |
class |
MetadataParserTask.Property
Property |
Field Summary | |
---|---|
protected MetadataParserTask.Classpath |
classpath
Classpath |
protected String |
classpathRef
Classpath ref |
protected MetadataParserTask.Descriptors |
descriptors
Descriptors |
protected MetadataParserTask.Path |
path
Path |
protected boolean |
verbose
Trace flag |
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 | |
---|---|
MetadataParserTask()
Constructor |
Method Summary | |
---|---|
MetadataParserTask.Classpath |
createClasspath()
Create the classpath |
MetadataParserTask.Descriptors |
createDescriptors()
Create the descriptors |
MetadataParserTask.Path |
createPath()
Create the path |
void |
execute()
Execute Ant task |
void |
setClasspathref(String v)
Set the classpath reference |
void |
setVerbose(boolean v)
Set the verbose flag |
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 |
Field Detail |
---|
protected boolean verbose
protected String classpathRef
protected MetadataParserTask.Path path
protected MetadataParserTask.Descriptors descriptors
protected MetadataParserTask.Classpath classpath
Constructor Detail |
---|
public MetadataParserTask()
Method Detail |
---|
public void setVerbose(boolean v)
v
- The valuepublic void setClasspathref(String v)
v
- The valuepublic MetadataParserTask.Path createPath()
public MetadataParserTask.Descriptors createDescriptors()
public MetadataParserTask.Classpath createClasspath()
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- If an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |