Uses of Interface
net.officefloor.compile.office.OfficeType
Packages that use OfficeType
Package
Description
-
Uses of OfficeType in net.officefloor.compile.impl.office
Classes in net.officefloor.compile.impl.office that implement OfficeTypeMethods in net.officefloor.compile.impl.office that return OfficeTypeModifier and TypeMethodDescription<O extends OfficeSource>
OfficeTypeOfficeLoaderImpl.loadOfficeType(Class<O> officeSourceClass, String officeLocation, PropertyList propertyList) OfficeLoaderImpl.loadOfficeType(OfficeSource officeSource, String officeLocation, PropertyList propertyList) -
Uses of OfficeType in net.officefloor.compile.impl.officefloor
Methods in net.officefloor.compile.impl.officefloor that return OfficeTypeModifier and TypeMethodDescriptionOfficeFloorSourceContextImpl.loadOfficeType(String officeName, String officeSourceClassName, String location, PropertyList properties) OfficeFloorSourceContextImpl.loadOfficeType(String officeName, OfficeSource officeSource, String location, PropertyList properties) -
Uses of OfficeType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return OfficeType -
Uses of OfficeType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeTypeModifier and TypeMethodDescriptionOfficeNode.loadOfficeType(CompileContext compileContext) Loads theOfficeType. -
Uses of OfficeType in net.officefloor.compile.office
Methods in net.officefloor.compile.office that return OfficeTypeModifier and TypeMethodDescription<O extends OfficeSource>
OfficeTypeOfficeLoader.loadOfficeType(Class<O> officeSourceClass, String officeLocation, PropertyList propertyList) Loads and returns theOfficeTypefrom theOfficeSource.OfficeLoader.loadOfficeType(OfficeSource officeSource, String officeLocation, PropertyList propertyList) Loads and returns theOfficeTypefrom theOfficeSource. -
Uses of OfficeType in net.officefloor.compile.spi.officefloor.source
Methods in net.officefloor.compile.spi.officefloor.source that return OfficeTypeModifier and TypeMethodDescriptionOfficeFloorSourceContext.loadOfficeType(String officeName, String officeSourceClassName, String location, PropertyList properties) Loads theOfficeType.OfficeFloorSourceContext.loadOfficeType(String officeName, OfficeSource officeSource, String location, PropertyList properties) Loads theOfficeType. -
Uses of OfficeType in net.officefloor.compile.test.office
Methods in net.officefloor.compile.test.office that return OfficeTypeModifier and TypeMethodDescriptionstatic <O extends OfficeSource>
OfficeTypeOfficeLoaderUtil.loadOfficeType(Class<O> officeSourceClass, String officeLocation, String... propertyNameValuePairs) Convenience method to use theClassLoaderof theOfficeSourceclass andClassLoaderConfigurationContextto load theOfficeType.static <O extends OfficeSource>
OfficeTypeOfficeLoaderUtil.validateOffice(OfficeArchitect architect, Class<O> officeSourceClass, Class<?> offsetClass, String resourceName, String... propertyNameValuePairs) Convenience method to validate theOfficeTypevia an offset object to locate theOffice.static <O extends OfficeSource>
OfficeTypeOfficeLoaderUtil.validateOffice(OfficeArchitect architect, Class<O> officeSourceClass, String officeLocation, String... propertyNameValuePairs) -
Uses of OfficeType in net.officefloor.model.impl.officefloor
Methods in net.officefloor.model.impl.officefloor with parameters of type OfficeTypeModifier and TypeMethodDescriptionChange<net.officefloor.model.officefloor.DeployedOfficeModel>OfficeFloorChangesImpl.addDeployedOffice(String officeName, String officeSourceClassName, String officeLocation, PropertyList propertyList, OfficeType officeType) Change<net.officefloor.model.officefloor.DeployedOfficeModel>OfficeFloorChangesImpl.refactorDeployedOffice(net.officefloor.model.officefloor.DeployedOfficeModel office, String officeName, String officeSourceClassName, String officeLocation, PropertyList properties, OfficeType officeType, Map<String, String> objectNameMapping, Map<String, String> inputNameMapping, Map<String, String> teamNameMapping)