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, writeToFileprotected MethodDescriptor parseKey(java.lang.String methodStr) throws PropertyDatabaseFormatException
PropertyDatabaseparseKey in class PropertyDatabase<MethodDescriptor,Property>methodStr - a StringPropertyDatabaseFormatExceptionprotected void writeKey(java.io.Writer writer,
MethodDescriptor method)
throws java.io.IOException
PropertyDatabasewriteKey in class PropertyDatabase<MethodDescriptor,Property>writer - the Writermethod - the keyjava.io.IOExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.