org.ajax4jsf.builder.ant
Class VCPVersionTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.ajax4jsf.builder.ant.VCPVersionTask
All Implemented Interfaces:
java.lang.Cloneable

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

Author:
Maksim Kaszynski

Field Summary
 
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
 
Constructor Summary
VCPVersionTask()
           
 
Method Summary
 org.apache.tools.ant.types.Path createClasspath()
           
 void execute()
           
 org.apache.tools.ant.types.Path getClasspath()
           
 java.io.File getOutput()
           
 java.lang.String getVendorProperty()
           
 java.lang.String getVersionBean()
           
 java.lang.String getVersionProperty()
           
 void setClasspath(org.apache.tools.ant.types.Path classpath)
           
 void setClasspathRef(org.apache.tools.ant.taskdefs.Ant.Reference ref)
           
 void setOutput(java.io.File outputFile)
           
 void setVendorProperty(java.lang.String vendorProperty)
           
 void setVersionBean(java.lang.String versionBean)
           
 void setVersionProperty(java.lang.String versionProperty)
           
 
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
 

Constructor Detail

VCPVersionTask

public VCPVersionTask()
Method Detail

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.