org.oddjob.oddballs
Interface Oddball


public interface Oddball

Abstract representation of an Oddball.

Author:
rob

Method Summary
 ArooaDescriptor getArooaDescriptor()
          The ArooaDescriptor.
 ClassLoader getClassLoader()
          The ClasLoader created to load classes in the Oddball.
 

Method Detail

getClassLoader

ClassLoader getClassLoader()
The ClasLoader created to load classes in the Oddball.

This isn't currently used by anything but it seems like a nice to have.

Returns:

getArooaDescriptor

ArooaDescriptor getArooaDescriptor()
The ArooaDescriptor.

Returns:
The ArooaDescripor. Must not be null.