
Static Public Member Functions | |
| static void | main (String[] args) |
| static void | dbg_printProps (Properties p) |
| static void | dbg_printProps (Properties p, String filesuffix) |
| static void | dbg_printProps (Properties p, PrintStream s) |
Static Private Member Functions | |
| static boolean | equalsOneOf (String a, String[] bb) |
| static void | printUsage (PrintStream s) |
Static Private Attributes | |
| static Logger | log = MiscUtils.getPackageLogger(CommandCenter.class) |
| static CommandCenterLogic | commandCenterLogic |
Launches AcsCommandCenter.
| static void alma::acs::commandcenter::CommandCenter::dbg_printProps | ( | Properties | p, | |
| PrintStream | s | |||
| ) | [inline, static] |
| static void alma::acs::commandcenter::CommandCenter::dbg_printProps | ( | Properties | p, | |
| String | filesuffix | |||
| ) | [inline, static] |
References dbg_printProps().
| static void alma::acs::commandcenter::CommandCenter::dbg_printProps | ( | Properties | p | ) | [inline, static] |
Referenced by dbg_printProps().
| static boolean alma::acs::commandcenter::CommandCenter::equalsOneOf | ( | String | a, | |
| String[] | bb | |||
| ) | [inline, static, private] |
Whether a equals one of the elements of b. Comparison is case-INsensitive.
Referenced by main().
| static void alma::acs::commandcenter::CommandCenter::main | ( | String[] | args | ) | [inline, static] |
References commandCenterLogic, alma::acs::commandcenter::app::CommandCenterLogic::StartupOptions::doExitOnClose, equalsOneOf(), alma::acs::commandcenter::app::CommandCenterLogic::StartupOptions::geometry, alma::acs::commandcenter::app::CommandCenterLogic::go(), alma::acs::commandcenter::app::CommandCenterLogic::loadProject(), log, alma::acs::commandcenter::app::CommandCenterLogic::StartupOptions::manager, alma::acs::commandcenter::app::CommandCenterLogic::prepare(), printUsage(), and alma::acs::commandcenter::app::CommandCenterLogic::StartupOptions::project.
| static void alma::acs::commandcenter::CommandCenter::printUsage | ( | PrintStream | s | ) | [inline, static, private] |
Referenced by main().
Referenced by main().
Logger alma::acs::commandcenter::CommandCenter::log = MiscUtils.getPackageLogger(CommandCenter.class) [static, private] |
Referenced by main().
1.6.2