|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.virtualmock.configuration.ExcludedClassesParser
Parses ExcludedClasses out of the VirtualMock config file.
| Constructor Summary | |
ExcludedClassesParser(java.io.InputStream inputStream,
ExcludedClassesHandler handler,
javax.xml.parsers.SAXParserFactory factory)
Creates a new ExcludedClassesParser object. |
|
| Method Summary | |
java.util.List |
getClassExclusionPatterns()
Returns a List representing the classExclusionPatterns defined in the configuration file. |
protected void |
parse()
The parse method of this Parser. |
protected void |
performParse()
Perform the actual parsing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExcludedClassesParser(java.io.InputStream inputStream,
ExcludedClassesHandler handler,
javax.xml.parsers.SAXParserFactory factory)
inputStream - the InputStream which contains the virtualmock xml
config file.handler - the SAX Handler for this parser| Method Detail |
public java.util.List getClassExclusionPatterns()
protected void parse()
java.lang.RuntimeException - if unable to obtain the input stream for file
protected void performParse()
throws javax.xml.parsers.FactoryConfigurationError,
javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
javax.xml.parsers.FactoryConfigurationError - parsing exception
javax.xml.parsers.ParserConfigurationException - parsing exception
org.xml.sax.SAXException - parsing exception
java.io.IOException - parsing exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||