|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jxl.install.Installer
public final class Installer
Installer provides consistent access to the native file system by saving the location of the root installation dir with the java.util.Preferences systems. All Files returned from getDirForPackage extend from the dir saved in the prferences.
Method Summary | |
---|---|
static java.io.File |
getDirForName(javax.naming.Name name)
|
static java.io.File |
getDirForName(java.lang.String name)
|
static java.io.File |
getDirForPackage(java.lang.Class c)
Returns a new File representing the directory where peresistent data for Class c 's package should be kept. |
static void |
main(java.lang.String[] args)
Show or set the java persistence directory from the command line |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args)
public static java.io.File getDirForPackage(java.lang.Class c)
c
's package should be kept.
c
- Class to get package from
c
public static java.io.File getDirForName(java.lang.String name)
public static java.io.File getDirForName(javax.naming.Name name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |