tecgraf.javautils.ant.taskdefs
Class ReadVersion

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by tecgraf.javautils.ant.taskdefs.ReadVersion
All Implemented Interfaces:
Cloneable

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

Task para apenas ler a versão

Author:
Tecgraf/PUC-Rio

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
ReadVersion()
           
 
Method Summary
 void execute()
           
 void setAddproperty(String addproperty)
           
 void setFormatted(boolean formatted)
           
 void setShowreleaseversion(boolean showreleaseversion)
           
 void setVersionfile(String versionfile)
           
 
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

ReadVersion

public ReadVersion()
Method Detail

setAddproperty

public void setAddproperty(String addproperty)

setVersionfile

public final void setVersionfile(String versionfile)

setFormatted

public final void setFormatted(boolean formatted)

setShowreleaseversion

public final void setShowreleaseversion(boolean showreleaseversion)

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


Copyright © 2014 Tecgraf/PUC-Rio. All rights reserved.