org.ajax4jsf.builder.ant
Class VCPVersionTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.ajax4jsf.builder.ant.VCPVersionTask
public class VCPVersionTask
- extends org.apache.tools.ant.Task
- Author:
- Maksim Kaszynski
| 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 |
| 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 |
VCPVersionTask
public VCPVersionTask()
getClasspath
public org.apache.tools.ant.types.Path getClasspath()
- Returns:
- Returns the classpath.
setClasspath
public void setClasspath(org.apache.tools.ant.types.Path classpath)
- Parameters:
classpath - The classpath to set.
createClasspath
public org.apache.tools.ant.types.Path createClasspath()
setClasspathRef
public void setClasspathRef(org.apache.tools.ant.taskdefs.Ant.Reference ref)
getVersionBean
public java.lang.String getVersionBean()
- Returns:
- Returns the versionBean.
setVersionBean
public void setVersionBean(java.lang.String versionBean)
- Parameters:
versionBean - The versionBean to set.
getOutput
public java.io.File getOutput()
setOutput
public void setOutput(java.io.File outputFile)
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
getVendorProperty
public java.lang.String getVendorProperty()
setVendorProperty
public void setVendorProperty(java.lang.String vendorProperty)
getVersionProperty
public java.lang.String getVersionProperty()
setVersionProperty
public void setVersionProperty(java.lang.String versionProperty)
Copyright © 2007. All Rights Reserved.