|
||||||||||
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.apache.felix.ipojo.task.IPojoTask
public class IPojoTask
iPOJO Ant Task. This Ant task manipulates an input bundle.
Field Summary |
---|
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 | |
---|---|
IPojoTask()
|
Method Summary | |
---|---|
void |
execute()
Execute the Ant Task. |
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. |
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 |
Constructor Detail |
---|
public IPojoTask()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |