Package aQute.lib.spring
Class SpringXMLType
- java.lang.Object
-
- aQute.lib.spring.XMLTypeProcessor
-
- aQute.lib.spring.SpringXMLType
-
- All Implemented Interfaces:
AnalyzerPlugin
public class SpringXMLType extends XMLTypeProcessor
This component is called when we find a resource in the META-INF/*.xml pattern. We parse the resource and and the imports to the builder. Parsing is done with XSLT (first time I see the use of having XML for the Spring configuration files!).- Author:
- aqute
-
-
Constructor Summary
Constructors Constructor Description SpringXMLType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<XMLType>
getTypes(Analyzer analyzer)
-
Methods inherited from class aQute.lib.spring.XMLTypeProcessor
analyzeJar, process
-
-
-
-
Method Detail
-
getTypes
protected java.util.List<XMLType> getTypes(Analyzer analyzer) throws java.lang.Exception
- Overrides:
getTypes
in classXMLTypeProcessor
- Throws:
java.lang.Exception
-
-