Class LayeredMavenOptions<O extends MavenOptions>
java.lang.Object
org.apache.maven.cling.invoker.LayeredOptions<O>
org.apache.maven.cling.invoker.mvn.LayeredMavenOptions<O>
- Type Parameters:
- O- the specific type of Maven Options that are layered
- All Implemented Interfaces:
- MavenOptions,- Options
public class LayeredMavenOptions<O extends MavenOptions>
extends LayeredOptions<O>
implements MavenOptions
Options that are "layered" by precedence order.
- 
Field SummaryFields inherited from class org.apache.maven.cling.invoker.LayeredOptionsoptionsFields inherited from interface org.apache.maven.api.cli.OptionsSOURCE_CLI
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionalsoMake()atFile()builder()failFast()goals()interpolate(UnaryOperator<String> callback) static MavenOptionslayerMavenOptions(Collection<MavenOptions> options) projects()resume()threads()Methods inherited from class org.apache.maven.cling.invoker.LayeredOptionsaltInstallationSettings, altInstallationToolchains, altProjectSettings, altUserSettings, altUserToolchains, collectListIfPresentOrEmpty, collectMapIfPresentOrEmpty, color, displayHelp, failOnSeverity, forceInteractive, help, logFile, nonInteractive, offline, quiet, rawStreams, returnFirstPresentOrEmpty, 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, offline, quiet, rawStreams, showErrors, showVersion, showVersionAndExit, source, userProperties, verbose, warnAboutDeprecatedOptions
- 
Constructor Details- 
LayeredMavenOptions
 
- 
- 
Method Details- 
layerMavenOptions
- 
alternatePomFile- Specified by:
- alternatePomFilein 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
 
- 
atFile- Specified by:
- atFilein interface- MavenOptions
 
- 
goals- Specified by:
- goalsin interface- MavenOptions
 
- 
interpolate- Specified by:
- interpolatein interface- Options
 
 
-