Uses of Interface
net.officefloor.compile.spi.supplier.source.SupplierCompileConfiguration
-
Packages that use SupplierCompileConfiguration Package Description net.officefloor.compile.impl.supplier net.officefloor.compile.supplier -
-
Uses of SupplierCompileConfiguration in net.officefloor.compile.impl.supplier
Classes in net.officefloor.compile.impl.supplier that implement SupplierCompileConfiguration Modifier and Type Class Description classSupplierSourceContextImplSupplierSourceContextimplementation.Methods in net.officefloor.compile.impl.supplier that return SupplierCompileConfiguration Modifier and Type Method Description SupplierCompileConfigurationInitialSupplierTypeImpl. getCompileConfiguration()Constructors in net.officefloor.compile.impl.supplier with parameters of type SupplierCompileConfiguration Constructor Description InitialSupplierTypeImpl(SupplierThreadLocalType[] supplierThreadLocalTypes, ThreadSynchroniserFactory[] threadSynchronisers, SuppliedManagedObjectSourceType[] suppliedManagedObjectTypes, InternalSupplier[] internalSuppliers, SupplierCompileCompletion[] compileCompletions, SupplierCompileConfiguration compileConfiguration)Initiate. -
Uses of SupplierCompileConfiguration in net.officefloor.compile.supplier
Methods in net.officefloor.compile.supplier that return SupplierCompileConfiguration Modifier and Type Method Description SupplierCompileConfigurationInitialSupplierType. getCompileConfiguration()Obtains theSupplierCompileConfigurationfor theSupplierCompileCompletion.
-