net.officefloor.eclipse.launch
Class OfficeFloorLauncher

java.lang.Object
  extended by net.officefloor.eclipse.launch.OfficeFloorLauncher

public class OfficeFloorLauncher
extends Object

Launches the OfficeFloor.

Author:
Daniel Sagenschneider

Field Summary
static String ATTR_OFFICE_FLOOR_FILE
          ILaunchConfiguration attribute to specify the OfficeFloor configuration file.
static String ATTR_OFFICE_NAME
          ILaunchConfiguration attribute to specify the name of the OfficeModel to invoke when launching.
static String ATTR_WORK_NAME
          ILaunchConfiguration attribute to specify the name of the WorkManager to invoke when launching.
static String ID_OFFICE_FLOOR_CONFIGURATION_TYPE
          ILaunchConfigurationType identifier for running the OfficeFloor.
 
Constructor Summary
OfficeFloorLauncher()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_OFFICE_FLOOR_CONFIGURATION_TYPE

public static final String ID_OFFICE_FLOOR_CONFIGURATION_TYPE
ILaunchConfigurationType identifier for running the OfficeFloor.

See Also:
Constant Field Values

ATTR_OFFICE_FLOOR_FILE

public static final String ATTR_OFFICE_FLOOR_FILE
ILaunchConfiguration attribute to specify the OfficeFloor configuration file.

See Also:
Constant Field Values

ATTR_OFFICE_NAME

public static final String ATTR_OFFICE_NAME
ILaunchConfiguration attribute to specify the name of the OfficeModel to invoke when launching.

See Also:
Constant Field Values

ATTR_WORK_NAME

public static final String ATTR_WORK_NAME
ILaunchConfiguration attribute to specify the name of the WorkManager to invoke when launching.

See Also:
Constant Field Values
Constructor Detail

OfficeFloorLauncher

public OfficeFloorLauncher()


Copyright © 2005-2013. All Rights Reserved.