Skip navigation links
C D F G I J K L S T V 

C

com.jdotsoft.jarloader - package com.jdotsoft.jarloader
 

D

destroyApplet() - Method in class com.jdotsoft.jarloader.JarClassLoader
Call this method to destroy the applet from your launcher class MyAppletLauncher.destroy() method.

F

findLibrary(String) - Method in class com.jdotsoft.jarloader.JarClassLoader
 
findResource(String) - Method in class com.jdotsoft.jarloader.JarClassLoader
 
findResources(String) - Method in class com.jdotsoft.jarloader.JarClassLoader
 

G

getManifestMainClass() - Method in class com.jdotsoft.jarloader.JarClassLoader
Returns the name of the jar file main class, or null if no "Main-Class" manifest attributes was defined.

I

initApplet(String, JApplet) - Method in class com.jdotsoft.jarloader.JarClassLoader
Call this method to initialize an applet from your launcher class MyAppletLauncher.init() method.
invokeMain(String, String[]) - Method in class com.jdotsoft.jarloader.JarClassLoader
Invokes main() method on class with provided parameters.
isLaunchedFromJar() - Method in class com.jdotsoft.jarloader.JarClassLoader
Checks how the application was loaded: from JAR or file system.

J

JarClassLoader - Class in com.jdotsoft.jarloader
This class loader loads classes, native libraries and resources from the top JAR and from JARs inside top JAR.
JarClassLoader() - Constructor for class com.jdotsoft.jarloader.JarClassLoader
Default constructor.
JarClassLoader(ClassLoader) - Constructor for class com.jdotsoft.jarloader.JarClassLoader
Constructor.
JarClassLoader.LogArea - Enum in com.jdotsoft.jarloader
 
JarClassLoader.LogLevel - Enum in com.jdotsoft.jarloader
 

K

KEY_LOGGER - Static variable in class com.jdotsoft.jarloader.JarClassLoader
VM parameter key to turn on logging to file or console.
KEY_LOGGER_AREA - Static variable in class com.jdotsoft.jarloader.JarClassLoader
VM parameter key to define log area.
KEY_LOGGER_LEVEL - Static variable in class com.jdotsoft.jarloader.JarClassLoader
VM parameter key to define log level.

L

loadClass(String, boolean) - Method in class com.jdotsoft.jarloader.JarClassLoader
Class loader JavaDoc encourages overriding findClass(String) in derived class rather than overriding this method.

S

startApplet() - Method in class com.jdotsoft.jarloader.JarClassLoader
Call this method to start the applet from your launcher class MyAppletLauncher.start() method.
stopApplet() - Method in class com.jdotsoft.jarloader.JarClassLoader
Call this method to stop the applet from your launcher class MyAppletLauncher.stop() method.

T

TMP_SUB_DIRECTORY - Static variable in class com.jdotsoft.jarloader.JarClassLoader
Sub directory name for temporary files.

V

valueOf(String) - Static method in enum com.jdotsoft.jarloader.JarClassLoader.LogArea
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.jdotsoft.jarloader.JarClassLoader.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jdotsoft.jarloader.JarClassLoader.LogArea
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.jdotsoft.jarloader.JarClassLoader.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G I J K L S T V 
Skip navigation links

Copyright © 2018. All rights reserved.