|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
oracle.jdeveloper.cm.DefaultConnectionStore
Default ConnectionStore (9i XML file format)
Field Summary | |
static java.lang.String |
CONNECTION_TAG
|
static java.lang.String |
DEFAULT_FILE
|
static java.lang.String |
ROOT_TAG
|
Constructor Summary | |
DefaultConnectionStore()
Constructor |
|
DefaultConnectionStore(java.lang.String fName,
boolean isAbsolutePath)
Constructor |
Method Summary | |
void |
characters(char[] ch,
int start,
int length)
|
void |
endDocument()
|
void |
endElement(java.lang.String uri,
java.lang.String name,
java.lang.String qName)
|
java.util.List |
read()
Read all of the descriptors from storage. |
void |
startDocument()
|
void |
startElement(java.lang.String uri,
java.lang.String name,
java.lang.String qName,
org.xml.sax.Attributes atts)
|
void |
write(java.lang.String outputFile,
java.util.List descriptors,
boolean stripPasswords)
Writes the list of descriptors to storage. |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_FILE
public static final java.lang.String CONNECTION_TAG
public static final java.lang.String ROOT_TAG
Constructor Detail |
public DefaultConnectionStore()
public DefaultConnectionStore(java.lang.String fName, boolean isAbsolutePath)
isAbsolutePath
- true if this is an filesystem level absolutepath,
false if this is a class relative filenameMethod Detail |
public final void write(java.lang.String outputFile, java.util.List descriptors, boolean stripPasswords) throws CMException
write
in interface WritableConnectionStore
outputFile
- the file which will get the data,descriptors
- the descriptors to savestripPasswords
- should the passwords be removed before writing.
CMException
public final java.util.List read()
read
in interface ConnectionStore
public void startDocument()
startDocument
in interface org.xml.sax.ContentHandler
public void endDocument()
endDocument
in interface org.xml.sax.ContentHandler
public void startElement(java.lang.String uri, java.lang.String name, java.lang.String qName, org.xml.sax.Attributes atts)
startElement
in interface org.xml.sax.ContentHandler
public void endElement(java.lang.String uri, java.lang.String name, java.lang.String qName)
endElement
in interface org.xml.sax.ContentHandler
public void characters(char[] ch, int start, int length)
characters
in interface org.xml.sax.ContentHandler
|
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.