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$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ROLE  
    • Field Detail

      • ROLE

        static final java.lang.String ROLE
    • Method Detail

      • analyze

        java.util.Set<java.lang.String> analyze​(java.net.URL url)
                                         throws java.io.IOException
        Throws:
        java.io.IOException