public class IPojoTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
IPojoTask() |
Modifier and Type | Method and Description |
---|---|
org.apache.tools.ant.types.Path |
createClasspath()
Creates a nested classpath element.
|
void |
execute()
Execute the Ant Task.
|
org.apache.tools.ant.types.Path |
getClasspath()
Gets the classpath.
|
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
Set the classpath to be used for this packaging.
|
void |
setClasspathRef(org.apache.tools.ant.types.Reference pathRef)
Adds to the classpath a reference to
a <path> defined elsewhere.
|
void |
setDir(File dir)
Set the input directory.
|
void |
setIgnoreAnnotations(boolean flag)
Set if we need to ignore annotations or not.
|
void |
setIgnoreEmbeddedSchemas(boolean flag)
Set if we need to use embedded XSD files or not.
|
void |
setInput(File in)
Set the input bundle.
|
void |
setManifest(File manifest)
Set the manifest file.
|
void |
setMetadata(File meta)
Set the metadata file.
|
void |
setOutput(File out)
Set the output bundle.
|
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
public void setMetadata(File meta)
meta
- : the metadata file.public void setManifest(File manifest)
manifest
- : the manifest file.public void setInput(File in)
in
- : the input bundlepublic void setDir(File dir)
dir
- : the input directorypublic void setOutput(File out)
out
- : the output bundlepublic void setIgnoreAnnotations(boolean flag)
flag
- : true if we need to ignore annotations.public void setIgnoreEmbeddedSchemas(boolean flag)
flag
- : true if we need to ignore embedded XSD files.public void execute()
execute
in class org.apache.tools.ant.Task
Task.execute()
public void setClasspath(org.apache.tools.ant.types.Path classpath)
classpath
- the classpath used for this packagingpublic org.apache.tools.ant.types.Path createClasspath()
public void setClasspathRef(org.apache.tools.ant.types.Reference pathRef)
pathRef
- the reference to add to the classpathpublic org.apache.tools.ant.types.Path getClasspath()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.