public class FieldStoreTypeDatabase extends FieldPropertyDatabase<FieldStoreType>
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
DEFAULT_FILENAME |
| Constructor | Description |
|---|---|
FieldStoreTypeDatabase() |
| Modifier and Type | Method | Description |
|---|---|---|
protected FieldStoreType |
decodeProperty(java.lang.String propStr) |
Subclasses must define this to instantiate the actual property value from
its string encoding.
|
protected java.lang.String |
encodeProperty(FieldStoreType property) |
Subclasses must define this to encode a property as a string for output
to a file.
|
void |
purgeBoringEntries() |
parseKey, writeKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitentrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFilepublic static final java.lang.String DEFAULT_FILENAME
public void purgeBoringEntries()
protected FieldStoreType decodeProperty(java.lang.String propStr) throws PropertyDatabaseFormatException
PropertyDatabasedecodeProperty in class PropertyDatabase<FieldDescriptor,FieldStoreType>propStr - String containing the encoded propertyPropertyDatabaseFormatExceptionprotected java.lang.String encodeProperty(FieldStoreType property)
PropertyDatabaseencodeProperty in class PropertyDatabase<FieldDescriptor,FieldStoreType>property - the propertyFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.