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 PropertyTableHandle. getProperties()Methods in org.codehaus.cargo.daemon with parameters of type PropertyTable Modifier and Type Method Description voidHandle. addProperties(PropertyTable properties)Add all the properties to this handle.voidHandle. 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 PropertyTableStartRequest. getParameters()PropertyTableStartRequest. 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 voidStartRequest. setParameters(PropertyTable parameters)Set the parameters of the request.
-