org.sourceforge.jxutil
Class DependByteCode
java.lang.Object
|
+--org.sourceforge.jxutil.DependByteCode
- Direct Known Subclasses:
- DependByteCodeAnt, DependByteCodeGNU
- public abstract class DependByteCode
- extends Object
An abstract class for information on class file dependencies.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependByteCode
public DependByteCode()
add
static int add(Set set,
char[] cha,
int ofs)
getDepend
public abstract String getDepend(InputStream classStream,
Set depend)
throws IOException
IOException
getInstance
public static DependByteCode getInstance()
getInstance
static DependByteCode getInstance(String stem)
Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.