Package net.officefloor.frame.impl
Class OfficeFrameImpl
java.lang.Object
net.officefloor.frame.api.OfficeFrame
net.officefloor.frame.impl.OfficeFrameImpl
Default implementation of the
OfficeFrame.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields inherited from class net.officefloor.frame.api.OfficeFrame
IMPLEMENTATION_CLASS_PROPERTY_NAME, LOG_SOURCE_CLASS_PROPERTY_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateOfficeFloorBuilder(String officeFloorName) Obtains theOfficeFloorBuilder.Methods inherited from class net.officefloor.frame.api.OfficeFrame
createOfficeFloorBuilder, getInstance, getLogger, setInstance
-
Constructor Details
-
OfficeFrameImpl
public OfficeFrameImpl()
-
-
Method Details
-
createOfficeFloorBuilder
Description copied from class:OfficeFrameObtains theOfficeFloorBuilder.- Specified by:
createOfficeFloorBuilderin classOfficeFrame- Parameters:
officeFloorName- Name of theOfficeFloor.- Returns:
OfficeFloorBuilder.
-