Uses of Class
spoon.Launcher
Package
Description
This root package provides the default integrated launchers for Spoon program processing.
-
Uses of Launcher in spoon
Modifier and TypeClassDescriptionclass
Create a Spoon launcher for incremental buildclass
Create a Spoon launcher from a maven pom file -
Uses of Launcher in spoon.testing.utils
Modifier and TypeMethodDescriptionstatic Factory
Utility method for testing: creates the model of the given `classesToBuild` from src/test/java and returns the factory and allows to configure the Launcher first using `config`static <T> CtType<T>
ModelUtils.buildClass(Consumer<Launcher> config, Class<T> classToBuild)