Uses of Interface
org.kie.efesto.compilationmanager.api.model.EfestoCompilationContext
-
Packages that use EfestoCompilationContext Package Description org.kie.efesto.compilationmanager.api.service org.kie.efesto.compilationmanager.api.utils -
-
Uses of EfestoCompilationContext in org.kie.efesto.compilationmanager.api.service
Classes in org.kie.efesto.compilationmanager.api.service with type parameters of type EfestoCompilationContext Modifier and Type Interface Description interfaceKieCompilerService<E extends EfestoCompilationOutput,U extends EfestoCompilationContext>The compilation-related interface to be implemented by engine-plugin.Methods in org.kie.efesto.compilationmanager.api.service with parameters of type EfestoCompilationContext Modifier and Type Method Description voidCompilationManager. processResource(EfestoCompilationContext context, EfestoResource... toProcess)Process the givenEfestoResource. -
Uses of EfestoCompilationContext in org.kie.efesto.compilationmanager.api.utils
Methods in org.kie.efesto.compilationmanager.api.utils with parameters of type EfestoCompilationContext Modifier and Type Method Description static java.util.Set<java.lang.String>SPIUtils. collectModelTypes(EfestoCompilationContext context)static java.util.Optional<KieCompilerService>SPIUtils. getKieCompilerServiceFromEfestoCompilationContext(EfestoResource resource, EfestoCompilationContext context)
-