public class Bootstrap extends Object
| 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) |
static boolean |
verbose()
Return true/false is verbose is turned on.
|
public static Properties getBootstrapApplicationProperties()
public static Properties getCmdLineProperties()
public static String getBootstrapApplication()
public boolean doPrintHelp()
public static boolean verbose()
protected org.apache.commons.cli.Options getBootstrapCommandLineOptions()
public static URLClassLoader getBootstrapApplicationClassLoader()
Copyright © 2014 LSST. All Rights Reserved.