java.lang.Object
org.apache.maven.shared.dependency.analyzer.asm.ASMDependencyAnalyzer
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ASMDependencyAnalyzer
public ASMDependencyAnalyzer()
-
Method Details
-
analyze
- Specified by:
analyze
in interface DependencyAnalyzer
- Parameters:
url
- the JAR file or directory to analyze
excludeClasses
- a class list to exclude
- Returns:
- the set of class names referenced by the library
- Throws:
IOException
- if an error occurs reading a JAR or .class file