public class Bootstrap extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_OPTION |
static URLClassLoader |
applicationClassLoader |
static String |
HELP_OPTION |
static String |
LIST_APPLICATIONS_OPTION |
static String |
VERBOSE_OPTION |
| Constructor and Description |
|---|
Bootstrap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doPrintHelp()
Return true/false if help was requested.
|
static String |
getBootstrapApplication()
The the name of the CCS application to be launched.
|
static URLClassLoader |
getBootstrapApplicationClassLoader()
Get the classLoader for this application.
|
static Properties |
getBootstrapApplicationProperties()
Get the properties for the current CCS application.
|
protected org.apache.commons.cli.Options |
getBootstrapCommandLineOptions()
Get the bootstrap command line options.
|
static Properties |
getCmdLineProperties() |
static void |
main(String[] args) |
boolean |
verbose()
Return true/false is verbose is turned on.
|
public static URLClassLoader applicationClassLoader
public static final String APPLICATION_OPTION
public static final String HELP_OPTION
public static final String VERBOSE_OPTION
public static final String LIST_APPLICATIONS_OPTION
public static Properties getBootstrapApplicationProperties()
public static Properties getCmdLineProperties()
public static String getBootstrapApplication()
public boolean doPrintHelp()
public boolean verbose()
protected org.apache.commons.cli.Options getBootstrapCommandLineOptions()
public static URLClassLoader getBootstrapApplicationClassLoader()
Copyright © 2013 LSST. All Rights Reserved.