A C D G I L M N S

A

addConstituent(URL) - Method in interface com.werken.classworlds.ClassRealm
Add a constituent to this realm for locating classes.

C

ClassRealm - interface com.werken.classworlds.ClassRealm.
Autonomous sub-portion of a ClassWorld.
ClassWorld - class com.werken.classworlds.ClassWorld.
A collection of ClassRealms, indexed by id.
ClassWorld() - Constructor for class com.werken.classworlds.ClassWorld
Construct.
ClassWorldException - exception com.werken.classworlds.ClassWorldException.
Base exception for ClassWorld errors.
ClassWorldException(ClassWorld) - Constructor for class com.werken.classworlds.ClassWorldException
Construct.
com.werken.classworlds - package com.werken.classworlds
 
ConfigurationException - exception com.werken.classworlds.ConfigurationException.
Indicates an error during Launcher configuration.
ConfigurationException(String) - Constructor for class com.werken.classworlds.ConfigurationException
Construct.
configure(String) - Method in class com.werken.classworlds.Launcher
Configure from a file.

D

DuplicateRealmException - exception com.werken.classworlds.DuplicateRealmException.
Indicates an attempt to add a ClassRealm to a ClassWorld with a duplicate id.
DuplicateRealmException(ClassWorld, String) - Constructor for class com.werken.classworlds.DuplicateRealmException
Construct.

G

getClassLoader() - Method in interface com.werken.classworlds.ClassRealm
Retrieve the ClassLoader that models this ClassRealm.
getEnhancedMainMethod() - Method in class com.werken.classworlds.Launcher
Retrieve the enhanced main entry method.
getId() - Method in class com.werken.classworlds.DuplicateRealmException
Retrieve the duplicate realm id.
getId() - Method in interface com.werken.classworlds.ClassRealm
Retrieve the id.
getId() - Method in class com.werken.classworlds.NoSuchRealmException
Retrieve the invalid realm id.
getMainClass() - Method in class com.werken.classworlds.Launcher
Retrieve the main entry class.
getMainClassName() - Method in class com.werken.classworlds.Launcher
Retrieve the main entry class name.
getMainMethod() - Method in class com.werken.classworlds.Launcher
Retrieve the main entry method.
getMainRealm() - Method in class com.werken.classworlds.Launcher
Retrieve the main entry realm.
getMainRealmName() - Method in class com.werken.classworlds.Launcher
Retrieve the main entry realm name.
getRealm(String) - Method in class com.werken.classworlds.ClassWorld
Retrieve a ClassRealm by its id.
getRealms() - Method in class com.werken.classworlds.ClassWorld
Retrieve the collection of all ClassRealms in this world.
getWorld() - Method in class com.werken.classworlds.ClassWorldException
Retrieve the world.
getWorld() - Method in interface com.werken.classworlds.ClassRealm
Retrieve the ClassWorld of which this is a member.
getWorld() - Method in class com.werken.classworlds.Launcher
Retrieve this launcher's ClassWorld.

I

importFrom(String, String) - Method in interface com.werken.classworlds.ClassRealm
Import packages from another ClassRealm.

L

launch(String[]) - Method in class com.werken.classworlds.Launcher
Launch the application.
launchEnhanced(String[]) - Method in class com.werken.classworlds.Launcher
Attempt to launch the application through the enhanced main method.
Launcher - class com.werken.classworlds.Launcher.
Command-line invokable application launcher.
Launcher() - Constructor for class com.werken.classworlds.Launcher
Construct.
launchStandard(String[]) - Method in class com.werken.classworlds.Launcher
Attempt to launch the application through the standard main method.
loadClass(String) - Method in interface com.werken.classworlds.ClassRealm
Load a class.

M

main(String[]) - Static method in class com.werken.classworlds.Launcher
Launch the launcher.

N

newRealm(String) - Method in class com.werken.classworlds.ClassWorld
Create a new ClassRealm.
NoSuchRealmException - exception com.werken.classworlds.NoSuchRealmException.
Indicates an attempt to retrieve a ClassRealm from a ClassWorld with an invalid id.
NoSuchRealmException(ClassWorld, String) - Constructor for class com.werken.classworlds.NoSuchRealmException
Construct.

S

setAppMain(String, String) - Method in class com.werken.classworlds.Launcher
Set the application's main entrypoint.
setWorld(ClassWorld) - Method in class com.werken.classworlds.Launcher
Set this launcher's ClassWorld.

A C D G I L M N S

Copyright © 2002-2002 The Werken Company. All Rights Reserved.