org.apache.maven.shared.dependency.analyzer
Class ClassFileVisitorUtils

java.lang.Object
  extended by org.apache.maven.shared.dependency.analyzer.ClassFileVisitorUtils

public final class ClassFileVisitorUtils
extends Object

Utility to visit classes in a library given either as a jar file or an exploded directory.

Version:
$Id: ClassFileVisitorUtils.java 1400598 2012-10-21 08:50:43Z hboutemy $
Author:
Mark Hobson

Method Summary
static void accept(URL url, ClassFileVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public static void accept(URL url,
                          ClassFileVisitor visitor)
                   throws IOException
Throws:
IOException


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