|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.types.DataType net.sf.antcontrib.cpptasks.DistributerDef
public final class DistributerDef
Distributed build information (Non-functional prototype).
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.types.DataType |
---|
checked, description, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
DistributerDef()
Constructor. |
Method Summary | |
---|---|
DistributerMap |
createMap()
Local to remote filename maps. |
void |
execute()
Required by documentation generator. |
java.lang.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(java.lang.String value)
Sets hosts. |
void |
setId(java.lang.String id)
Sets an id that can be used to reference this element. |
void |
setIf(java.lang.String propName)
Sets the property name for the 'if' condition. |
void |
setProtocol(DistributerProtocolEnum value)
Sets protocol. |
void |
setRefid(org.apache.tools.ant.types.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(java.lang.String propName)
Set the property name for the 'unless' condition. |
void |
setUser(java.lang.String value)
Sets remote user name. |
Methods inherited from class org.apache.tools.ant.types.DataType |
---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, tooManyAttributes |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistributerDef()
Method Detail |
---|
public void execute()
public boolean isActive()
public void setId(java.lang.String id)
id
- idpublic void setIf(java.lang.String propName)
propName
- property namepublic void setRefid(org.apache.tools.ant.types.Reference r)
setRefid
in class org.apache.tools.ant.types.DataType
r
- reference namepublic void setUnless(java.lang.String propName)
propName
- name of propertypublic java.lang.String getHosts()
public int getTcpcork()
public DistributerProtocolEnum getProtocol()
public void setHosts(java.lang.String value)
value
- new valuepublic void setTcpcork(int value)
value
- new valuepublic void setProtocol(DistributerProtocolEnum value)
value
- new valuepublic DistributerMap createMap()
public void setUser(java.lang.String value)
value
- user name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |