Uses of Interface
org.agrona.generation.OutputManager
Packages that use OutputManager
Package
Description
Utilities to support code generation and compilation in-memory.
-
Uses of OutputManager in org.agrona.generation
Subinterfaces of OutputManager in org.agrona.generationModifier and TypeInterfaceDescriptioninterface
Extended version of theOutputManager
allowing the specification of packages for selected outputs.Classes in org.agrona.generation that implement OutputManagerModifier and TypeClassDescriptionclass
OutputManager
for managing the creation of Java source files as the target of code generation.class
AnOutputManager
which can store source files asStringWriter
buy source file name.