Uses of Interface
net.officefloor.compile.office.OfficeType
-
-
Uses of OfficeType in net.officefloor.compile.impl.office
Classes in net.officefloor.compile.impl.office that implement OfficeType Modifier and Type Class Description class
OfficeTypeImpl
OfficeType
implementation.Methods in net.officefloor.compile.impl.office that return OfficeType Modifier and Type Method Description <O extends OfficeSource>
OfficeTypeOfficeLoaderImpl. loadOfficeType(java.lang.Class<O> officeSourceClass, java.lang.String officeLocation, PropertyList propertyList)
OfficeType
OfficeLoaderImpl. loadOfficeType(OfficeSource officeSource, java.lang.String officeLocation, PropertyList propertyList)
-
Uses of OfficeType in net.officefloor.compile.impl.officefloor
Methods in net.officefloor.compile.impl.officefloor that return OfficeType Modifier and Type Method Description OfficeType
OfficeFloorSourceContextImpl. loadOfficeType(java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String location, PropertyList properties)
OfficeType
OfficeFloorSourceContextImpl. loadOfficeType(java.lang.String officeName, OfficeSource officeSource, java.lang.String location, PropertyList properties)
-
Uses of OfficeType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return OfficeType Modifier and Type Method Description OfficeType
OfficeNodeImpl. loadOfficeType(CompileContext compileContext)
-
Uses of OfficeType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeType Modifier and Type Method Description OfficeType
OfficeNode. loadOfficeType(CompileContext compileContext)
Loads theOfficeType
. -
Uses of OfficeType in net.officefloor.compile.office
Methods in net.officefloor.compile.office that return OfficeType Modifier and Type Method Description <O extends OfficeSource>
OfficeTypeOfficeLoader. loadOfficeType(java.lang.Class<O> officeSourceClass, java.lang.String officeLocation, PropertyList propertyList)
Loads and returns theOfficeType
from theOfficeSource
.OfficeType
OfficeLoader. loadOfficeType(OfficeSource officeSource, java.lang.String officeLocation, PropertyList propertyList)
Loads and returns theOfficeType
from theOfficeSource
. -
Uses of OfficeType in net.officefloor.compile.spi.officefloor.source
Methods in net.officefloor.compile.spi.officefloor.source that return OfficeType Modifier and Type Method Description OfficeType
OfficeFloorSourceContext. loadOfficeType(java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String location, PropertyList properties)
Loads theOfficeType
.OfficeType
OfficeFloorSourceContext. loadOfficeType(java.lang.String officeName, OfficeSource officeSource, java.lang.String location, PropertyList properties)
Loads theOfficeType
. -
Uses of OfficeType in net.officefloor.compile.test.office
Methods in net.officefloor.compile.test.office that return OfficeType Modifier and Type Method Description static <O extends OfficeSource>
OfficeTypeOfficeLoaderUtil. loadOfficeType(java.lang.Class<O> officeSourceClass, java.lang.String officeLocation, java.lang.String... propertyNameValuePairs)
Convenience method to use theClassLoader
of theOfficeSource
class andClassLoaderConfigurationContext
to load theOfficeType
.static <O extends OfficeSource>
OfficeTypeOfficeLoaderUtil. validateOffice(OfficeArchitect architect, java.lang.Class<O> officeSourceClass, java.lang.Class<?> offsetClass, java.lang.String resourceName, java.lang.String... propertyNameValuePairs)
Convenience method to validate theOfficeType
via an offset object to locate theOffice
.static <O extends OfficeSource>
OfficeTypeOfficeLoaderUtil. validateOffice(OfficeArchitect architect, java.lang.Class<O> officeSourceClass, java.lang.String officeLocation, java.lang.String... propertyNameValuePairs)
-
Uses of OfficeType in net.officefloor.model.impl.officefloor
Methods in net.officefloor.model.impl.officefloor with parameters of type OfficeType Modifier and Type Method Description Change<DeployedOfficeModel>
OfficeFloorChangesImpl. addDeployedOffice(java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String officeLocation, PropertyList propertyList, OfficeType officeType)
Change<DeployedOfficeModel>
OfficeFloorChangesImpl. refactorDeployedOffice(DeployedOfficeModel office, java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String officeLocation, PropertyList properties, OfficeType officeType, java.util.Map<java.lang.String,java.lang.String> objectNameMapping, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> teamNameMapping)
-
Uses of OfficeType in net.officefloor.model.officefloor
Methods in net.officefloor.model.officefloor with parameters of type OfficeType Modifier and Type Method Description Change<DeployedOfficeModel>
OfficeFloorChanges. addDeployedOffice(java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String officeLocation, PropertyList propertyList, OfficeType officeType)
Adds aDeployedOfficeModel
to theOfficeFloorModel
.Change<DeployedOfficeModel>
OfficeFloorChanges. refactorDeployedOffice(DeployedOfficeModel deployedOffice, java.lang.String officeName, java.lang.String officeSourceClassName, java.lang.String officeLocation, PropertyList properties, OfficeType officeType, java.util.Map<java.lang.String,java.lang.String> objectNameMapping, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> teamNameMapping)
Refactors theDeployedOfficeModel
.
-