Package jfun.jaskell.classloader

Provides ClassLoader implementation for loading classes and resources in jaskell script.

See:
          Description

Interface Summary
ClassLoaderFactory.ErrorHandler To handle errors during class loading.
LoadingPolicy Represents the class loading policy.
 

Class Summary
ClassLoaderFactory A factory class that creates ClassLoader object.
MyClassLoader The ClassLoader implementation that can accept additional URL for class path.
It also queries a LoadingPolicy object to decide its class loading behavior.
SimpleLoadingPolicy A simple mutable implementation of LoadingPolicy interface.
 

Package jfun.jaskell.classloader Description

Provides ClassLoader implementation for loading classes and resources in jaskell script.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: