Uses of Interface
net.officefloor.compile.section.OfficeSectionType
-
-
Uses of OfficeSectionType in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return OfficeSectionType Modifier and Type Method Description OfficeSectionType
OfficeSourceContextImpl. loadOfficeSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties)
OfficeSectionType
OfficeSourceContextImpl. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList properties)
-
Uses of OfficeSectionType in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement OfficeSectionType Modifier and Type Class Description class
OfficeSectionTypeImpl
OfficeSectionType
implementation.Methods in net.officefloor.compile.impl.section that return OfficeSectionType Modifier and Type Method Description <S extends SectionSource>
OfficeSectionTypeSectionLoaderImpl. loadOfficeSectionType(java.lang.String sectionName, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)
OfficeSectionType
SectionLoaderImpl. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
-
Uses of OfficeSectionType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return OfficeSectionType Modifier and Type Method Description OfficeSectionType
SectionNodeImpl. loadOfficeSectionType(CompileContext compileContext)
OfficeSectionType
SectionNodeImpl. loadOfficeSubSectionType(OfficeSubSectionType parentSectionType, CompileContext compileContext)
-
Uses of OfficeSectionType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return OfficeSectionType Modifier and Type Method Description OfficeSectionType
SectionNode. loadOfficeSectionType(CompileContext compileContext)
Loads theOfficeSectionType
. -
Uses of OfficeSectionType in net.officefloor.compile.section
Methods in net.officefloor.compile.section that return OfficeSectionType Modifier and Type Method Description <S extends SectionSource>
OfficeSectionTypeSectionLoader. loadOfficeSectionType(java.lang.String sectionName, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theOfficeSectionType
from thisSectionSource
.OfficeSectionType
SectionLoader. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theOfficeSectionType
from thisSectionSource
. -
Uses of OfficeSectionType in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source that return OfficeSectionType Modifier and Type Method Description OfficeSectionType
OfficeSourceContext. loadOfficeSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties)
Loads theOfficeSectionType
.OfficeSectionType
OfficeSourceContext. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList properties)
Loads theOfficeSectionType
. -
Uses of OfficeSectionType in net.officefloor.compile.test.section
Methods in net.officefloor.compile.test.section that return OfficeSectionType Modifier and Type Method Description static <S extends SectionSource>
OfficeSectionTypeSectionLoaderUtil. loadOfficeSectionType(java.lang.String sectionName, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, java.lang.String... propertyNameValuePairs)
Convenience method to load theOfficeSectionType
. -
Uses of OfficeSectionType in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office with parameters of type OfficeSectionType Modifier and Type Method Description Change<OfficeSectionModel>
OfficeChangesImpl. addOfficeSection(java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType)
Change<OfficeSectionModel>
OfficeChangesImpl. refactorOfficeSection(OfficeSectionModel sectionModel, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> outputNameMapping, java.util.Map<java.lang.String,java.lang.String> objectNameMapping)
-
Uses of OfficeSectionType in net.officefloor.model.office
Methods in net.officefloor.model.office with parameters of type OfficeSectionType Modifier and Type Method Description Change<OfficeSectionModel>
OfficeChanges. addOfficeSection(java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType)
Adds anOfficeSectionModel
to theOfficeModel
.Change<OfficeSectionModel>
OfficeChanges. refactorOfficeSection(OfficeSectionModel sectionModel, java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties, OfficeSectionType officeSectionType, java.util.Map<java.lang.String,java.lang.String> inputNameMapping, java.util.Map<java.lang.String,java.lang.String> outputNameMapping, java.util.Map<java.lang.String,java.lang.String> objectNameMapping)
Refactors theOfficeSectionModel
.
-