java.lang.Cloneable
public class HostInfo extends Task
description, location, project
Constructor | Description |
---|---|
HostInfo() |
Modifier and Type | Method | 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.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public 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 Task
BuildException
- on error.