Interface ClassAnalyzer
-
- All Known Implementing Classes:
DefaultClassAnalyzer
public interface ClassAnalyzerGets the set of classes contained in a library given either as a jar file or an exploded directory.- Version:
- $Id$
- Author:
- Mark Hobson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>analyze(URL url)
-
-
-
Field Detail
-
ROLE
static final String ROLE
-
-
Method Detail
-
analyze
Set<String> analyze(URL url) throws IOException
- Throws:
IOException
-
-