Package net.officefloor.woof
Class WoOF
java.lang.Object
net.officefloor.OfficeFloorMain
net.officefloor.woof.WoOF
Provides main method for running Web on OfficeFloor (WoOF)
application.
It also provides useful methods for testing the WoOF server.
- Author:
- Daniel Sagenschneider
-
Field Summary
FieldsFields inherited from class net.officefloor.OfficeFloorMain
STD_ERR_FAIL_LINE, STD_OUT_RUNNING_LINE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.officefloor.OfficeFloorMain
close, main, mainWithDefaults, open
-
Field Details
-
DEFAULT_OFFICE_PROFILES
- See Also:
-
-
Constructor Details
-
WoOF
public WoOF()
-
-
Method Details
-
open
Opens the WoOF application on the ports.- Parameters:
httpPort- HTTP port.httpsPort- HTTPS port.propertyNameValues- Additional property name/values.- Returns:
OfficeFloorto the WoOF application.
-