oracle.jdeveloper.cm
Interface WritableConnectionStore
- All Superinterfaces:
- ConnectionStore
- All Known Implementing Classes:
- DefaultConnectionStore, PropertiesConnectionStore
- public interface WritableConnectionStore
- extends ConnectionStore
Interface which is responsible for the writing of the ConnectionManager's
connection descriptors.
Method Summary |
void |
write(java.lang.String outputFile,
java.util.List descriptors,
boolean stripPasswords)
Writes the list of descriptors to storage. |
write
public void write(java.lang.String outputFile,
java.util.List descriptors,
boolean stripPasswords)
throws CMException
- Writes the list of descriptors to storage.
- Parameters:
outputFile
- the file which will get the data,descriptors
- the descriptors to savestripPasswords
- should the passwords be removed before writing.