aQute.lib.spring
Class XMLType

java.lang.Object
  extended by aQute.lib.spring.XMLType

public class XMLType
extends Object


Constructor Summary
XMLType(URL source, String root, String paths)
           
 
Method Summary
 Set<String> analyze(InputStream in)
           
 boolean analyzeJar(Analyzer analyzer)
           
protected  Transformer getTransformer(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLType

public XMLType(URL source,
               String root,
               String paths)
        throws Exception
Throws:
Exception
Method Detail

analyze

public Set<String> analyze(InputStream in)
                    throws Exception
Throws:
Exception

analyzeJar

public boolean analyzeJar(Analyzer analyzer)
                   throws Exception
Throws:
Exception

getTransformer

protected Transformer getTransformer(URL url)
                              throws Exception
Throws:
Exception


Copyright © 2012 aQute SARL. All Rights Reserved.