de.viaboxx.nlstools.tasks
Class UpdateBundlesTask

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

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

Description: update xml files from bundles in a zip file
User: roman
Date: 09.02.2009
Time: 14:38:05
Copyright: Viaboxx GmbH


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
UpdateBundlesTask()
           
 
Method Summary
 void execute()
           
 String getLocales()
           
 File getMasterFile()
           
 File getZipFile()
           
 void setLocales(String locales)
           
 void setMasterFile(File masterFile)
           
 void setZipFile(File zipFile)
           
 
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

UpdateBundlesTask

public UpdateBundlesTask()
Method Detail

getZipFile

public File getZipFile()

setZipFile

public void setZipFile(File zipFile)

getMasterFile

public File getMasterFile()

setMasterFile

public void setMasterFile(File masterFile)

getLocales

public String getLocales()

setLocales

public void setLocales(String locales)

execute

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


Copyright © 2011. All Rights Reserved.