public class ConfigReader extends DescriptorReader
Modifier and Type | Field and Description |
---|---|
private static boolean |
convertSecurityExtensionSchema |
private static weblogic.diagnostics.debug.DebugLogger |
debugLogger
Handle to debug output logger.
|
static java.lang.String |
EXECUTE_CONFIG_TRANSLATORS_PROP |
private static boolean |
executeConfigurationTranslators |
Constructor and Description |
---|
ConfigReader(java.io.InputStream _in) |
ConfigReader(java.io.InputStream _in,
ConfigReaderContext ctx) |
Modifier and Type | Method and Description |
---|---|
static java.io.InputStream |
convert(java.io.InputStream in,
ConfigReaderContext ctx) |
private static void |
convert90(org.w3c.dom.Document d)
This method translates a 90 config.xml to a current config.xml
FIXME mark@bea.com 08-Sep-2005 -- consider making this pluggable
|
private static void |
convertPluggable(org.w3c.dom.Document d)
Find and execute ConfigurationTranslators on a document.
|
static boolean |
getBooleanProperty(java.lang.String prop,
boolean _default) |
addNamespaceMapping, getNamespaceContext, getNamespaceURI, getNamespaceURI, getNamespaceURI, isModified, setModified
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceCount, getNamespacePrefix, getParent, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, setParent, standaloneSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getAttributeCount, getAttributeLocalName, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getCharacterEncodingScheme, getElementText, getEncoding, getEventType, getLocalName, getLocation, getName, getNamespaceCount, getNamespacePrefix, getPIData, getPITarget, getPrefix, getProperty, getText, getTextCharacters, getTextCharacters, getTextLength, getTextStart, getVersion, hasName, hasNext, hasText, isAttributeSpecified, isCharacters, isEndElement, isStandalone, isStartElement, isWhiteSpace, next, nextTag, require, standaloneSet
private static weblogic.diagnostics.debug.DebugLogger debugLogger
public static final java.lang.String EXECUTE_CONFIG_TRANSLATORS_PROP
private static final boolean executeConfigurationTranslators
private static final boolean convertSecurityExtensionSchema
public ConfigReader(java.io.InputStream _in) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public ConfigReader(java.io.InputStream _in, ConfigReaderContext ctx) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public static boolean getBooleanProperty(java.lang.String prop, boolean _default)
public static java.io.InputStream convert(java.io.InputStream in, ConfigReaderContext ctx) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
private static void convert90(org.w3c.dom.Document d)
private static void convertPluggable(org.w3c.dom.Document d)