Class CommonsCliMavenOptions
java.lang.Object
org.apache.maven.cling.invoker.CommonsCliOptions
org.apache.maven.cling.invoker.mvn.CommonsCliMavenOptions
- All Implemented Interfaces:
- MavenOptions,- Options
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class org.apache.maven.cling.invoker.CommonsCliOptionscliManager, commandLine, sourceFields inherited from interface org.apache.maven.api.cli.OptionsSOURCE_CLI
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedCommonsCliMavenOptions(String source, CommonsCliMavenOptions.CLIManager cliManager, org.apache.commons.cli.CommandLine commandLine) 
- 
Method SummaryModifier and TypeMethodDescriptionalsoMake()builder()failFast()goals()interpolate(Collection<Map<String, String>> properties) offline()static CommonsCliMavenOptionsprojects()resume()threads()Methods inherited from class org.apache.maven.cling.invoker.CommonsCliOptionsaltInstallationSettings, altInstallationToolchains, altProjectSettings, altUserSettings, altUserToolchains, color, displayHelp, failOnSeverity, forceInteractive, help, logFile, nonInteractive, quiet, rawStreams, showErrors, showVersion, showVersionAndExit, source, userProperties, verbose, warnAboutDeprecatedOptionsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.cli.OptionsaltInstallationSettings, altInstallationToolchains, altProjectSettings, altUserSettings, altUserToolchains, color, displayHelp, failOnSeverity, forceInteractive, help, logFile, nonInteractive, quiet, rawStreams, showErrors, showVersion, showVersionAndExit, source, userProperties, verbose, warnAboutDeprecatedOptions
- 
Constructor Details- 
CommonsCliMavenOptionsprotected CommonsCliMavenOptions(String source, CommonsCliMavenOptions.CLIManager cliManager, org.apache.commons.cli.CommandLine commandLine) 
 
- 
- 
Method Details- 
parsepublic static CommonsCliMavenOptions parse(String source, String[] args) throws org.apache.commons.cli.ParseException - Throws:
- org.apache.commons.cli.ParseException
 
- 
alternatePomFile- Specified by:
- alternatePomFilein interface- MavenOptions
 
- 
offline- Specified by:
- offlinein interface- MavenOptions
 
- 
nonRecursive- Specified by:
- nonRecursivein interface- MavenOptions
 
- 
updateSnapshots- Specified by:
- updateSnapshotsin interface- MavenOptions
 
- 
activatedProfiles- Specified by:
- activatedProfilesin interface- MavenOptions
 
- 
suppressSnapshotUpdates- Specified by:
- suppressSnapshotUpdatesin interface- MavenOptions
 
- 
strictChecksums- Specified by:
- strictChecksumsin interface- MavenOptions
 
- 
relaxedChecksums- Specified by:
- relaxedChecksumsin interface- MavenOptions
 
- 
failFast- Specified by:
- failFastin interface- MavenOptions
 
- 
failAtEnd- Specified by:
- failAtEndin interface- MavenOptions
 
- 
failNever- Specified by:
- failNeverin interface- MavenOptions
 
- 
resume- Specified by:
- resumein interface- MavenOptions
 
- 
resumeFrom- Specified by:
- resumeFromin interface- MavenOptions
 
- 
projects- Specified by:
- projectsin interface- MavenOptions
 
- 
alsoMake- Specified by:
- alsoMakein interface- MavenOptions
 
- 
alsoMakeDependents- Specified by:
- alsoMakeDependentsin interface- MavenOptions
 
- 
threads- Specified by:
- threadsin interface- MavenOptions
 
- 
builder- Specified by:
- builderin interface- MavenOptions
 
- 
noTransferProgress- Specified by:
- noTransferProgressin interface- MavenOptions
 
- 
cacheArtifactNotFound- Specified by:
- cacheArtifactNotFoundin interface- MavenOptions
 
- 
strictArtifactDescriptorPolicy- Specified by:
- strictArtifactDescriptorPolicyin interface- MavenOptions
 
- 
ignoreTransitiveRepositories- Specified by:
- ignoreTransitiveRepositoriesin interface- MavenOptions
 
- 
goals- Specified by:
- goalsin interface- MavenOptions
 
- 
interpolate- Specified by:
- interpolatein interface- MavenOptions
- Specified by:
- interpolatein interface- Options
 
 
-