net.sf.jameleon.ant
Class UpgradeTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by net.sf.jameleon.ant.UpgradeTask

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

An Ant task that takes the registered FunctionalPoints and generates a syntax reference for each one.


Field Summary
protected  File environmentProperties
           
protected  File jameleonGUIProperties
           
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
UpgradeTask()
           
 
Method Summary
 void execute()
          Jameleon's implementation of Task.execute().
protected  String padNumber(int num, int maxNum)
           
 void setEnvironmentProperties(File f)
          The location of the Enivornment.properties
 void setJameleonGUIProperties(File f)
          The location of jameleon-gui.properties
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

environmentProperties

protected File environmentProperties

jameleonGUIProperties

protected File jameleonGUIProperties
Constructor Detail

UpgradeTask

public UpgradeTask()
Method Detail

setEnvironmentProperties

public void setEnvironmentProperties(File f)
The location of the Enivornment.properties

Parameters:
f - The location of the Enivornment.properties

setJameleonGUIProperties

public void setJameleonGUIProperties(File f)
The location of jameleon-gui.properties

Parameters:
f - The location of jameleon-gui.properties

execute

public final void execute()
                   throws org.apache.tools.ant.BuildException
Jameleon's implementation of Task.execute().

Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException - Ant's way of reporting exception

padNumber

protected String padNumber(int num,
                           int maxNum)


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.