public class GetVersionPref
extends org.apache.tools.ant.Task
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
input
The input string that contains the version string.
|
protected java.lang.String |
property
The name of the property that gets the version prefix.
|
Constructor and Description |
---|
GetVersionPref() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the ant task
|
java.lang.String |
getInput() |
java.lang.String |
getProperty() |
void |
setInput(java.lang.String input) |
void |
setProperty(java.lang.String property) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
protected java.lang.String property
protected java.lang.String input
public void setProperty(java.lang.String property)
public java.lang.String getProperty()
public void setInput(java.lang.String input)
public java.lang.String getInput()
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2012 The Apache Software Foundation