Interface ProjectInstructions
@ProviderType
public interface ProjectInstructions
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic enumPossible values for for the `manage` option.static interfacethe -launcher instruction is a set of properties, represented in this interfacestatic interface -
Method Summary
-
Method Details
-
stalecheck
Map<String, ProjectInstructions.StaleTest> stalecheck()STALECHECK -
generate
Map<String, ProjectInstructions.GeneratorSpec> generate()Generate source code -
launcher
ProjectInstructions.LauncherOptions launcher()The -launcher function is intended to hold options for the runtime launcher.
-