Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
I
J
L
M
P
T
C
com.codemercs.install
- package com.codemercs.install
copyJar(File)
- Method in class com.codemercs.install.
PlatformInstaller
Copy the jar-file to the java.ext.dirs.
copyLib(File)
- Method in class com.codemercs.install.
LinuxInstaller
Copy the library to the java.library.path.
copyLib(File)
- Method in class com.codemercs.install.
PlatformInstaller
Copy the library to the java.library.path.
D
deleteJar()
- Method in class com.codemercs.install.
PlatformUninstaller
Delete all the jar-files from the java.ext.dirs.
deleteLibrary()
- Method in class com.codemercs.install.
PlatformUninstaller
Delete all the library-files from the java.library.path.
G
getJavaExtentionsDirectory()
- Method in class com.codemercs.install.
PlatformInstaller
Gets the first entry of the java.ext.dirs.
getJavaLibraryDirectory()
- Method in class com.codemercs.install.
PlatformInstaller
Gets the first entry of the java.library.path.
I
IowkitInstall
- Class in
com.codemercs.install
Small utility that makes the
iowkit-library
available to the JVM.
IowkitInstall()
- Constructor for class com.codemercs.install.
IowkitInstall
IowkitUninstall
- Class in
com.codemercs.install
Small utility that removes the
iowkit-library
from the JVM.
IowkitUninstall()
- Constructor for class com.codemercs.install.
IowkitUninstall
J
jarExists()
- Method in class com.codemercs.install.
PlatformInstaller
Tests wether the jarfile to be installed exits.
jarExists()
- Method in class com.codemercs.install.
PlatformUninstaller
Tests wether the jar-file exists in the java.ext.dirs.
jarFile
- Variable in class com.codemercs.install.
PlatformInstaller
The file for the jar
jarName
- Variable in class com.codemercs.install.
PlatformInstaller
The name of the jar that contains the native-interface
jarName
- Variable in class com.codemercs.install.
PlatformUninstaller
The name of the jar that we want to remove
javaExtDirs
- Variable in class com.codemercs.install.
PlatformUninstaller
An array of all the directories in the java.ext.dirs
javaLibDirs
- Variable in class com.codemercs.install.
PlatformUninstaller
An array of all the directories in the java.library.path
L
libDir
- Variable in class com.codemercs.install.
PlatformInstaller
The directory where the iowkit is installed
libFileName
- Variable in class com.codemercs.install.
PlatformInstaller
The is the plattform-specific name of the library
libFileName
- Variable in class com.codemercs.install.
PlatformUninstaller
The is the plattform-specific name of the library
libName
- Variable in class com.codemercs.install.
PlatformInstaller
The the name of the library we want to install
libName
- Variable in class com.codemercs.install.
PlatformUninstaller
The name of the library we want to remove
libraryExists()
- Method in class com.codemercs.install.
PlatformInstaller
Tests wether the library to be installed exits.
libraryExists()
- Method in class com.codemercs.install.
PlatformUninstaller
Tests wether the library exists in the java.library.path.
LinuxInstaller
- Class in
com.codemercs.install
The class for platform-specific installation under linux.
LinuxInstaller(String, String, String)
- Constructor for class com.codemercs.install.
LinuxInstaller
Creates a new LinuxInstaller.
M
main(String[])
- Static method in class com.codemercs.install.
IowkitInstall
main(String[])
- Static method in class com.codemercs.install.
IowkitUninstall
P
PlatformInstaller
- Class in
com.codemercs.install
Base class for platform-specific installation classes.
PlatformInstaller(String, String, String)
- Constructor for class com.codemercs.install.
PlatformInstaller
Creates a new PlatformInstaller.
PlatformUninstaller
- Class in
com.codemercs.install
Base class for platform-specific uninstallation classes.
PlatformUninstaller(String, String)
- Constructor for class com.codemercs.install.
PlatformUninstaller
Creates a new PlatformUninstaller.
T
target
- Variable in class com.codemercs.install.
PlatformInstaller
The library
C
D
G
I
J
L
M
P
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes