public interface PropertyContainerParser extends PropertyContainerUpdater
IncrementalPropertyContainerParser
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PropertyTag> |
getDefaultUniqueProperties()
Get the default set of unique properties for this parser
|
boolean |
parse(PropertyMap map,
java.lang.String record)
Parse a String representation of the UsageRecord.
|
java.util.Iterator<java.lang.String> |
splitRecords(java.lang.String update)
Split multiple usage records into individual usage records
|
endParse, getDerivedProperties, initFinder, modifyDefaultTableSpecification, startParseboolean parse(PropertyMap map, java.lang.String record) throws AccountingParseException
AccountingParseExceptionmap - PropertyMap to add quantitiesrecord - java.util.Iterator<java.lang.String> splitRecords(java.lang.String update)
throws AccountingParseException
AccountingParseExceptionupdate - string containing multiple recordsjava.util.Set<PropertyTag> getDefaultUniqueProperties()