jxUtil 0.6

org.sourceforge.jxutil
Class DependByteCodeAnt

java.lang.Object
  |
  +--org.sourceforge.jxutil.DependByteCode
        |
        +--org.sourceforge.jxutil.DependByteCodeAnt

public class DependByteCodeAnt
extends DependByteCode

An class for information on class file dependencies implemented with the Ant optional depend package.


Constructor Summary
(package private) DependByteCodeAnt()
           
 
Method Summary
(package private) static void add(Set set, org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool cp)
           
 String getDepend(InputStream stream, Set depend)
          Get the dependencies for a class given a stream to its defining data.
 
Methods inherited from class org.sourceforge.jxutil.DependByteCode
add, getInstance, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependByteCodeAnt

DependByteCodeAnt()
Method Detail

add

static void add(Set set,
                org.apache.tools.ant.taskdefs.optional.depend.constantpool.ConstantPool cp)

getDepend

public String getDepend(InputStream stream,
                        Set depend)
                 throws IOException
Get the dependencies for a class given a stream to its defining data.

Specified by:
getDepend in class DependByteCode
IOException

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.