public class IndexerTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
IndexerTask()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute Ant task
|
java.lang.String |
getExclude()
Get the exclude
|
java.io.File |
getInput()
Get the input file
|
java.io.File |
getMetadata()
Get the metadata
|
java.io.File |
getOutput()
Get the output file
|
java.io.File |
getReport()
Get the report directory
|
boolean |
isExcludeAll()
Get the exclude all mode
|
boolean |
isUpdate()
Get the update mode
|
void |
setExclude(java.lang.String s)
Set the exclude
|
void |
setExcludeAll(boolean b)
Set the exclude all mode
|
void |
setInput(java.io.File f)
Set the input file
|
void |
setMetadata(java.io.File f)
Set the metadata
|
void |
setOutput(java.io.File f)
Set the output file
|
void |
setReport(java.io.File r)
Set the report directory
|
void |
setUpdate(boolean b)
Set the update mode
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public java.io.File getInput()
public void setInput(java.io.File f)
f
- The filepublic java.io.File getOutput()
public void setOutput(java.io.File f)
f
- The filepublic boolean isUpdate()
public void setUpdate(boolean b)
b
- The modepublic java.io.File getMetadata()
public void setMetadata(java.io.File f)
f
- The metadatapublic java.lang.String getExclude()
public boolean isExcludeAll()
public void setExcludeAll(boolean b)
b
- The modepublic void setExclude(java.lang.String s)
s
- The excludepublic java.io.File getReport()
public void setReport(java.io.File r)
r
- The report directorypublic 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 ? 2009 Red Hat Middleware LLC (http://www.jboss.com/)