org.apache.tools.ant.taskdefs.optional.depend
public class ClassFile extends Object
Method Summary | |
---|---|
Vector | getClassRefs()
Get the classes which this class references.
|
String | getFullClassName()
Get the class' fully qualified name in dot format.
|
void | read(InputStream stream)
Read the class from a data stream. |
Returns: a vector of class names which this class references
Returns: the class name in dot format (eg. java.lang.Object)
Parameters: stream an InputStream from which the class will be read
Throws: IOException if there is a problem reading from the given stream. ClassFormatError if the class cannot be parsed correctly