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 theSupplierCompileCompletion
instances.InternalSupplier[]
getInternalSuppliers()
Obtains theInternalSupplier
instances.SuppliedManagedObjectSourceType[]
getSuppliedManagedObjectSourceTypes()
Obtains theSuppliedManagedObjectSourceType
instances.SupplierThreadLocalType[]
getSupplierThreadLocalTypes()
Obtains theSupplierThreadLocalType
instances.ThreadSynchroniserFactory[]
getThreadSynchronisers()
Obtains theThreadSynchroniserFactory
instances.-
Methods inherited from interface net.officefloor.compile.spi.supplier.source.SupplierCompileContext
addInternalSupplier, addManagedObjectSource, addSupplierThreadLocal, addThreadSynchroniser
-
-
-
-
Method Detail
-
getSupplierThreadLocalTypes
SupplierThreadLocalType[] getSupplierThreadLocalTypes()
Obtains theSupplierThreadLocalType
instances.- Returns:
SupplierThreadLocalType
instances.
-
getThreadSynchronisers
ThreadSynchroniserFactory[] getThreadSynchronisers()
Obtains theThreadSynchroniserFactory
instances.- Returns:
ThreadSynchroniserFactory
instances.
-
getCompileCompletions
SupplierCompileCompletion[] getCompileCompletions()
Obtains theSupplierCompileCompletion
instances.- Returns:
SupplierCompileCompletion
instances.
-
getSuppliedManagedObjectSourceTypes
SuppliedManagedObjectSourceType[] getSuppliedManagedObjectSourceTypes()
Obtains theSuppliedManagedObjectSourceType
instances.- Returns:
SuppliedManagedObjectSourceType
instances.
-
getInternalSuppliers
InternalSupplier[] getInternalSuppliers()
Obtains theInternalSupplier
instances.- Returns:
InternalSupplier
instances.
-
-