Uses of Interface
spoon.processing.FileGenerator
Package
Description
This package defines interfaces for Java file compilation with Spoon.
This package contains some default implementations for commonly used processing tasks.
-
Uses of FileGenerator in spoon.compiler
Modifier and TypeMethodDescriptionFileGenerator<? extends CtElement>
Environment.getDefaultFileGenerator()
Returns the default file generator for this environment (gives the default output directory for the created files).Modifier and TypeMethodDescriptionvoid
Environment.setDefaultFileGenerator(FileGenerator<? extends CtElement> generator)
Sets the default file generator for this environment. -
Uses of FileGenerator in spoon.support
Modifier and TypeClassDescriptionclass
A processor that generates compilable Java source files from the meta-model.Modifier and TypeMethodDescriptionFileGenerator<? extends CtElement>
StandardEnvironment.getDefaultFileGenerator()
Modifier and TypeMethodDescriptionvoid
StandardEnvironment.setDefaultFileGenerator(FileGenerator<? extends CtElement> defaultFileGenerator)