Uses of Interface
net.officefloor.compile.supplier.InitialSupplierType
-
-
Uses of InitialSupplierType in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return InitialSupplierType Modifier and Type Method Description InitialSupplierTypeOfficeSourceContextImpl. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)InitialSupplierTypeOfficeSourceContextImpl. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties) -
Uses of InitialSupplierType in net.officefloor.compile.impl.officefloor
Methods in net.officefloor.compile.impl.officefloor that return InitialSupplierType Modifier and Type Method Description InitialSupplierTypeOfficeFloorSourceContextImpl. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)InitialSupplierTypeOfficeFloorSourceContextImpl. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties) -
Uses of InitialSupplierType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return InitialSupplierType Modifier and Type Method Description InitialSupplierTypeCompileContextImpl. getOrLoadInitialSupplierType(SupplierNode supplierNode)InitialSupplierTypeSupplierNodeImpl. loadInitialSupplierType(boolean isLoadingType) -
Uses of InitialSupplierType in net.officefloor.compile.impl.supplier
Classes in net.officefloor.compile.impl.supplier that implement InitialSupplierType Modifier and Type Class Description classInitialSupplierTypeImplInitialSupplierTypeimplementation.Methods in net.officefloor.compile.impl.supplier that return InitialSupplierType Modifier and Type Method Description <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderImpl. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, PropertyList propertyList)InitialSupplierTypeSupplierLoaderImpl. loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList)Methods in net.officefloor.compile.impl.supplier with parameters of type InitialSupplierType Modifier and Type Method Description SupplierTypeSupplierLoaderImpl. loadSupplierType(InitialSupplierType initialType, AvailableType... availableTypes) -
Uses of InitialSupplierType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return InitialSupplierType Modifier and Type Method Description InitialSupplierTypeCompileContext. getOrLoadInitialSupplierType(SupplierNode supplierNode)Obtains the existing or loads theInitialSupplierTypefor theSupplierNode.InitialSupplierTypeSupplierNode. loadInitialSupplierType(boolean isLoadingType)Loads theInitialSupplierType. -
Uses of InitialSupplierType in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source that return InitialSupplierType Modifier and Type Method Description InitialSupplierTypeOfficeSourceContext. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)Loads theInitialSupplierType.InitialSupplierTypeOfficeSourceContext. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)Loads theInitialSupplierType. -
Uses of InitialSupplierType in net.officefloor.compile.spi.officefloor.source
Methods in net.officefloor.compile.spi.officefloor.source that return InitialSupplierType Modifier and Type Method Description InitialSupplierTypeOfficeFloorSourceContext. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)Loads theInitialSupplierType.InitialSupplierTypeOfficeFloorSourceContext. loadSupplierType(java.lang.String supplierName, SupplierSource supplierSource, PropertyList properties)Loads theInitialSupplierType. -
Uses of InitialSupplierType in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return InitialSupplierType Modifier and Type Method Description <S extends SupplierSource>
InitialSupplierTypeSupplierLoader. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, PropertyList propertyList)Loads and returnsInitialSupplierTypefor theSupplierSource.InitialSupplierTypeSupplierLoader. loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList)Loads and returnsInitialSupplierTypefor theSupplierSource.Methods in net.officefloor.compile.supplier with parameters of type InitialSupplierType Modifier and Type Method Description SupplierTypeSupplierLoader. loadSupplierType(InitialSupplierType initialType, AvailableType... availableTypes)Loads the completedSupplierType. -
Uses of InitialSupplierType in net.officefloor.compile.test.supplier
Methods in net.officefloor.compile.test.supplier that return InitialSupplierType Modifier and Type Method Description static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)Convenience method that loads theInitialSupplierTypeby obtaining theClassLoaderfrom theSupplierSourceclass.static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)Convenience method that loads theInitialSupplierTypewith the providedOfficeFloorCompiler.static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil. validateInitialSupplierType(SupplierTypeBuilder expectedSupplierType, java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)Convenience method that validates theInitialSupplierTypeloaded from the inputSupplierSourceagainst the expectedInitialSupplierTypefrom theSupplierTypeBuilder.
-