MayReturnNullPropertyDatabase, ParameterNullnessPropertyDatabase, ReturnValueNullnessPropertyDatabasepublic abstract class MethodPropertyDatabase<Property> extends PropertyDatabase<MethodDescriptor,Property>
| Constructor | Description |
|---|---|
MethodPropertyDatabase() |
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodeProperty, 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.