Uses of Interface
org.kie.efesto.compilationmanager.api.model.EfestoCompilationContext
-
Packages that use EfestoCompilationContext Package Description org.kie.efesto.compilationmanager.api.model org.kie.efesto.compilationmanager.api.service -
-
Uses of EfestoCompilationContext in org.kie.efesto.compilationmanager.api.model
Classes in org.kie.efesto.compilationmanager.api.model that implement EfestoCompilationContext Modifier and Type Class Description classEfestoCompilationContextImplMethods in org.kie.efesto.compilationmanager.api.model that return EfestoCompilationContext Modifier and Type Method Description static EfestoCompilationContextEfestoCompilationContext. buildWithParentClassLoader(ClassLoader parentClassLoader) -
Uses of EfestoCompilationContext in org.kie.efesto.compilationmanager.api.service
Methods in org.kie.efesto.compilationmanager.api.service with parameters of type EfestoCompilationContext Modifier and Type Method Description Collection<org.kie.efesto.common.api.io.IndexFile>CompilationManager. processResource(EfestoCompilationContext context, EfestoResource... toProcess)ProduceCollectionfrom the givenEfestoResource.<T extends EfestoResource,E extends EfestoCompilationOutput>
List<E>KieCompilerService. processResource(T toProcess, EfestoCompilationContext context)Produce oneEfrom the givenT
-