Uses of Interface
org.kie.efesto.compilationmanager.api.model.EfestoCompilationOutput
-
Packages that use EfestoCompilationOutput Package Description org.kie.efesto.compilationmanager.api.model org.kie.efesto.compilationmanager.api.service -
-
Uses of EfestoCompilationOutput in org.kie.efesto.compilationmanager.api.model
Subinterfaces of EfestoCompilationOutput in org.kie.efesto.compilationmanager.api.model Modifier and Type Interface Description interfaceEfestoCallableOutputA generic product generated by specific engineClasses in org.kie.efesto.compilationmanager.api.model that implement EfestoCompilationOutput Modifier and Type Class Description classAbstractEfestoCallableCompilationOutputclassEfestoCallableOutputClassesContainerAEfestoCallableOutputcontaining compiled classes -
Uses of EfestoCompilationOutput in org.kie.efesto.compilationmanager.api.service
Methods in org.kie.efesto.compilationmanager.api.service with type parameters of type EfestoCompilationOutput Modifier and Type Method Description <T extends EfestoResource,E extends EfestoCompilationOutput>
List<E>KieCompilerService. processResource(T toProcess, EfestoCompilationContext context)Produce oneEfrom the givenT
-