|
||||||||||
| 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
de.viaboxx.nlstools.tasks.ListChangesTask
public class ListChangesTask
Print different values between two bundles.
NEW (29.12.2010):
* Can handle XML and Excel files.
* checkedLocales: optional (default: all locales). a ; separated list of locales to compare
* original: excel or xml file to read (the ORIGINAL file)
* newer: excel or xml file to read (the NEWER file)
* ignoreMissingKeys: true/false (default: false)
Example:
| 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 | |
|---|---|
ListChangesTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
String |
getLocales()
|
File |
getNewer()
|
File |
getOriginal()
|
File |
getResults()
|
boolean |
isIgnoreMissingKeys()
|
void |
setIgnoreMissingKeys(boolean ignoreMissingKeys)
|
void |
setLocales(String locales)
|
void |
setNewer(File newer)
|
void |
setOriginal(File original)
|
void |
setResults(File results)
|
| 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 ListChangesTask()
| Method Detail |
|---|
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic File getOriginal()
public void setOriginal(File original)
public File getNewer()
public void setNewer(File newer)
public File getResults()
public void setResults(File results)
public String getLocales()
public void setLocales(String locales)
public boolean isIgnoreMissingKeys()
public void setIgnoreMissingKeys(boolean ignoreMissingKeys)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||