Package net.officefloor.compile.supplier
Interface InitialSupplierType
-
- All Superinterfaces:
SupplierType
- All Known Implementing Classes:
InitialSupplierTypeImpl
public interface InitialSupplierType extends SupplierType
Type definition
of a Supplier that requires completing.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupplierCompileCompletion[]
getCompileCompletions()
Obtains theSupplierCompileCompletion
instances.SupplierCompileConfiguration
getCompileConfiguration()
Obtains theSupplierCompileConfiguration
for theSupplierCompileCompletion
.-
Methods inherited from interface net.officefloor.compile.supplier.SupplierType
getInternalSuppliers, getSuppliedManagedObjectTypes, getSupplierThreadLocalTypes, getThreadSynchronisers
-
-
-
-
Method Detail
-
getCompileCompletions
SupplierCompileCompletion[] getCompileCompletions()
Obtains theSupplierCompileCompletion
instances.- Returns:
SupplierCompileCompletion
instances.
-
getCompileConfiguration
SupplierCompileConfiguration getCompileConfiguration()
Obtains the
SupplierCompileConfiguration
for theSupplierCompileCompletion
.While functionality is being sourced, the
SupplierCompileContext
may be utilised.- Returns:
SupplierCompileConfiguration
.
-
-