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 voidConfigurationElement. addConfiguredProperty(Property property)Add a container property.voidDaemonElement. addConfiguredProperty(Property property)Add a container property.voidDeployableElement. addConfiguredProperty(Property property)Add a deployable property.
-