All Packages Class Hierarchy This Package Previous Next Index
Class nodeos.ClassPathReader
java.lang.Object
|
+----nodeos.ClassPathReader
- public class ClassPathReader
- extends Object
- implements ByteCodeReader
-
ClassPathReader()
-
-
ClassPathReader(String)
- Build a class path from the specified path string
-
main(String[])
- a test
-
readByteCode(String)
- resolve a class name of the form foo.bar.baz
-
toString()
- convert in printable form
ClassPathReader
public ClassPathReader()
ClassPathReader
public ClassPathReader(String pathstr)
- Build a class path from the specified path string
readByteCode
public byte[] readByteCode(String classname) throws Exception
- resolve a class name of the form foo.bar.baz
- Parameters:
- classname - fully qualified class name
- Returns:
- byte[] array of bytes containing .class file
toString
public String toString()
- convert in printable form
- Returns:
- String describing this class path
- Overrides:
- toString in class Object
main
public static void main(String a[]) throws Exception
- a test
All Packages Class Hierarchy This Package Previous Next Index