| 
org.netbeans.api.debugger/1 1.7.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Properties.Reader
This class helps to store and read custom types using 
 Properties.setObject(java.lang.String, java.lang.Object) and Properties.getObject(java.lang.String, java.lang.Object) methods.
 Implementations of this class should be stored in "META_INF\debugger"
 folder.
| Method Summary | |
|---|---|
 String[] | 
getSupportedClassNames()
Returns array of classNames supported by this reader.  | 
 Object | 
read(String className,
     Properties properties)
Reads object with given className.  | 
 void | 
write(Object object,
      Properties properties)
Writes given object to given properties subfolder.  | 
| Method Detail | 
|---|
String[] getSupportedClassNames()
Object read(String className, Properties properties)
className - a name of class to be readedproperties - a properties subfloder containing properties 
        for this object
void write(Object object, Properties properties)
object - a object to be savedproperties - a properties subfolder to be used
  | 
org.netbeans.api.debugger/1 1.7.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||