|
Public Member Functions |
| void | prepare (StartupOptions startupOptions) |
| void | go () |
| void | stop () |
| void | exit (final int code) |
| String | version () |
| URL | findResource (String name) |
| URL | findResource (String name, String where) |
| HelpSet | getHelpSet () |
| void | installExtraTools (URL url) throws Exception |
| void | removeExtraTools () |
| void | loadBuiltinTools (URL url) throws Exception |
| AcsCommandCenterProject | createProject () |
| void | loadProject (File f) |
| AcsCommandCenterProject | readProject (File f) throws FileNotFoundException, MarshalException, ValidationException, IOException |
| void | writeProject (AcsCommandCenterProject p, File f) throws IOException, MarshalException, ValidationException |
| void | moreContainers () |
| void | lessContainers () |
| ContainerT | removeContainer (int index) |
| void | insertContainer (ContainerT cont, int index) |
| Map< String, Object >[] | giveVariableMapsForGui () |
| void | handleUnresolvableVariable (String name) |
| List< String > | giveProjectVariableNames () |
| void | runBackground (Runnable r) |
Public Attributes |
| AcsCommandCenterProject | project |
| MyProjectRunModel | model |
| StartupOptions | startupOptions |
| ExecuteServices | executeServices |
| ExecuteManager | executeManager |
| ExecuteContainer | executeContainer |
| ExecuteAcs | executeAcs |
| ExecuteTools | executeTools |
| Firestarter | firestarter |
| URL | latestBuiltinToolsUrl |
| URL | currentExtraToolsUrl |
| DeploymentTreeControllerImpl | deploymentTreeControllerImpl |
Protected Member Functions |
| void | installExtraTools (InputStream f) throws Exception |
| void | loadBuiltinTools (InputStream f) throws Exception |
Protected Attributes |
| CommandCenterGui | gui |
| ProjectMaker | projectMaker |
| Logger | log |
| String | version = null |
| final String | HELPSET_NAME = "AcsCommandCenter.hs" |
| HelpSet | helpSet |
Private Member Functions |
| void | scanForVariables (Object[] xx, List< String > l) |
| void | scanForVariables (Object x, List< String > l) |
| void | scanForVariables (String s, int i, List< String > l) |
Private Attributes |
| List< String > | variablesDiscoveredOnTheFly = new LinkedList<String>() |
| ExecutorService | bgThreads |