java.lang.Object
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.
- Author:
- Mark Hobson
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
accept
- Parameters:
url - the URL of the jar file or directory to visit
visitor - a ClassFileVisitor object
- Throws:
IOException - I/O error or corrupt class file