FieldStoreTypeDatabasepublic abstract class FieldPropertyDatabase<Property> extends PropertyDatabase<FieldDescriptor,Property>
| Constructor | Description |
|---|---|
FieldPropertyDatabase() |
| Modifier and Type | Method | Description |
|---|---|---|
protected FieldDescriptor |
parseKey(java.lang.String s) |
Parse a key from a String.
|
protected void |
writeKey(java.io.Writer writer,
FieldDescriptor key) |
Write an encoded key to given Writer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeProperty, encodeProperty, entrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFileprotected FieldDescriptor parseKey(java.lang.String s) throws PropertyDatabaseFormatException
PropertyDatabaseparseKey in class PropertyDatabase<FieldDescriptor,Property>s - a StringPropertyDatabaseFormatExceptionprotected void writeKey(java.io.Writer writer,
FieldDescriptor key)
throws java.io.IOException
PropertyDatabasewriteKey in class PropertyDatabase<FieldDescriptor,Property>writer - the Writerkey - the keyjava.io.IOExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.