org.ajax4jsf.builder.ant
Class VCPVersionTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.ajax4jsf.builder.ant.VCPVersionTask
- All Implemented Interfaces:
- java.lang.Cloneable
public class VCPVersionTask
- extends org.apache.tools.ant.Task
- Author:
- Maksim Kaszynski
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 |
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 |
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 © 2009. All Rights Reserved.