All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class nodeos.ClassPathReader

java.lang.Object
   |
   +----nodeos.ClassPathReader

public class ClassPathReader
extends Object
implements ByteCodeReader

Constructor Index

 o ClassPathReader()
 o ClassPathReader(String)
Build a class path from the specified path string

Method Index

 o main(String[])
a test
 o readByteCode(String)
resolve a class name of the form foo.bar.baz
 o toString()
convert in printable form

Constructors

 o ClassPathReader
 public ClassPathReader()
 o ClassPathReader
 public ClassPathReader(String pathstr)
Build a class path from the specified path string

Methods

 o 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
 o toString
 public String toString()
convert in printable form

Returns:
String describing this class path
Overrides:
toString in class Object
 o main
 public static void main(String a[]) throws Exception
a test


All Packages  Class Hierarchy  This Package  Previous  Next  Index