org.erights.e.elang.interp
Class MetaRune
java.lang.Object
|
+--org.erights.e.elang.interp.MetaRune
- public class MetaRune
- extends Object
Untamed: Used to install, and as a "rune" driver for rune-ing a spawned jvm.
This class is also the "Main-Class" in the e.jar manifest, in order to
install E by double-clicking on e.jar. Therefore, when it's main() is
invoked with no arguments, it runs the install script.
- Author:
- Mark S. Miller
Constructor Summary |
private |
MetaRune()
Prevents instantiation. |
Method Summary |
private static String |
installerPath()
Call after e.home property should have been set. |
static void |
main(String[] argArray)
Enabled: |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USAGE
private static final String USAGE
MetaRune
private MetaRune()
- Prevents instantiation.
installerPath
private static String installerPath()
- Call after e.home property should have been set.
main
public static void main(String[] argArray)
- Enabled:
- Parameters:
argArray
-
comments?