A B C D E F G H I J K L M O P R S T V W 

A

Arguments - Class in org.intelligentsia.keystone.boot
Arguments class is an utility to deal with Arguments line stuff.
Arguments() - Constructor for class org.intelligentsia.keystone.boot.Arguments
 
argumentToArray(Map<String, String>) - Static method in class org.intelligentsia.keystone.boot.Arguments
Utility to convert a map of argument as argument from command line, according this pattern '--name=value'.
autoRestart(Runnable) - Static method in class org.intelligentsia.keystone.boot.Restarter
Restart the current Java application

B

BootStrap - Class in org.intelligentsia.keystone.boot
BootStrap class.
BootStrap() - Constructor for class org.intelligentsia.keystone.boot.BootStrap
 

C

cleanUp(File) - Static method in class org.intelligentsia.keystone.boot.ExtractionManager
Utility to clean up home.
cleanUp(File, Boolean) - Static method in class org.intelligentsia.keystone.boot.ExtractionManager
Utility to clean up home.
cleanUpHook(File) - Static method in class org.intelligentsia.keystone.boot.ExtractionManager
Add a shutdown hook to clean up at end.
close(Closeable) - Static method in class org.intelligentsia.keystone.boot.ExtractionManager
Utility to close in silence.
compareTo(SimpleVersion) - Method in class org.intelligentsia.keystone.boot.SimpleVersion
 
Console - Class in org.intelligentsia.keystone.boot
Console class offer an very simple way to write some log in system stream or inside a specific file.
Console() - Constructor for class org.intelligentsia.keystone.boot.Console
 
createTempDir() - Static method in class org.intelligentsia.keystone.boot.ExtractionManager
Create a new temporary directory.

D

delete(File) - Static method in class org.intelligentsia.keystone.boot.ExtractionManager
Utility to delete file (directory or single file)

E

equals(Object) - Method in class org.intelligentsia.keystone.boot.SimpleVersion
 
explode(String, File) - Static method in class org.intelligentsia.keystone.boot.ExtractionManager
Explode libraries and make a clean before if necessary.
ExtractionManager - Class in org.intelligentsia.keystone.boot
ExtractionManager class group all mechanism for extract and clean up system.
ExtractionManager() - Constructor for class org.intelligentsia.keystone.boot.ExtractionManager
 

F

findLibrary(File, String) - Static method in class org.intelligentsia.keystone.boot.JniLoader
Returns the absolute path name of a native library.
findLibraryInClassPath(String, File) - Static method in class org.intelligentsia.keystone.boot.JniLoader
Returns the absolute path name of a native library.
findRootCause(Throwable) - Static method in class org.intelligentsia.keystone.boot.BootStrap
Get Root Cause.

G

getBooleanArgument(Map<String, String>, String, Boolean) - Static method in class org.intelligentsia.keystone.boot.Arguments
 
getCurrentJavaVirtualMachineSpecificationVersion() - Static method in class org.intelligentsia.keystone.boot.VersionChecker
 
getIntegerArgument(Map<String, String>, String, Integer) - Static method in class org.intelligentsia.keystone.boot.Arguments
 
getMajor() - Method in class org.intelligentsia.keystone.boot.SimpleVersion
 
getMedium() - Method in class org.intelligentsia.keystone.boot.SimpleVersion
 
getName() - Static method in class org.intelligentsia.keystone.boot.OSDetector
 
getOperation() - Method in exception org.intelligentsia.keystone.boot.KeystoneException
 
getStringArgument(Map<String, String>, String, String) - Static method in class org.intelligentsia.keystone.boot.Arguments
 

H

hashCode() - Method in class org.intelligentsia.keystone.boot.SimpleVersion
 

I

INFO(String) - Static method in class org.intelligentsia.keystone.boot.Console
Basic Utility to 'log' in INFO mode.
initialize(Map<String, String>) - Static method in class org.intelligentsia.keystone.boot.ExtractionManager
Initialize clean up directive.
isBackwardCompatible(SimpleVersion) - Method in class org.intelligentsia.keystone.boot.SimpleVersion
Same major and classifier.
isCompatible(String) - Static method in class org.intelligentsia.keystone.boot.VersionChecker
 
isLinux() - Static method in class org.intelligentsia.keystone.boot.OSDetector
 
isMac() - Static method in class org.intelligentsia.keystone.boot.OSDetector
 
isWindows() - Static method in class org.intelligentsia.keystone.boot.OSDetector
 

J

JniLoader - Class in org.intelligentsia.keystone.boot
JniLoader.
JniLoader() - Constructor for class org.intelligentsia.keystone.boot.JniLoader
 

K

