Class ASMDependencyAnalyzer
- java.lang.Object
-
- org.apache.maven.shared.dependency.analyzer.asm.ASMDependencyAnalyzer
-
- All Implemented Interfaces:
DependencyAnalyzer
@Named @Singleton public class ASMDependencyAnalyzer extends java.lang.Object implements DependencyAnalyzer
ASMDependencyAnalyzer- Author:
- Mark Hobson
-
-
Constructor Summary
Constructors Constructor Description ASMDependencyAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
analyze(java.net.URL url)
analyze.
-
-
-
Method Detail
-
analyze
public java.util.Set<java.lang.String> analyze(java.net.URL url) throws java.io.IOException
analyze.
- Specified by:
analyze
in interfaceDependencyAnalyzer
- Parameters:
url
- the JAR file or directory to analyze- Returns:
- the set of class names referenced by the library
- Throws:
java.io.IOException
- if an error occurs reading a JAR or .class file
-
-