public class FieldStoreTypeDatabase extends FieldPropertyDatabase<FieldStoreType>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FILENAME |
| Constructor and Description |
|---|
FieldStoreTypeDatabase() |
| Modifier and Type | Method and Description |
|---|---|
protected FieldStoreType |
decodeProperty(String propStr)
Subclasses must define this to instantiate the actual property value from
its string encoding.
|
protected String |
encodeProperty(FieldStoreType property)
Subclasses must define this to encode a property as a string for output
to a file.
|
void |
purgeBoringEntries() |
parseKey, writeKeyentrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFilepublic static final String DEFAULT_FILENAME
public void purgeBoringEntries()
protected FieldStoreType decodeProperty(String propStr) throws PropertyDatabaseFormatException
PropertyDatabasedecodeProperty in class PropertyDatabase<FieldDescriptor,FieldStoreType>propStr - String containing the encoded propertyPropertyDatabaseFormatExceptionprotected String encodeProperty(FieldStoreType property)
PropertyDatabaseencodeProperty in class PropertyDatabase<FieldDescriptor,FieldStoreType>property - the propertyCopyright © 2003–2015. All rights reserved.