Package com.webmethods.caf.common.bnd
Class BaseXmlAnalyzer
java.lang.Object
com.webmethods.caf.common.bnd.BaseXmlAnalyzer
- All Implemented Interfaces:
aQute.bnd.service.AnalyzerPlugin
- Direct Known Subclasses:
JettyWebXmlAnalyzer
,MwsLegacyComponentsXmlAnalyzer
,PortletXmlAnalyzer
,WebXmlAnalyzer
,XmlImportAnalyzer
BND analyzer that can find class names in the portlet.xml file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SAXParser
protected SAXParser
createSAXParser
(boolean namespaceAware) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface aQute.bnd.service.AnalyzerPlugin
analyzeJar
-
Constructor Details
-
BaseXmlAnalyzer
public BaseXmlAnalyzer()
-
-
Method Details
-
createSAXParser
-
createSAXParser
protected SAXParser createSAXParser(boolean namespaceAware) throws ParserConfigurationException, SAXException
-