|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rlcommunity.rlglue.codec.installer.Installer
public class Installer
This class can be used to check the installation status of the RL-Glue Java Extension, It can install or uninstall that codec also.
Constructor Summary | |
---|---|
Installer()
|
Method Summary | |
---|---|
static void |
copyFileTo(java.io.File source,
java.io.File target)
Copy the source file to the target file. |
static java.lang.String |
getFloatDir()
|
static java.lang.String |
getInstallDir()
|
static void |
install()
|
static boolean |
isInstalled()
Returns true of this class was loaded from an installed location. |
static void |
uninstall()
This will make sure that the codec is installed somewhere in the extensions path,and if so, it will remove the jar. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Installer()
Method Detail |
---|
public static java.lang.String getFloatDir()
public static java.lang.String getInstallDir()
public static void install()
public static boolean isInstalled()
public static void uninstall()
public static void copyFileTo(java.io.File source, java.io.File target) throws java.io.IOException
source
- target
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |