|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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, ref |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| 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(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(String propName)
Set the property name for the 'unless' condition. |
void |
setUser(String value)
Sets remote user name. |
| Methods inherited from class org.apache.tools.ant.types.DataType |
|---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DistributerDef()
| Method Detail |
|---|
public void execute()
public boolean isActive()
public void setId(String id)
id - idpublic void setIf(String propName)
propName - property namepublic void setRefid(org.apache.tools.ant.types.Reference r)
setRefid in class org.apache.tools.ant.types.DataTyper - reference namepublic void setUnless(String propName)
propName - name of propertypublic String getHosts()
public int getTcpcork()
public DistributerProtocolEnum getProtocol()
public void setHosts(String value)
value - new valuepublic void setTcpcork(int value)
value - new valuepublic void setProtocol(DistributerProtocolEnum value)
value - new valuepublic DistributerMap createMap()
public void setUser(String value)
value - user name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||