net.sf.jlayercheck.util
Class DependencyParser

java.lang.Object
  extended by net.sf.jlayercheck.util.DependencyParser

public class DependencyParser
extends Object

Utility methods for calling the asm parser on a number of files.

Author:
webmaster@earth3d.org

Constructor Summary
DependencyParser()
           
 
Method Summary
static void callForFilesystem(String[] args, DependencyVisitor v)
           
static void callForZipFile(String zipfilename, DependencyVisitor v)
           
protected static void checkDirectory(DependencyVisitor v, File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyParser

public DependencyParser()
Method Detail

callForFilesystem

public static void callForFilesystem(String[] args,
                                     DependencyVisitor v)
                              throws IOException
Throws:
IOException

checkDirectory

protected static void checkDirectory(DependencyVisitor v,
                                     File f)
                              throws IOException,
                                     FileNotFoundException
Throws:
IOException
FileNotFoundException

callForZipFile

public static void callForZipFile(String zipfilename,
                                  DependencyVisitor v)
                           throws IOException
Throws:
IOException


Copyright © 2007. All Rights Reserved.