public class MainClass
extends java.lang.Object
Constructor and Description |
---|
MainClass() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
deduceMainClass()
Deduce the main classname started by the JVM.
|
static java.lang.String |
getMainClass() |
static void |
setMainClass(java.lang.String classname) |
public static void setMainClass(java.lang.String classname)
main
- classname to be stored as the internal main classname. Can only be set once.public static java.lang.String getMainClass()
public static java.lang.String deduceMainClass()
Copyright © SAS Institute. All Rights Reserved.