Package net.officefloor.compile.supplier
Interface InitialSupplierType
- All Superinterfaces:
SupplierType
- All Known Implementing Classes:
InitialSupplierTypeImpl
Type definition of a Supplier that requires completing.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theSupplierCompileCompletioninstances.Obtains theSupplierCompileConfigurationfor theSupplierCompileCompletion.Methods inherited from interface net.officefloor.compile.supplier.SupplierType
getInternalSuppliers, getSuppliedManagedObjectTypes, getSupplierThreadLocalTypes, getThreadSynchronisers
-
Method Details
-
getCompileCompletions
SupplierCompileCompletion[] getCompileCompletions()Obtains theSupplierCompileCompletioninstances.- Returns:
SupplierCompileCompletioninstances.
-
getCompileConfiguration
SupplierCompileConfiguration getCompileConfiguration()Obtains the
SupplierCompileConfigurationfor theSupplierCompileCompletion.While functionality is being sourced, the
SupplierCompileContextmay be utilised.- Returns:
SupplierCompileConfiguration.
-