org.apache.maven.shared.dependency.analyzer
Interface DependencyAnalyzer

All Known Implementing Classes:
ASMDependencyAnalyzer

public interface DependencyAnalyzer

Gets the set of classes referenced by a library given either as a jar file or an exploded directory.

Version:
$Id: DependencyAnalyzer.java 1174427 2011-09-22 22:25:17Z hboutemy $
Author:
Mark Hobson

Field Summary
static String ROLE
           
 
Method Summary
 Set<String> analyze(URL url)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

analyze

Set<String> analyze(URL url)
                    throws IOException
Throws:
IOException


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.