Class BuildToolContext

java.lang.Object
io.quarkus.cli.BuildToolContext

public class BuildToolContext extends Object
Context class that holds all the required info that is passed to BuildToolDelegatingCommand. In many cases a subcommand delegates to the parent. It's cleaner to keep all the state in a single class to pass along.