|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.cm.PropertiesConnectionStore
ConnectionStore for (3.2.3 properties file format)
| Constructor Summary | |
PropertiesConnectionStore()
Constructor |
|
PropertiesConnectionStore(java.lang.String fName,
boolean isAbsolutePath)
Constructor |
|
| Method Summary | |
java.util.List |
read()
Read all of the descriptors from storage. |
void |
write(java.lang.String outputFile,
java.util.List descriptors,
boolean stripPasswords)
Writes the list of descriptors to storage. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertiesConnectionStore()
public PropertiesConnectionStore(java.lang.String fName,
boolean isAbsolutePath)
isAbsolutePath - true if this is an filesystem level absolutepath,
false if this is a class relative filename| Method Detail |
public final void write(java.lang.String outputFile,
java.util.List descriptors,
boolean stripPasswords)
throws CMException
write in interface WritableConnectionStoreoutputFile - the file which will get the data,descriptors - the descriptors to savestripPasswords - should the passwords be removed before writing.
CMExceptionpublic final java.util.List read()
read in interface ConnectionStore
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.