Interface SupplierCompileConfiguration
-
- All Superinterfaces:
SupplierCompileContext
- All Known Implementing Classes:
SupplierSourceContextImpl
public interface SupplierCompileConfiguration extends SupplierCompileContext
Configuration from theSupplierCompileContext.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupplierCompileCompletion[]getCompileCompletions()Obtains theSupplierCompileCompletioninstances.InternalSupplier[]getInternalSuppliers()Obtains theInternalSupplierinstances.SuppliedManagedObjectSourceType[]getSuppliedManagedObjectSourceTypes()Obtains theSuppliedManagedObjectSourceTypeinstances.SupplierThreadLocalType[]getSupplierThreadLocalTypes()Obtains theSupplierThreadLocalTypeinstances.ThreadSynchroniserFactory[]getThreadSynchronisers()Obtains theThreadSynchroniserFactoryinstances.-
Methods inherited from interface net.officefloor.compile.spi.supplier.source.SupplierCompileContext
addInternalSupplier, addManagedObjectSource, addSupplierThreadLocal, addThreadSynchroniser
-
-
-
-
Method Detail
-
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.
-
-