|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.darwinsys.installers.InstallerUnpacker
public class InstallerUnpacker
The intention is that you put this as Main-class: in a Jar along with everything else - your installer and its data classes and it unpacks the Jar into a temp directory then starts the "real" installer. This class thus corresponds to the "Setup is preparing the installer" screen.
Field Summary | |
---|---|
protected java.util.SortedSet<java.lang.String> |
dirsMade
Cache of paths we've mkdir()ed. |
static java.lang.String |
REQUIRED_NAME
As the name implies, the installer MUST be stored under this name |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Start things running... |
void |
run()
Do the work of unpacking the installer, and launching it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String REQUIRED_NAME
protected java.util.SortedSet<java.lang.String> dirsMade
Method Detail |
---|
public static void main(java.lang.String[] args)
java.lang.reflect.InvocationTargetException
public void run()
run
in interface java.lang.Runnable
Runnable.run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |