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.
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependByteCodeAnt
DependByteCodeAnt()
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
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.