Interface DependencyAnalyzer
-
- All Known Implementing Classes:
ASMDependencyAnalyzer
public interface DependencyAnalyzerGets the set of classes referenced by 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
-
-