KeystoneException - Exception in org.intelligentsia.keystone.boot
KeystoneException used to drive which process is done after returning main.
KeystoneException() - Constructor for exception org.intelligentsia.keystone.boot.KeystoneException
Build a new instance of KeystoneException.
KeystoneException(KeystoneException.Operation) - Constructor for exception org.intelligentsia.keystone.boot.KeystoneException
Build a new instance of KeystoneException.
KeystoneException(KeystoneException.Operation, String, Throwable) - Constructor for exception org.intelligentsia.keystone.boot.KeystoneException
Build a new instance of KeystoneException.
KeystoneException(KeystoneException.Operation, String) - Constructor for exception org.intelligentsia.keystone.boot.KeystoneException
Build a new instance of KeystoneException.
KeystoneException(KeystoneException.Operation, Throwable) - Constructor for exception org.intelligentsia.keystone.boot.KeystoneException
Build a new instance of KeystoneException.
KeystoneException.Operation - Enum in org.intelligentsia.keystone.boot
Operation that can be processed by bootstrap.

L

loadArguments(String[]) - Static method in class org.intelligentsia.keystone.boot.Arguments
Utility to load arguments from command line, and extract any option starting with '--'.
loadArguments(String[], String) - Static method in class org.intelligentsia.keystone.boot.Arguments
Utility to load arguments from command line, and extract any option starting with '--'.
loadLibraries(File, String) - Static method in class org.intelligentsia.keystone.boot.JniLoader
Load specified libraries.
loadLibrary(File, String) - Static method in class org.intelligentsia.keystone.boot.JniLoader
Load specified library.

M

main(String[]) - Static method in class org.intelligentsia.keystone.boot.BootStrap
Main methods.

O

org.intelligentsia.keystone.boot - package org.intelligentsia.keystone.boot
 
OSDetector - Class in org.intelligentsia.keystone.boot
Based on value found : http://lopica.sourceforge.net/os.html.
OSDetector() - Constructor for class org.intelligentsia.keystone.boot.OSDetector
 
OSDetector.Name - Enum in org.intelligentsia.keystone.boot
Operating System Name.

P

parse(String) - Static method in class org.intelligentsia.keystone.boot.SimpleVersion
Parse string representation.
processKeystoneException(File, Throwable) - Static method in class org.intelligentsia.keystone.boot.BootStrap
Process Keystone Exception

R

restart(Runnable) - Static method in class org.intelligentsia.keystone.boot.BootStrap
Restart all system using value of system property "BootStrap.location".
Restarter - Class in org.intelligentsia.keystone.boot
Restarter Utility which can run on WINDOWS, LINUX and MAC operating system.
Restarter() - Constructor for class org.intelligentsia.keystone.boot.Restarter
 
restartWith(Runnable, String...) - Static method in class org.intelligentsia.keystone.boot.Restarter
Restart the specified Java application

S

setInfo(Boolean) - Static method in class org.intelligentsia.keystone.boot.Console
 
setLogFile(File) - Static method in class org.intelligentsia.keystone.boot.Console
Set output in specified log file, append if ever exists.
setVerbose(Boolean) - Static method in class org.intelligentsia.keystone.boot.Console
 
SimpleVersion - Class in org.intelligentsia.keystone.boot
SimpleVersion class expose methods to compare and analyze version field of JVM Specification.
SimpleVersion(Integer, Integer) - Constructor for class org.intelligentsia.keystone.boot.SimpleVersion
Build a new instance of SimpleVersion.

T

toString() - Method in class org.intelligentsia.keystone.boot.SimpleVersion
 

V

valueOf(String) - Static method in enum org.intelligentsia.keystone.boot.KeystoneException.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.intelligentsia.keystone.boot.OSDetector.Name
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.intelligentsia.keystone.boot.KeystoneException.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.intelligentsia.keystone.boot.OSDetector.Name
Returns an array containing the constants of this enum type, in the order they are declared.
VERBOSE(String) - Static method in class org.intelligentsia.keystone.boot.Console
Basic Utility to 'log' in VERBOSE mode.
VERBOSE(String, Throwable) - Static method in class org.intelligentsia.keystone.boot.Console
Basic Utility to 'log' in VERBOSE mode.
VersionChecker - Class in org.intelligentsia.keystone.boot
VersionChecker is an utility to check if JVM currently used his compatible with specified requirements.
VersionChecker() - Constructor for class org.intelligentsia.keystone.boot.VersionChecker
 

W

WARNING(String, Throwable) - Static method in class org.intelligentsia.keystone.boot.Console
Basic Utility to 'log' in WARNING mode.
WARNING(String) - Static method in class org.intelligentsia.keystone.boot.Console
Basic Utility to 'log' in WARNING mode.
A B C D E F G H I J K L M O P R S T V W 

Copyright © 2010–2014 Intelligents-ia. All rights reserved.