public class SpringComponent
extends java.lang.Object
implements AnalyzerPlugin
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!).
This plugin is called after analysis. The plugin is free to modify the
jar and/or change the classpath information (see referred, contained).
This plugin is called after analysis of the JAR but before manifest
generation.