public abstract class MethodPropertyDatabase<Property> extends PropertyDatabase<MethodDescriptor,Property>
Constructor and Description |
---|
MethodPropertyDatabase() |
Modifier and Type | Method and Description |
---|---|
protected MethodDescriptor |
parseKey(java.lang.String methodStr)
Parse a key from a String.
|
protected void |
writeKey(java.io.Writer writer,
MethodDescriptor method)
Write an encoded key to given Writer.
|
decodeProperty, encodeProperty, entrySet, getKeys, getProperty, isEmpty, read, readFromFile, removeProperty, setProperty, write, writeToFile
protected MethodDescriptor parseKey(java.lang.String methodStr) throws PropertyDatabaseFormatException
PropertyDatabase
parseKey
in class PropertyDatabase<MethodDescriptor,Property>
methodStr
- a StringPropertyDatabaseFormatException
protected void writeKey(java.io.Writer writer, MethodDescriptor method) throws java.io.IOException
PropertyDatabase
writeKey
in class PropertyDatabase<MethodDescriptor,Property>
writer
- the Writermethod
- the keyjava.io.IOException
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.