public class BytecodeAnalyzer extends Object
| Constructor and Description |
|---|
BytecodeAnalyzer(DependencyCollector collector)
Creates analyzer that will emit information to the given collector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(Collection<File> bytecodeFiles)
Analyzes collection of
*.class files. |
void |
analyze(File bytecodeFile)
Analyzes single
*.class file. |
void |
analyzeDir(File dir)
Analyzes
*.class files from a given directory and its subdirectories. |
public BytecodeAnalyzer(DependencyCollector collector)
public void analyze(File bytecodeFile)
*.class file.public void analyze(Collection<File> bytecodeFiles)
*.class files.public void analyzeDir(File dir)
*.class files from a given directory and its subdirectories.Copyright © 2019. All rights reserved.