Uses of Class
org.codehaus.cargo.daemon.properties.PropertyTable
-
Packages that use PropertyTable Package Description org.codehaus.cargo.daemon org.codehaus.cargo.daemon.request -
-
Uses of PropertyTable in org.codehaus.cargo.daemon
Methods in org.codehaus.cargo.daemon that return PropertyTable Modifier and Type Method Description PropertyTable
Handle. getProperties()
Methods in org.codehaus.cargo.daemon with parameters of type PropertyTable Modifier and Type Method Description void
Handle. addProperties(PropertyTable properties)
Add all the properties to this handle.void
Handle. setProperties(PropertyTable properties)
Sets the properties. -
Uses of PropertyTable in org.codehaus.cargo.daemon.request
Methods in org.codehaus.cargo.daemon.request that return PropertyTable Modifier and Type Method Description PropertyTable
StartRequest. getParameters()
PropertyTable
StartRequest. getProperties(String name, boolean required)
Gets the Properties associated with a key name.Methods in org.codehaus.cargo.daemon.request that return types with arguments of type PropertyTable Modifier and Type Method Description List<PropertyTable>
StartRequest. getPropertiesList(String name, boolean required)
Gets a list of Properties associated with a key name.Methods in org.codehaus.cargo.daemon.request with parameters of type PropertyTable Modifier and Type Method Description void
StartRequest. setParameters(PropertyTable parameters)
Set the parameters of the request.
-