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 interfaceEfestoCallableOutputACompilationOutput.Classes in org.kie.efesto.compilationmanager.api.model that implement EfestoCompilationOutput Modifier and Type Class Description classAbstractEfestoCallableCompilationOutputclassEfestoCallableOutputClassesContainerAEfestoCallableOutputcontaining compiled classesclassEfestoRedirectOutput<T>ACompilationOutputfrom one engine that will be anEfestoResourcefor another one. -
Uses of EfestoCompilationOutput in org.kie.efesto.compilationmanager.api.service
Classes in org.kie.efesto.compilationmanager.api.service with type parameters of type EfestoCompilationOutput Modifier and Type Interface Description interfaceKieCompilerService<E extends EfestoCompilationOutput,U extends EfestoCompilationContext>The compilation-related interface to be implemented by engine-plugin.
-