Uses of Interface
org.kie.efesto.compilationmanager.api.service.KieCompilerService
-
Packages that use KieCompilerService Package Description org.kie.efesto.compilationmanager.api.model org.kie.efesto.compilationmanager.api.utils -
-
Uses of KieCompilerService in org.kie.efesto.compilationmanager.api.model
Methods in org.kie.efesto.compilationmanager.api.model that return types with arguments of type KieCompilerService Modifier and Type Method Description ServiceLoader<KieCompilerService>EfestoCompilationContext. getKieCompilerServiceLoader() -
Uses of KieCompilerService in org.kie.efesto.compilationmanager.api.utils
Methods in org.kie.efesto.compilationmanager.api.utils that return types with arguments of type KieCompilerService Modifier and Type Method Description static Optional<KieCompilerService>SPIUtils. getKieCompilerService(EfestoResource resource, boolean refresh)static Optional<KieCompilerService>SPIUtils. getKieCompilerServiceFromEfestoCompilationContext(EfestoResource resource, EfestoCompilationContext context)static List<KieCompilerService>SPIUtils. getKieCompilerServices(boolean refresh)
-