|
||||||||||
| 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.mycore.buildtools.anttasks.MCRMergeSearchfieldsXMLTask
public class MCRMergeSearchfieldsXMLTask
Ant task, that can be used to merges one searchfield.xml file into another. New indexes will be added. It depends on the boolean flag overwrite, if the paths and object types for existing indexes will be overwritten or concatenated .
| 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 | |
|---|---|
MCRMergeSearchfieldsXMLTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
static void |
main(String[] args)
simple test case for the class |
void |
setBasefile(String f)
set the base searchfield.xml file |
void |
setDeltafile(String f)
set the delta searchfield.xml file |
void |
setOverwrite(boolean b)
sets the overwrite flag when set exisiting object type and path values will be overwritten |
| 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 MCRMergeSearchfieldsXMLTask()
| Method Detail |
|---|
public void setBasefile(String f)
f - the base searchfield.xml filepublic void setDeltafile(String f)
f - the delta searchfield.xml filepublic void setOverwrite(boolean b)
b -
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic static void main(String[] args)
args - the default arguments for main method (unused)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||