Interface SupplierCompileConfiguration
- All Superinterfaces:
SupplierCompileContext
- All Known Implementing Classes:
SupplierSourceContextImpl
Configuration from the
SupplierCompileContext.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theSupplierCompileCompletioninstances.Obtains theInternalSupplierinstances.Obtains theSuppliedManagedObjectSourceTypeinstances.Obtains theSupplierThreadLocalTypeinstances.Obtains theThreadSynchroniserFactoryinstances.Methods inherited from interface net.officefloor.compile.spi.supplier.source.SupplierCompileContext
addInternalSupplier, addManagedObjectSource, addSupplierThreadLocal, addThreadSynchroniser
-
Method Details
-
getSupplierThreadLocalTypes
SupplierThreadLocalType[] getSupplierThreadLocalTypes()Obtains theSupplierThreadLocalTypeinstances.- Returns:
SupplierThreadLocalTypeinstances.
-
getThreadSynchronisers
ThreadSynchroniserFactory[] getThreadSynchronisers()Obtains theThreadSynchroniserFactoryinstances.- Returns:
ThreadSynchroniserFactoryinstances.
-
getCompileCompletions
SupplierCompileCompletion[] getCompileCompletions()Obtains theSupplierCompileCompletioninstances.- Returns:
SupplierCompileCompletioninstances.
-
getSuppliedManagedObjectSourceTypes
SuppliedManagedObjectSourceType[] getSuppliedManagedObjectSourceTypes()Obtains theSuppliedManagedObjectSourceTypeinstances.- Returns:
SuppliedManagedObjectSourceTypeinstances.
-
getInternalSuppliers
InternalSupplier[] getInternalSuppliers()Obtains theInternalSupplierinstances.- Returns:
InternalSupplierinstances.
-