net.sf.antcontrib.cpptasks
public final class DistributerDef extends DataType
Constructor Summary | |
---|---|
DistributerDef()
Constructor.
|
Method Summary | |
---|---|
DistributerMap | createMap()
Local to remote filename maps. |
void | execute()
Required by documentation generator. |
String | getHosts()
Gets hosts. |
DistributerProtocolEnum | getProtocol()
Gets protocol. |
int | getTcpcork()
Gets tcp cork. |
boolean | isActive()
Returns true if the if and unless conditions (if any) are
satisfied. |
void | setHosts(String value)
Sets hosts. |
void | setId(String id)
Sets an id that can be used to reference this element.
|
void | setIf(String propName)
Sets the property name for the 'if' condition.
|
void | setProtocol(DistributerProtocolEnum value)
Sets protocol. |
void | setRefid(Reference r)
Specifies that this element should behave as if the content of the
element with the matching id attribute was inserted at this location. |
void | setTcpcork(int value)
Sets TCP_CORK value. |
void | setUnless(String propName)
Set the property name for the 'unless' condition.
|
void | setUser(String value)
Sets remote user name. |
Returns: new map
Returns: hosts, may be null.
Returns: protocol, may be null.
Returns: TCP_CORK value.
Returns: true if definition is active.
Parameters: value new value
Parameters: id id
Parameters: propName property name
Parameters: value new value
Parameters: r reference name
Parameters: value new value
Parameters: propName name of property
Parameters: value user name