public class GetVersionPref
extends org.apache.tools.ant.Task
Modifier and Type | Field and Description |
---|---|
protected String |
input
The input string that contains the version string.
|
protected 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
|
String |
getInput() |
String |
getProperty() |
void |
setInput(String input) |
void |
setProperty(String property) |
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
protected String property
protected String input
public void setProperty(String property)
public String getProperty()
public void setInput(String input)
public 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 © 2017 The Apache Software Foundation. All rights reserved.