A B C D F G H I J L M N O P S U

A

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

B

bootstrap() - Method in class org.codehaus.classworlds.uberjar.boot.Bootstrapper
Perform bootstrap.
Bootstrapper - class org.codehaus.classworlds.uberjar.boot.Bootstrapper.
Bootstrapping entry-point.
Bootstrapper(String[]) - Constructor for class org.codehaus.classworlds.uberjar.boot.Bootstrapper
Construct.

C

ClassRealm - interface org.codehaus.classworlds.ClassRealm.
Autonomous sub-portion of a ClassWorld.
ClassWorld - class org.codehaus.classworlds.ClassWorld.
A collection of ClassRealms, indexed by id.
ClassWorld() - Constructor for class org.codehaus.classworlds.ClassWorld
Construct.
ClassWorldException - exception org.codehaus.classworlds.ClassWorldException.
Base exception for ClassWorld errors.
ClassWorldException(ClassWorld) - Constructor for class org.codehaus.classworlds.ClassWorldException
Construct.
ClassWorldException(ClassWorld, String) - Constructor for class org.codehaus.classworlds.ClassWorldException
Construct.
ConfigurationException - exception org.codehaus.classworlds.ConfigurationException.
Indicates an error during Launcher configuration.
ConfigurationException(String) - Constructor for class org.codehaus.classworlds.ConfigurationException
Construct.
ConfigurationException(String, int, String) - Constructor for class org.codehaus.classworlds.ConfigurationException
Construct.
configure(InputStream) - Method in class org.codehaus.classworlds.Launcher
Configure from a file.
connect() - Method in class org.codehaus.classworlds.uberjar.protocol.jar.JarUrlConnection
 
createChildRealm(String) - Method in interface org.codehaus.classworlds.ClassRealm
Create a child realm.

D

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

F

findClass(String) - Method in class org.codehaus.classworlds.uberjar.boot.InitialClassLoader
 

G

getBaseResource() - Method in class org.codehaus.classworlds.uberjar.protocol.jar.JarUrlConnection
Retrieve the base resource URL.
getClassLoader() - Method in interface org.codehaus.classworlds.ClassRealm
Retrieve the ClassLoader that models this ClassRealm.
getEnhancedMainMethod() - Method in class org.codehaus.classworlds.Launcher
Retrieve the enhanced main entry method.
getId() - Method in interface org.codehaus.classworlds.ClassRealm
Retrieve the id.
getId() - Method in class org.codehaus.classworlds.DuplicateRealmException
Retrieve the duplicate realm id.
getId() - Method in class org.codehaus.classworlds.NoSuchRealmException
Retrieve the invalid realm id.
getInitialClassLoader() - Method in class org.codehaus.classworlds.uberjar.boot.Bootstrapper
Retrieve the initial bootstrapping ClassLoader.
getInputStream() - Method in class org.codehaus.classworlds.uberjar.protocol.jar.JarUrlConnection
 
getInstance() - Static method in class org.codehaus.classworlds.uberjar.protocol.jar.Handler
Retrieve the singleton instance.
getJarFile() - Method in class org.codehaus.classworlds.uberjar.protocol.jar.JarUrlConnection
 
getMainClass() - Method in class org.codehaus.classworlds.Launcher
Retrieve the main entry class.
getMainClassName() - Method in class org.codehaus.classworlds.Launcher
Retrieve the main entry class name.
getMainMethod() - Method in class org.codehaus.classworlds.Launcher
Retrieve the main entry method.
getMainRealm() - Method in class org.codehaus.classworlds.Launcher
Retrieve the main entry realm.
getMainRealmName() - Method in class org.codehaus.classworlds.Launcher
Retrieve the main entry realm name.
getRealm(String) - Method in class org.codehaus.classworlds.ClassWorld
Retrieve a ClassRealm by its id.
getRealms() - Method in class org.codehaus.classworlds.ClassWorld
Retrieve the collection of all ClassRealms in this world.
getResource(String) - Method in interface org.codehaus.classworlds.ClassRealm
 
