de.enough.polish.finalize
Class AntCallFinalizer
java.lang.Object
de.enough.polish.Extension
de.enough.polish.finalize.Finalizer
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
| 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 |
AntCallFinalizer
public AntCallFinalizer()
- Creates a new call ant target finalizer
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 filejarFile - the JAR filedevice - the current devicelocale - the current locale, can be nullenv - environment variables and settings
setParameters
public void setParameters(Variable[] properties,
File baseDir)