|
|||||||||
| 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 |
|---|
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
IPojoTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
Execute the Ant Task. |
void |
setDir(java.io.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(java.io.File in)
Set the input bundle. |
void |
setManifest(java.io.File manifest)
Set the manifest file. |
void |
setMetadata(java.io.File meta)
Set the metadata file. |
void |
setOutput(java.io.File out)
Set the output bundle. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
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 |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IPojoTask()
| Method Detail |
|---|
public void setMetadata(java.io.File meta)
meta - : the metadata file.public void setManifest(java.io.File manifest)
manifest - : the manifest file.public void setInput(java.io.File in)
in - : the input bundlepublic void setDir(java.io.File dir)
dir - : the input directorypublic void setOutput(java.io.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.TaskTask.execute()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||