public class BindPropertyTask
extends Task
Modifier and Type | Class and Description |
---|---|
(package private) class |
BindPropertyTask.CustomLoader
Custom class loader, for loading a class directly from a file.
|
Modifier and Type | Field and Description |
---|---|
private String |
_classFile |
private String |
_fieldName |
private String |
_propName |
Constructor and Description |
---|
BindPropertyTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Load the class file, and grab the value of the field.
|
void |
setClassFile(String classFile)
The class file.
|
void |
setFieldName(String fieldName)
Set the field name of the class.
|
void |
setProperty(String propName)
The property name to bind
|
private String _classFile
private String _fieldName
private String _propName
public void setFieldName(String fieldName)
fieldName
- public void setClassFile(String classFile)
classFile
- public void setProperty(String propName)
propName
- public void execute() throws BuildException
BuildException