| Class and Description |
|---|
| CachedCompiler
Manages in-memory compilation with an optional cache.
|
| CompilerUtils
Provides static utility methods for runtime Java compilation, dynamic class loading,
and class-path manipulation.
|
| MyJavaFileManager
Custom JavaFileManager that stores compiled class files in memory and exposes
them as byte arrays, while delegating unresolved operations to a wrapped
StandardJavaFileManager.
|
Copyright © 2025. All rights reserved.