|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.codemercs.install.PlatformInstaller
com.codemercs.install.LinuxInstaller
class LinuxInstaller
The class for platform-specific installation under linux.
Field Summary |
---|
Fields inherited from class com.codemercs.install.PlatformInstaller |
---|
jarFile, jarName, libDir, libFileName, libName, target |
Constructor Summary | |
---|---|
LinuxInstaller(java.lang.String libLocation,
java.lang.String libName,
java.lang.String jarName)
Creates a new LinuxInstaller. |
Method Summary | |
---|---|
boolean |
copyLib(java.io.File javaLibDir)
Copy the library to the java.library.path. |
Methods inherited from class com.codemercs.install.PlatformInstaller |
---|
copyJar, getJavaExtentionsDirectory, getJavaLibraryDirectory, jarExists, libraryExists |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinuxInstaller(java.lang.String libLocation, java.lang.String libName, java.lang.String jarName)
libLocation
- a String that contains the directory where the
lib ist to be installed.libName
- the name of the library that is to be installedjarName
- the name of the jar-file that contains the native interface-definitionsMethod Detail |
---|
public boolean copyLib(java.io.File javaLibDir)
copyLib
in class PlatformInstaller
javaLibDir
- the directory for the library
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |