Interface ClassAnalyzer
- All Known Implementing Classes:
- DefaultClassAnalyzer
public interface ClassAnalyzer
Gets the set of classes contained in a library given either as a jar file or an exploded directory.
- Author:
- Mark Hobson
- 
Method Summary
- 
Method Details- 
analyzeanalyze. - Parameters:
- url- the JAR file or directory to analyze
- Returns:
- a Setobject
- Throws:
- IOException- if any
 
 
-