public static class PbsParser.PBSNodesCPUEntryMaker extends java.lang.Object implements ContainerEntryMaker
| Constructor and Description |
|---|
PbsParser.PBSNodesCPUEntryMaker() |
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(PropertyContainer container,
java.lang.String valueString)
Parses the specified string and adds the generated value to
container. |
void |
setValue(PropertyMap map,
java.lang.String valueString)
Parses the specified string and adds the generated value to
container. |
public void setValue(PropertyContainer container, java.lang.String valueString) throws java.lang.IllegalArgumentException, InvalidPropertyException
ContainerEntryMakercontainer. The value may be added using one or more
PropertyTags depending on the data stored in
valueString.setValue in interface ContainerEntryMakerjava.lang.IllegalArgumentException - If valueString is not of a format that allows this
maker to extract data from itInvalidPropertyException - If the container cannot contain PropertyTags used by
this entry maker to store parsed data PropertyTagcontainer - The container in which to place data extracted from
valueStringvalueString - The string to parse extract data frompublic void setValue(PropertyMap map, java.lang.String valueString) throws java.lang.IllegalArgumentException
ContainerEntryMakercontainer. The value may be added using one or more
PropertyTags depending on the data stored in
valueString. This method differs from
ContainerEntryMaker.setValue(PropertyContainer, String) in that it can't throw an
InvalidPropertyException (PropertyMaps don't when
properties are set in them, unlike PropertyContainers)setValue in interface ContainerEntryMakerjava.lang.IllegalArgumentException - If valueString is not of a format that allows this
maker to extract data from itmap - The container in which to place data extracted from
valueStringvalueString - The string to parse extract data from