public abstract class MethodPropertyDatabase<Property> extends PropertyDatabase<MethodDescriptor,Property>
| Constructor and Description |
|---|
MethodPropertyDatabase() |
| Modifier and Type | Method and Description |
|---|---|
protected MethodDescriptor |
parseKey(String methodStr)
Parse a key from a String.
|
protected void |
writeKey(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(String methodStr) throws PropertyDatabaseFormatException
PropertyDatabaseparseKey in class PropertyDatabase<MethodDescriptor,Property>methodStr - a StringPropertyDatabaseFormatExceptionprotected void writeKey(Writer writer, MethodDescriptor method) throws IOException
PropertyDatabasewriteKey in class PropertyDatabase<MethodDescriptor,Property>writer - the Writermethod - the keyIOExceptionCopyright © 2003–2015. All rights reserved.