Constructor and Description |
---|
HostInfo() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
set the properties.
|
void |
setHost(String aHost)
Set the host to be retrieved.
|
void |
setPrefix(String aPrefix)
Set a prefix for the properties.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
public void execute() throws BuildException
execute
in class Task
BuildException
- on error.public void setHost(String aHost)
aHost
- the name or the address of the host, data for the local host
will be retrieved if omitted.public void setPrefix(String aPrefix)
aPrefix
- the prefix to use.