Uses of Interface
org.apache.maven.api.cli.mvnsh.ShellOptions
Packages that use ShellOptions
Package
Description
Provides the API for the Maven Shell tool (
mvnsh).This package contains the
mvnsh tool implementation.-
Uses of ShellOptions in org.apache.maven.api.cli.mvnsh
Methods in org.apache.maven.api.cli.mvnsh that return ShellOptionsModifier and TypeMethodDescriptionShellOptions.interpolate(UnaryOperator<String> callback) Returns a new instance of ShellOptions with values interpolated using the given properties. -
Uses of ShellOptions in org.apache.maven.cling.invoker.mvnsh
Classes in org.apache.maven.cling.invoker.mvnsh that implement ShellOptionsMethods in org.apache.maven.cling.invoker.mvnsh that return ShellOptionsModifier and TypeMethodDescriptionprotected ShellOptionsShellParser.emptyOptions()CommonsCliShellOptions.interpolate(UnaryOperator<String> callback) ShellInvokerRequest.options()The mandatory Shell options.Constructors in org.apache.maven.cling.invoker.mvnsh with parameters of type ShellOptionsModifierConstructorDescriptionShellInvokerRequest(ParserRequest parserRequest, boolean parsingFailed, Path cwd, Path installationDirectory, Path userHomeDirectory, Map<String, String> userProperties, Map<String, String> systemProperties, Path topDirectory, Path rootDirectory, List<CoreExtension> coreExtensions, ShellOptions options)