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