public final class OpenOfficeFloor extends Object implements OfficeFloorConsoleFactory
OfficeFloorConsoleFactory
to open the OfficeFloor
.Constructor and Description |
---|
OpenOfficeFloor()
Default constructor necessary for using as an
OfficeFloorConsoleFactory . |
OpenOfficeFloor(boolean isOpenInSpawnedProcess)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
OfficeFloorConsole |
createOfficeFloorConsole(String scriptName,
Properties environment)
Creates the
OfficeFloorConsole . |
static void |
main(String[] arguments)
Convenience entrance point for just opening an
OfficeFloor . |
public OpenOfficeFloor()
Default constructor necessary for using as an
OfficeFloorConsoleFactory
.
Using this construction will not have the OfficeFloor
open within
a spawned Process
.
public OpenOfficeFloor(boolean isOpenInSpawnedProcess)
isOpenInSpawnedProcess
- true
if to open the OfficeFloor
within a
spawned Process
.public static void main(String[] arguments) throws Throwable
Convenience entrance point for just opening an OfficeFloor
.
This does not configure the environment from
OfficeFloorConsoleMain.OFFICE_FLOOR_HOME
.
arguments
- Arguments to open the OfficeFloor
.Throwable
- If fails to open the OfficeFloor
.public OfficeFloorConsole createOfficeFloorConsole(String scriptName, Properties environment) throws Exception
OfficeFloorConsoleFactory
OfficeFloorConsole
.createOfficeFloorConsole
in interface OfficeFloorConsoleFactory
scriptName
- Name of the script invoking this OfficeFloorConsole
.environment
- Environment Properties
for OfficeFloorConsole
.OfficeFloorConsole
.Exception
- If fails to create the OfficeFloorConsole
.Copyright © 2005–2016. All rights reserved.