public class HostInfo extends Task
description, location, project| Constructor and Description | 
|---|
| HostInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute()set the properties. | 
| void | setHost(java.lang.String aHost)Set the host to be retrieved. | 
| void | setPrefix(java.lang.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, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectpublic void setPrefix(java.lang.String aPrefix)
aPrefix - the prefix to use.public void setHost(java.lang.String aHost)
aHost - the name or the address of the host, data for the local host
            will be retrieved if omitted.public void execute()
             throws BuildException
execute in class TaskBuildException - on error.