Package net.officefloor.compile.supplier
Interface InitialSupplierType
-
- All Superinterfaces:
SupplierType
- All Known Implementing Classes:
InitialSupplierTypeImpl
public interface InitialSupplierType extends SupplierType
Type definitionof a Supplier that requires completing.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupplierCompileCompletion[]getCompileCompletions()Obtains theSupplierCompileCompletioninstances.SupplierCompileConfigurationgetCompileConfiguration()Obtains theSupplierCompileConfigurationfor theSupplierCompileCompletion.-
Methods inherited from interface net.officefloor.compile.supplier.SupplierType
getInternalSuppliers, getSuppliedManagedObjectTypes, getSupplierThreadLocalTypes, getThreadSynchronisers
-
-
-
-
Method Detail
-
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.
-
-