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 OfficeSectionTypeOfficeSourceContextImpl. loadOfficeSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties)OfficeSectionTypeOfficeSourceContextImpl. 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 classOfficeSectionTypeImplOfficeSectionTypeimplementation.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)OfficeSectionTypeSectionLoaderImpl. 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 OfficeSectionTypeSectionNodeImpl. loadOfficeSectionType(CompileContext compileContext)OfficeSectionTypeSectionNodeImpl. 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 OfficeSectionTypeSectionNode. 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 theOfficeSectionTypefrom thisSectionSource.OfficeSectionTypeSectionLoader. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)Loads and returns theOfficeSectionTypefrom 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 OfficeSectionTypeOfficeSourceContext. loadOfficeSectionType(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation, PropertyList properties)Loads theOfficeSectionType.OfficeSectionTypeOfficeSourceContext. 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 anOfficeSectionModelto 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.
-