Uses of Interface
net.officefloor.compile.supplier.InitialSupplierType
Packages that use InitialSupplierType
Package
Description
-
Uses of InitialSupplierType in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office that return InitialSupplierTypeModifier and TypeMethodDescriptionOfficeSourceContextImpl.loadSupplierType(String supplierName, String supplierSourceClassName, PropertyList properties) OfficeSourceContextImpl.loadSupplierType(String supplierName, SupplierSource supplierSource, PropertyList properties) -
Uses of InitialSupplierType in net.officefloor.compile.impl.officefloor
Methods in net.officefloor.compile.impl.officefloor that return InitialSupplierTypeModifier and TypeMethodDescriptionOfficeFloorSourceContextImpl.loadSupplierType(String supplierName, String supplierSourceClassName, PropertyList properties) OfficeFloorSourceContextImpl.loadSupplierType(String supplierName, SupplierSource supplierSource, PropertyList properties) -
Uses of InitialSupplierType in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure that return InitialSupplierTypeModifier and TypeMethodDescriptionCompileContextImpl.getOrLoadInitialSupplierType(SupplierNode supplierNode) SupplierNodeImpl.loadInitialSupplierType(boolean isLoadingType) -
Uses of InitialSupplierType in net.officefloor.compile.impl.supplier
Classes in net.officefloor.compile.impl.supplier that implement InitialSupplierTypeMethods in net.officefloor.compile.impl.supplier that return InitialSupplierTypeModifier and TypeMethodDescription<S extends SupplierSource>
InitialSupplierTypeSupplierLoaderImpl.loadInitialSupplierType(Class<S> supplierSourceClass, PropertyList propertyList) SupplierLoaderImpl.loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList) Methods in net.officefloor.compile.impl.supplier with parameters of type InitialSupplierTypeModifier and TypeMethodDescriptionSupplierLoaderImpl.loadSupplierType(InitialSupplierType initialType, AvailableType... availableTypes) -
Uses of InitialSupplierType in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure that return InitialSupplierTypeModifier and TypeMethodDescriptionCompileContext.getOrLoadInitialSupplierType(SupplierNode supplierNode) Obtains the existing or loads theInitialSupplierTypefor theSupplierNode.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 InitialSupplierTypeModifier and TypeMethodDescriptionOfficeSourceContext.loadSupplierType(String supplierName, String supplierSourceClassName, PropertyList properties) Loads theInitialSupplierType.OfficeSourceContext.loadSupplierType(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 InitialSupplierTypeModifier and TypeMethodDescriptionOfficeFloorSourceContext.loadSupplierType(String supplierName, String supplierSourceClassName, PropertyList properties) Loads theInitialSupplierType.OfficeFloorSourceContext.loadSupplierType(String supplierName, SupplierSource supplierSource, PropertyList properties) Loads theInitialSupplierType. -
Uses of InitialSupplierType in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return InitialSupplierTypeModifier and TypeMethodDescription<S extends SupplierSource>
InitialSupplierTypeSupplierLoader.loadInitialSupplierType(Class<S> supplierSourceClass, PropertyList propertyList) Loads and returnsInitialSupplierTypefor theSupplierSource.SupplierLoader.loadInitialSupplierType(SupplierSource supplierSource, PropertyList propertyList) Loads and returnsInitialSupplierTypefor theSupplierSource.Methods in net.officefloor.compile.supplier with parameters of type InitialSupplierTypeModifier and TypeMethodDescriptionSupplierLoader.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 InitialSupplierTypeModifier and TypeMethodDescriptionstatic <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil.loadInitialSupplierType(Class<S> supplierSourceClass, String... propertyNameValues) Convenience method that loads theInitialSupplierTypeby obtaining theClassLoaderfrom theSupplierSourceclass.static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil.loadInitialSupplierType(Class<S> supplierSourceClass, OfficeFloorCompiler compiler, String... propertyNameValues) Convenience method that loads theInitialSupplierTypewith the providedOfficeFloorCompiler.static <S extends SupplierSource>
InitialSupplierTypeSupplierLoaderUtil.validateInitialSupplierType(SupplierTypeBuilder expectedSupplierType, Class<S> supplierSourceClass, String... propertyNameValues) Convenience method that validates theInitialSupplierTypeloaded from the inputSupplierSourceagainst the expectedInitialSupplierTypefrom theSupplierTypeBuilder.