public class MetadataParserTask
extends org.apache.tools.ant.Task
Modifier and Type | Class and Description |
---|---|
class |
MetadataParserTask.Classpath
Classpath
|
class |
MetadataParserTask.Descriptor
Descriptor
|
class |
MetadataParserTask.Descriptors
Descriptors
|
class |
MetadataParserTask.Javadoc
JavaDoc
|
class |
MetadataParserTask.Javadocs
JavaDocs
|
class |
MetadataParserTask.Namespaces
Namespaces
|
class |
MetadataParserTask.Path
Path
|
class |
MetadataParserTask.Property
Property
|
Modifier and Type | Field and Description |
---|---|
protected MetadataParserTask.Classpath |
classpath
Classpath
|
protected String |
classpathRef
Classpath ref
|
protected MetadataParserTask.Descriptors |
descriptors
Descriptors
|
protected MetadataParserTask.Javadocs |
javadocs
JavaDocs
|
protected MetadataParserTask.Path |
path
Path
|
protected boolean |
verbose
Trace flag
|
Constructor and Description |
---|
MetadataParserTask()
Constructor
|
Modifier and Type | Method and Description |
---|---|
MetadataParserTask.Classpath |
createClasspath()
Create the classpath
|
MetadataParserTask.Descriptors |
createDescriptors()
Create the descriptors
|
MetadataParserTask.Javadocs |
createJavadocs()
Create the javadoc list
|
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
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected boolean verbose
protected String classpathRef
protected MetadataParserTask.Path path
protected MetadataParserTask.Descriptors descriptors
protected MetadataParserTask.Javadocs javadocs
protected MetadataParserTask.Classpath classpath
public void setVerbose(boolean v)
v
- The valuepublic void setClasspathref(String v)
v
- The valuepublic MetadataParserTask.Path createPath()
public MetadataParserTask.Javadocs createJavadocs()
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 occursCopyright © 2017 JBoss by Red Hat. All rights reserved.