public abstract class FieldPropertyDatabase<Property> extends PropertyDatabase<FieldDescriptor,Property>
| Constructor and Description |
|---|
FieldPropertyDatabase() |
| Modifier and Type | Method and Description |
|---|---|
protected FieldDescriptor |
parseKey(String s)
Parse a key from a String.
|
protected void |
writeKey(Writer writer,
FieldDescriptor key)
Write an encoded key to given Writer.
|
decodeProperty, encodeProperty, entrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFileprotected FieldDescriptor parseKey(String s) throws PropertyDatabaseFormatException
PropertyDatabaseparseKey in class PropertyDatabase<FieldDescriptor,Property>s - a StringPropertyDatabaseFormatExceptionprotected void writeKey(Writer writer, FieldDescriptor key) throws IOException
PropertyDatabasewriteKey in class PropertyDatabase<FieldDescriptor,Property>writer - the Writerkey - the keyIOExceptionCopyright © 2003–2015. All rights reserved.