public class StartupClasses
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STARTUP_FOLDER |
| Constructor and Description |
|---|
StartupClasses() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getDefaultStartupFilename()
Get the defaule startup filename
|
static java.util.List<java.lang.String> |
getStartupClassnames(java.lang.String filename)
Get the list of class names that we want to start automatically
|
static java.lang.String |
getStartupFilename(java.lang.String hostname)
Get the name of the startup file based on hostname
|
public static final java.lang.String STARTUP_FOLDER
public static java.lang.String getStartupFilename(java.lang.String hostname)
hostname - hostnamepublic static java.lang.String getDefaultStartupFilename()
public static java.util.List<java.lang.String> getStartupClassnames(java.lang.String filename)
filename - The file that has a list of class names without the .class extension