getSegmentInputStream(InputStream, String) - Method in class org.codehaus.classworlds.uberjar.protocol.jar.JarUrlConnection
Retrieve the InputStream for the nesting segment relative to a base InputStream.
getSegments() - Method in class org.codehaus.classworlds.uberjar.protocol.jar.JarUrlConnection
Retrieve the nesting path segments.
getWorld() - Method in interface org.codehaus.classworlds.ClassRealm
Retrieve the ClassWorld of which this is a member.
getWorld() - Method in class org.codehaus.classworlds.ClassWorldException
Retrieve the world.
getWorld() - Method in class org.codehaus.classworlds.Launcher
Retrieve this launcher's ClassWorld.

H

Handler - class org.codehaus.classworlds.uberjar.protocol.jar.Handler.
URLStreamHandler for jar: protocol URLs.
Handler() - Constructor for class org.codehaus.classworlds.uberjar.protocol.jar.Handler
Construct.

I

importFrom(String, String) - Method in interface org.codehaus.classworlds.ClassRealm
Import packages from another ClassRealm.
InitialClassLoader - class org.codehaus.classworlds.uberjar.boot.InitialClassLoader.
Initial bootstrapping ClassLoader.
InitialClassLoader() - Constructor for class org.codehaus.classworlds.uberjar.boot.InitialClassLoader
Construct.

J

JarUrlConnection - class org.codehaus.classworlds.uberjar.protocol.jar.JarUrlConnection.
URLConnection capable of handling multiply-nested jars.

L

launch(String[]) - Method in class org.codehaus.classworlds.Launcher
Launch the application.
launchEnhanced(String[]) - Method in class org.codehaus.classworlds.Launcher
Attempt to launch the application through the enhanced main method.
Launcher - class org.codehaus.classworlds.Launcher.
Command-line invokable application launcher.
LAUNCHER_CLASS_NAME - Static variable in class org.codehaus.classworlds.uberjar.boot.Bootstrapper
Main classworlds entry class.
Launcher() - Constructor for class org.codehaus.classworlds.Launcher
Construct.
launchStandard(String[]) - Method in class org.codehaus.classworlds.Launcher
Attempt to launch the application through the standard main method.
loadClass(String) - Method in interface org.codehaus.classworlds.ClassRealm
Load a class.

M

main(String[]) - Static method in class org.codehaus.classworlds.Launcher
Launch the launcher.
main(String[]) - Static method in class org.codehaus.classworlds.uberjar.boot.Bootstrapper
Main entry-point.

N

newRealm(String) - Method in class org.codehaus.classworlds.ClassWorld
Create a new ClassRealm.
normaliseURL(URL) - Static method in class org.codehaus.classworlds.uberjar.protocol.jar.JarUrlConnection
 
normalizeUrlPath(String) - Static method in class org.codehaus.classworlds.UrlUtils
 
NoSuchRealmException - exception org.codehaus.classworlds.NoSuchRealmException.
Indicates an attempt to retrieve a ClassRealm from a ClassWorld with an invalid id.
NoSuchRealmException(ClassWorld, String) - Constructor for class org.codehaus.classworlds.NoSuchRealmException
Construct.

O

openConnection(URL) - Method in class org.codehaus.classworlds.uberjar.protocol.jar.Handler
 
org.codehaus.classworlds - package org.codehaus.classworlds
 
org.codehaus.classworlds.uberjar.boot - package org.codehaus.classworlds.uberjar.boot
 
org.codehaus.classworlds.uberjar.protocol.jar - package org.codehaus.classworlds.uberjar.protocol.jar
 

P

parseURL(URL, String, int, int) - Method in class org.codehaus.classworlds.uberjar.protocol.jar.Handler
 

S

setAppMain(String, String) - Method in class org.codehaus.classworlds.Launcher
Set the application's main entrypoint.
setParent(ClassRealm) - Method in interface org.codehaus.classworlds.ClassRealm
Set the parent ClassRealm.
setupBaseResourceInputStream() - Method in class org.codehaus.classworlds.uberjar.protocol.jar.JarUrlConnection
Setup the InputStream purely from the base resource.
setupPathedInputStream() - Method in class org.codehaus.classworlds.uberjar.protocol.jar.JarUrlConnection
Setup the InputStream for URL with nested segments.
setWorld(ClassWorld) - Method in class org.codehaus.classworlds.Launcher
Set this launcher's ClassWorld.

U

UrlUtils - class org.codehaus.classworlds.UrlUtils.
 
UrlUtils() - Constructor for class org.codehaus.classworlds.UrlUtils
 

A B C D F G H I J L M N O P S U

Copyright © 2002-2003 The Codehaus. All Rights Reserved.