Uses of Class
org.codehaus.cargo.ant.Property
-
Packages that use Property Package Description org.codehaus.cargo.ant -
-
Uses of Property in org.codehaus.cargo.ant
Methods in org.codehaus.cargo.ant that return types with arguments of type Property Modifier and Type Method Description protected List<Property>
ConfigurationElement. getProperties()
protected List<Property>
DaemonElement. getProperties()
List<Property>
DeployableElement. getProperties()
Methods in org.codehaus.cargo.ant with parameters of type Property Modifier and Type Method Description void
ConfigurationElement. addConfiguredProperty(Property property)
Add a container property.void
DaemonElement. addConfiguredProperty(Property property)
Add a container property.void
DeployableElement. addConfiguredProperty(Property property)
Add a deployable property.
-