de.viaboxx.nlstools.tasks
Class ListChangesTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by de.viaboxx.nlstools.tasks.ListChangesTask
All Implemented Interfaces:
Cloneable

public class ListChangesTask
extends org.apache.tools.ant.Task

Print different values between two bundles.

See Also:

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

ListChangesTask

public ListChangesTask()
Method Detail

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException

getOriginal

public File getOriginal()

setOriginal

public void setOriginal(File original)

getNewer

public File getNewer()

setNewer

public void setNewer(File newer)

getResults

public File getResults()

setResults

public void setResults(File results)

getLocales

public String getLocales()

setLocales

public void setLocales(String locales)

isIgnoreMissingKeys

public boolean isIgnoreMissingKeys()

setIgnoreMissingKeys

public void setIgnoreMissingKeys(boolean ignoreMissingKeys)


Copyright © 2012. All Rights Reserved.