aQute.lib.spring
Class SpringXMLType

java.lang.Object
  extended by aQute.lib.spring.XMLTypeProcessor
      extended by 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
SpringXMLType()
           
 
Method Summary
protected  List<XMLType> getTypes(Analyzer analyzer)
           
 
Methods inherited from class aQute.lib.spring.XMLTypeProcessor
analyzeJar, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringXMLType

public SpringXMLType()
Method Detail

getTypes

protected List<XMLType> getTypes(Analyzer analyzer)
                          throws Exception
Overrides:
getTypes in class XMLTypeProcessor
Throws:
Exception


Copyright © 2012 aQute SARL. All Rights Reserved.