de.enough.polish.finalize
Class AntCallFinalizer

java.lang.Object
  extended by de.enough.polish.Extension
      extended by de.enough.polish.finalize.Finalizer
          extended by de.enough.polish.finalize.AntCallFinalizer

public class AntCallFinalizer
extends Finalizer

Just calls an Ant target. Specify additional properties with nested <parameter> elements.

Copyright Enough Software 2005

 history
        22-May-2005 - rob creation
 

Author:
Robert Virkus, j2mepolish@enough.de

Field Summary
 
Fields inherited from class de.enough.polish.Extension
antProject, autoStartCondition, environment, extensionDefinition, extensionManager, extensionSetting, extensionTypeDefinition, isBuildStarted
 
Constructor Summary
AntCallFinalizer()
          Creates a new call ant target finalizer
 
Method Summary
 void finalize(File jadFile, File jarFile, Device device, Locale locale, Environment env)
          Finalizes the building of the given JAD and JAR combination.
 void setParameters(Variable[] properties, File baseDir)
           
 
Methods inherited from class de.enough.polish.finalize.Finalizer
execute, getInstance
 
Methods inherited from class de.enough.polish.Extension
configure, executeAntTarget, executeAntTarget, finalize, getAntProject, getAutoStartCondition, getEnvironment, getExtensionDefinition, getExtensionSetting, getInstance, getParameterValue, getType, init, initialize, isConditionFulfilled, notifyBuildEnd, notifyBuildStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntCallFinalizer

public AntCallFinalizer()
Creates a new call ant target finalizer

Method Detail

finalize

public void finalize(File jadFile,
                     File jarFile,
                     Device device,
                     Locale locale,
                     Environment env)
Description copied from class: Finalizer
Finalizes the building of the given JAD and JAR combination.

Specified by:
finalize in class Finalizer
Parameters:
jadFile - the JAD file
jarFile - the JAR file
device - the current device
locale - the current locale, can be null
env - environment variables and settings

setParameters

public void setParameters(Variable[] properties,
                          File baseDir)