Package com.webmethods.caf.common.bnd
Class WebXmlAnalyzer
java.lang.Object
com.webmethods.caf.common.bnd.BaseXmlAnalyzer
com.webmethods.caf.common.bnd.WebXmlAnalyzer
- All Implemented Interfaces:
aQute.bnd.service.AnalyzerPlugin
- Direct Known Subclasses:
MwsDefaultWebXmlAnalyzer
,WebFragmentXmlAnalyzer
BND analyzer that can find class names in a web.xml file
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
analyzeJar
(aQute.bnd.osgi.Analyzer analyzer) protected InputStream
processStream
(InputStream inStream, Set<String> importPackageCandidates) Methods inherited from class com.webmethods.caf.common.bnd.BaseXmlAnalyzer
createSAXParser, createSAXParser
-
Constructor Details
-
WebXmlAnalyzer
public WebXmlAnalyzer()
-
-
Method Details
-
analyzeJar
- Throws:
Exception
-
processStream
protected InputStream processStream(InputStream inStream, Set<String> importPackageCandidates) throws Exception, SAXException, IOException - Throws:
Exception
SAXException
IOException
-