FieldStoreTypeDatabase
public 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, wait
decodeProperty, encodeProperty, entrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFile
protected FieldDescriptor parseKey(java.lang.String s) throws PropertyDatabaseFormatException
PropertyDatabase
parseKey
in class PropertyDatabase<FieldDescriptor,Property>
s
- a StringPropertyDatabaseFormatException
protected void writeKey(java.io.Writer writer, FieldDescriptor key) throws java.io.IOException
PropertyDatabase
writeKey
in class PropertyDatabase<FieldDescriptor,Property>
writer
- the Writerkey
- the keyjava.io.IOException
SpotBugs is licensed under the LGPL.