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 InitialSupplierType
OfficeSourceContextImpl. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)
InitialSupplierType
OfficeSourceContextImpl. 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 InitialSupplierType
OfficeFloorSourceContextImpl. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)
InitialSupplierType
OfficeFloorSourceContextImpl. 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 InitialSupplierType
CompileContextImpl. getOrLoadInitialSupplierType(SupplierNode supplierNode)
InitialSupplierType
SupplierNodeImpl. 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 class
InitialSupplierTypeImpl
InitialSupplierType
implementation.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)
InitialSupplierType
SupplierLoaderImpl. loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList)
Methods in net.officefloor.compile.impl.supplier with parameters of type InitialSupplierType Modifier and Type Method Description SupplierType
SupplierLoaderImpl. 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 InitialSupplierType
CompileContext. getOrLoadInitialSupplierType(SupplierNode supplierNode)
Obtains the existing or loads theInitialSupplierType
for theSupplierNode
.InitialSupplierType
SupplierNode. 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 InitialSupplierType
OfficeSourceContext. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)
Loads theInitialSupplierType
.InitialSupplierType
OfficeSourceContext. 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 InitialSupplierType
OfficeFloorSourceContext. loadSupplierType(java.lang.String supplierName, java.lang.String supplierSourceClassName, PropertyList properties)
Loads theInitialSupplierType
.InitialSupplierType
OfficeFloorSourceContext. 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 returnsInitialSupplierType
for theSupplierSource
.InitialSupplierType
SupplierLoader. loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList)
Loads and returnsInitialSupplierType
for theSupplierSource
.Methods in net.officefloor.compile.supplier with parameters of type InitialSupplierType Modifier and Type Method Description SupplierType
SupplierLoader. 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 theInitialSupplierType
by obtaining theClassLoader
from theSupplierSource
class.static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil. loadInitialSupplierType(java.lang.Class<S> supplierSourceClass, OfficeFloorCompiler compiler, java.lang.String... propertyNameValues)
Convenience method that loads theInitialSupplierType
with the providedOfficeFloorCompiler
.static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil. validateInitialSupplierType(SupplierTypeBuilder expectedSupplierType, java.lang.Class<S> supplierSourceClass, java.lang.String... propertyNameValues)
Convenience method that validates theInitialSupplierType
loaded from the inputSupplierSource
against the expectedInitialSupplierType
from theSupplierTypeBuilder
.
-