org.apache.tools.ant.taskdefs
public class HostInfo extends Task
Since: Ant 1.8
UNKNOWN: category="utility"
Method Summary | |
---|---|
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. |
Throws: BuildException on error.
Parameters: aHost the name or the address of the host, data for the local host will be retrieved if ommited.
Since: Ant 1.8
Parameters: aPrefix the prefix to use.
Since: Ant 1.8