kmy.jint.reflect
Class SourceFactory

java.lang.Object
  |
  +--kmy.jint.reflect.SourceFactory
Direct Known Subclasses:
Compiler.SourceLoader

public abstract class SourceFactory
extends java.lang.Object


Constructor Summary
SourceFactory()
           
 
Method Summary
abstract  void listPackage(QualifiedIdentifier packageName, java.util.Dictionary packageList)
           
abstract  boolean loadSource(QualifiedIdentifier qi, ClassConsumer classConsumer)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SourceFactory

public SourceFactory()
Method Detail

loadSource

public abstract boolean loadSource(QualifiedIdentifier qi,
                                   ClassConsumer classConsumer)

listPackage

public abstract void listPackage(QualifiedIdentifier packageName,
                                 java.util.Dictionary packageList)