|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.javasoft.xml.config.StreamConfigParser
public class StreamConfigParser
Parses stream elements (or other enclosing elements with a type attribute) of the following types:
| Nested Class Summary | |
|---|---|
static class |
StreamConfigParser.ConsoleType
|
static class |
StreamConfigParser.XmlAttribute
|
static class |
StreamConfigParser.XmlElement
|
static class |
StreamConfigParser.XmlInputStreamType
|
static class |
StreamConfigParser.XmlOutputStreamType
|
| Method Summary | |
|---|---|
static PrintStream |
parseConsolePrintStream(Element streamElement)
Parses (stream element can be named differently): |
static FileInputStream |
parseFileInputStream(Element streamElement)
Parses (stream element can be named differently): |
static FileOutputStream |
parseFileOutputStream(Element streamElement)
Parses (stream element can be named differently): |
static InputStream |
parseInputStream(Element streamElement)
Parses (stream element can be named differently): |
static PrintStream |
parseLoggerStream(Element streamElement)
Parses (stream element can be named differently): |
static OutputStream |
parseOutputStream(Element streamElement)
Parses an output stream of any type, see class comments (stream element can be named differently). |
static InputStream |
parseURLInputStream(Element streamElement)
Parses (stream element can be named differently): |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static OutputStream parseOutputStream(Element streamElement)
throws XmlConfigException
XmlConfigException
public static FileOutputStream parseFileOutputStream(Element streamElement)
throws XmlConfigException
XmlConfigException
public static PrintStream parseConsolePrintStream(Element streamElement)
throws XmlConfigException
XmlConfigException
public static PrintStream parseLoggerStream(Element streamElement)
throws XmlConfigException
XmlConfigException
public static InputStream parseInputStream(Element streamElement)
throws XmlConfigException
XmlConfigException
public static FileInputStream parseFileInputStream(Element streamElement)
throws XmlConfigException
XmlConfigException
public static InputStream parseURLInputStream(Element streamElement)
throws XmlConfigException
XmlConfigException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||