Uses of Interface
net.officefloor.frame.internal.configuration.ExecutiveConfiguration
-
Packages that use ExecutiveConfiguration Package Description net.officefloor.frame.impl.construct.executive net.officefloor.frame.impl.construct.officefloor net.officefloor.frame.internal.configuration -
-
Uses of ExecutiveConfiguration in net.officefloor.frame.impl.construct.executive
Classes in net.officefloor.frame.impl.construct.executive that implement ExecutiveConfiguration Modifier and Type Class Description class
ExecutiveBuilderImpl<XS extends ExecutiveSource>
Implements theExecutiveBuilder
.Methods in net.officefloor.frame.impl.construct.executive with parameters of type ExecutiveConfiguration Modifier and Type Method Description <XS extends ExecutiveSource>
RawExecutiveMetaDataRawExecutiveMetaDataFactory. constructRawExecutiveMetaData(ExecutiveConfiguration<XS> configuration, java.lang.String officeFloorName, OfficeFloorIssues issues)
Creates theRawExecutiveMetaData
. -
Uses of ExecutiveConfiguration in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return ExecutiveConfiguration Modifier and Type Method Description ExecutiveConfiguration<?>
OfficeFloorBuilderImpl. getExecutiveConfiguration()
-
Uses of ExecutiveConfiguration in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return ExecutiveConfiguration Modifier and Type Method Description ExecutiveConfiguration<?>
OfficeFloorConfiguration. getExecutiveConfiguration()
Obtains the configuration of theExecutive
for theOfficeFloor
.
-