bsh.classpath
Class BshClassPath.ClassSource

java.lang.Object
  extended bybsh.classpath.BshClassPath.ClassSource
Direct Known Subclasses:
BshClassPath.DirClassSource, BshClassPath.GeneratedClassSource, BshClassPath.JarClassSource
Enclosing class:
BshClassPath

public abstract static class BshClassPath.ClassSource
extends java.lang.Object


Field Summary
(package private)  java.lang.Object source
           
 
Constructor Summary
BshClassPath.ClassSource()
           
 
Method Summary
(package private) abstract  byte[] getCode(java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

java.lang.Object source
Constructor Detail

BshClassPath.ClassSource

public BshClassPath.ClassSource()
Method Detail

getCode

abstract byte[] getCode(java.lang.String className)