Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractNode - Class in org.apache.maven.impl
- AbstractNode() - Constructor for class org.apache.maven.impl.AbstractNode
- AbstractRequestCache - Class in org.apache.maven.impl.cache
-
Abstract implementation of the
RequestCacheinterface, providing common caching mechanisms for executing and caching request results in Maven. - AbstractRequestCache() - Constructor for class org.apache.maven.impl.cache.AbstractRequestCache
- AbstractSession - Class in org.apache.maven.impl
- AbstractSession(RepositorySystemSession, RepositorySystem, List, List, Lookup) - Constructor for class org.apache.maven.impl.AbstractSession
- accept(NodeVisitor) - Method in class org.apache.maven.impl.AbstractNode
- add(BuilderProblem.Severity, ModelProblem.Version, String, InputLocation, Exception) - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- addProfileActivator(ProfileActivator) - Method in class org.apache.maven.impl.model.DefaultProfileSelector
- aggregate(Session, List, List, boolean) - Method in class org.apache.maven.impl.DefaultRepositoryFactory
- alignToBaseDirectory(String, Path) - Method in interface org.apache.maven.api.services.model.PathTranslator
-
Resolves the specified path against the given base directory.
- alignToBaseDirectory(String, Path) - Method in class org.apache.maven.impl.model.DefaultPathTranslator
- alignToBaseDirectory(Model, Path, ModelBuilderRequest) - Method in interface org.apache.maven.api.services.model.ModelPathTranslator
-
Resolves the well-known paths of the specified model against the given base directory.
- alignToBaseDirectory(Model, Path, ModelBuilderRequest) - Method in class org.apache.maven.impl.model.DefaultModelPathTranslator
- AltRes(Throwable) - Constructor for class org.apache.maven.impl.cache.CachingSupplier.AltRes
-
Creates a new AltRes with the given throwable.
- ApiRunner - Class in org.apache.maven.impl.standalone
-
Provides functionality for running Maven API in a standalone mode.
- ApiRunner() - Constructor for class org.apache.maven.impl.standalone.ApiRunner
- append(char) - Method in class org.apache.maven.impl.DefaultMessageBuilder
- append(CharSequence) - Method in class org.apache.maven.impl.DefaultMessageBuilder
- append(CharSequence, int, int) - Method in class org.apache.maven.impl.DefaultMessageBuilder
- apply(List) - Method in interface org.apache.maven.impl.model.profile.ConditionParser.ExpressionFunction
-
Applies the function to the given list of arguments.
- apply(REQ) - Method in class org.apache.maven.impl.cache.CachingSupplier
- arch() - Method in class org.apache.maven.impl.model.DefaultOsService
- artifact - Variable in class org.apache.maven.impl.DefaultArtifact
- ARTIFACT_ID - Static variable in class org.apache.maven.impl.model.MavenModelMerger
-
The context key for the artifact id of the target model.
- ArtifactDescriptorUtils - Class in org.apache.maven.impl.resolver
-
Warning: This is an internal utility class that is only public for technical reasons, it is not part of the public API.
- ArtifactDescriptorUtils() - Constructor for class org.apache.maven.impl.resolver.ArtifactDescriptorUtils
- artifactId() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Returns the value of the
artifactIdrecord component. - artifactId() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Returns the value of the
artifactIdrecord component. - assembleModelInheritance(Model, Model, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.InheritanceAssembler
-
Merges values from the specified parent model into the given child model.
- assembleModelInheritance(Model, Model, ModelBuilderRequest, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultInheritanceAssembler
- associate(RepositorySystemSession, Session) - Static method in interface org.apache.maven.impl.InternalSession
- asString() - Method in class org.apache.maven.impl.DefaultNode
-
Returns a detailed string representation of this dependency node.
B
- build() - Method in class org.apache.maven.impl.DefaultMessageBuilder
- build(ModelBuilderRequest) - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionImpl
-
Builds a model based on the provided ModelBuilderRequest.
- build(SettingsBuilderRequest) - Method in class org.apache.maven.impl.DefaultSettingsBuilder
- build(ToolchainsBuilderRequest) - Method in class org.apache.maven.impl.DefaultToolchainsBuilder
- BUILD_ALLOW_EXPRESSION_IN_EFFECTIVE_PROJECT_VERSION - Static variable in class org.apache.maven.impl.model.DefaultModelValidator
- buildDependencyScopes(InternalScopeManager) - Method in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- buildDependencyScopes(InternalScopeManager) - Method in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- builder() - Method in class org.apache.maven.impl.DefaultMessageBuilderFactory
- builder(int) - Method in class org.apache.maven.impl.DefaultMessageBuilderFactory
- buildRawModel(ModelBuilderRequest) - Method in class org.apache.maven.impl.model.DefaultModelBuilder
- buildRepositoryPolicy(RepositoryPolicy) - Static method in class org.apache.maven.impl.DefaultRepositoryFactory
- buildResolutionScopes(InternalScopeManager) - Method in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- buildResolutionScopes(InternalScopeManager) - Method in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
C
- Cache<K,
V> - Interface in org.apache.maven.impl.cache -
A cache interface that provides configurable reference types for both keys and values, and supports automatic cleanup of garbage-collected entries.
- Cache.EvictionListener - Interface in org.apache.maven.impl.cache
-
Interface for listening to cache eviction events.
- Cache.RefConcurrentMap<K,
V> - Class in org.apache.maven.impl.cache -
A concurrent map implementation that uses configurable reference types for both keys and values, and supports automatic cleanup of garbage-collected entries.
- Cache.ReferenceType - Enum Class in org.apache.maven.impl.cache
-
Enumeration of reference types that can be used for individual entries.
- CacheConfig - Record Class in org.apache.maven.impl.cache
-
Configuration for cache behavior including scope and reference types.
- CacheConfig(CacheRetention, Cache.ReferenceType) - Constructor for record class org.apache.maven.impl.cache.CacheConfig
-
Backward compatibility constructor.
- CacheConfig(CacheRetention, Cache.ReferenceType, Cache.ReferenceType, Cache.ReferenceType) - Constructor for record class org.apache.maven.impl.cache.CacheConfig
-
Creates an instance of a
CacheConfigrecord class. - CacheConfigurationResolver - Class in org.apache.maven.impl.cache
-
Resolves cache configuration for requests based on user-defined selectors.
- CacheConfigurationResolver() - Constructor for class org.apache.maven.impl.cache.CacheConfigurationResolver
- CacheSelector - Record Class in org.apache.maven.impl.cache
-
A cache selector that matches requests based on their type and optional parent request type.
- CacheSelector(String, String, PartialCacheConfig) - Constructor for record class org.apache.maven.impl.cache.CacheSelector
-
Creates an instance of a
CacheSelectorrecord class. - CacheSelectorParser - Class in org.apache.maven.impl.cache
-
Parser for cache selector configuration strings.
- CacheSelectorParser() - Constructor for class org.apache.maven.impl.cache.CacheSelectorParser
- CacheStatistics - Class in org.apache.maven.impl.cache
-
Cache statistics that tracks detailed metrics about cache performance and usage patterns.
- CacheStatistics() - Constructor for class org.apache.maven.impl.cache.CacheStatistics
- CacheStatistics.ReferenceTypeStatistics - Class in org.apache.maven.impl.cache
-
Statistics for specific reference type combinations.
- CacheStatistics.RequestTypeStatistics - Class in org.apache.maven.impl.cache
-
Default implementation of request type statistics.
- CacheStatistics.RetentionStatistics - Class in org.apache.maven.impl.cache
-
Default implementation of retention statistics.
- CachingSupplier<REQ,
REP> - Class in org.apache.maven.impl.cache -
A caching supplier wrapper that caches results and exceptions from the underlying supplier.
- CachingSupplier(Function) - Constructor for class org.apache.maven.impl.cache.CachingSupplier
- CachingSupplier.AltRes - Class in org.apache.maven.impl.cache
-
Special holder class for exceptions that occur during supplier execution.
- calculate(byte[], Collection) - Method in class org.apache.maven.impl.DefaultChecksumAlgorithmService
- calculate(InputStream, Collection) - Method in class org.apache.maven.impl.DefaultChecksumAlgorithmService
- calculate(ByteBuffer, Collection) - Method in class org.apache.maven.impl.DefaultChecksumAlgorithmService
- calculate(Path, Collection) - Method in class org.apache.maven.impl.DefaultChecksumAlgorithmService
- checkSnapshot(String) - Static method in class org.apache.maven.impl.DefaultModelVersionParser
- CHILD_PATH_ADJUSTMENT - Static variable in class org.apache.maven.impl.model.MavenModelMerger
-
The hint key for the child path adjustment used during inheritance for URL calculations.
- classifier() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Returns the value of the
classifierrecord component. - classifier() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Returns the value of the
classifierrecord component. - clear() - Method in interface org.apache.maven.impl.cache.Cache
- clear() - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- clearCache() - Static method in class org.apache.maven.impl.cache.CacheConfigurationResolver
-
Clears the selector cache.
- close() - Method in class org.apache.maven.impl.DefaultTransport
- close() - Method in class org.apache.maven.impl.util.PhasingExecutor
- collect(DependencyResolverRequest) - Method in class org.apache.maven.impl.DefaultDependencyResolver
- collectDependencies(Artifact, PathScope) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(DependencyResolver.class).collect(...) - collectDependencies(DependencyCoordinates, PathScope) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(DependencyResolver.class).collect(...) - collectDependencies(Project, PathScope) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(DependencyResolver.class).collect(...) - complete(CacheRetention, Cache.ReferenceType) - Static method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Creates a complete partial configuration with both scope and reference type.
- computeIfAbsent(K, Function) - Method in interface org.apache.maven.impl.cache.Cache
- computeIfAbsent(K, Function) - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- computeIfAbsent(K, Function, Cache.ReferenceType) - Method in interface org.apache.maven.impl.cache.Cache
-
Computes a value for the given key if it's not already present, using the specified reference type.
- computeIfAbsent(K, Function, Cache.ReferenceType) - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
-
Computes a value for the given key if it's not already present, using the specified reference type.
- ConditionFunctions - Class in org.apache.maven.impl.model.profile
-
Provides a set of functions for evaluating profile activation conditions.
- ConditionFunctions(ProfileActivationContext, VersionParser) - Constructor for class org.apache.maven.impl.model.profile.ConditionFunctions
-
Constructs a new ConditionFunctions instance.
- ConditionParser - Class in org.apache.maven.impl.model.profile
-
The
ConditionParserclass is responsible for parsing and evaluating expressions. - ConditionParser(Map, UnaryOperator) - Constructor for class org.apache.maven.impl.model.profile.ConditionParser
-
Constructs a new
ConditionParserwith the given function mappings. - ConditionParser.ExpressionFunction - Interface in org.apache.maven.impl.model.profile
-
A functional interface that represents an expression function to be applied to a list of arguments.
- ConditionProfileActivator - Class in org.apache.maven.impl.model.profile
-
This class is responsible for activating profiles based on conditions specified in the profile's activation section.
- ConditionProfileActivator(VersionParser, Interpolator) - Constructor for class org.apache.maven.impl.model.profile.ConditionProfileActivator
-
Constructs a new ConditionProfileActivator with the necessary dependencies.
- config() - Method in record class org.apache.maven.impl.cache.CacheSelector
-
Returns the value of the
configrecord component. - configureSessionBuilder(RepositorySystemSession.SessionBuilder) - Method in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- CONSTITUTES_BUILD_PATH - Static variable in class org.apache.maven.impl.resolver.artifact.MavenArtifactProperties
-
A boolean flag indicating whether the artifact is meant to be used for the compile/runtime/test build path of a consumer project.
- contains(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Checks if a string contains a given substring.
- containsKey(Object) - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- containsKey(K) - Method in interface org.apache.maven.impl.cache.Cache
- containsPlaceholder(String) - Method in class org.apache.maven.impl.resolver.validator.MavenValidator
- containsValue(Object) - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- context() - Method in record class org.apache.maven.impl.RequestTraceHelper.ResolverTrace
-
Returns the value of the
contextrecord component. - CONTEXT_KEY - Static variable in class org.apache.maven.impl.resolver.type.TypeCollector
-
Context key under which the collected processor type map is stored.
- convert(Profile) - Method in class org.apache.maven.impl.DefaultSettingsBuilder
- convert(Profile) - Method in class org.apache.maven.impl.DefaultSettingsBuilder
- convertFromSettingsProfile(Profile) - Static method in class org.apache.maven.impl.SettingsUtilsV4
- convertToSettingsProfile(Profile) - Static method in class org.apache.maven.impl.SettingsUtilsV4
- create(ArtifactCoordinatesFactoryRequest) - Method in class org.apache.maven.impl.DefaultArtifactCoordinatesFactory
- create(ArtifactFactoryRequest) - Method in class org.apache.maven.impl.DefaultArtifactFactory
- create(DependencyCoordinatesFactoryRequest) - Method in class org.apache.maven.impl.DefaultDependencyCoordinatesFactory
- createArtifact(String, String, String, String) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactFactory.class).create(...) - createArtifact(String, String, String, String, String, String) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactFactory.class).create(...) - createArtifactCoordinates(String) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactCoordinatesFactory.class).create(...) - createArtifactCoordinates(String, String, String, String) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactCoordinatesFactory.class).create(...) - createArtifactCoordinates(String, String, String, String, String, String) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactCoordinatesFactory.class).create(...) - createArtifactCoordinates(Artifact) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactCoordinatesFactory.class).create(...) - createCache() - Method in class org.apache.maven.impl.cache.DefaultRequestCacheFactory
- createDefaultToolchain() - Method in class org.apache.maven.impl.DefaultJavaToolchainFactory
- createDependencyCoordinates(ArtifactCoordinates) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(DependencyFactory.class).create(...) - createDependencyCoordinates(Dependency) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(DependencyFactory.class).create(...) - createExcludeOnlyMatcher(Path, Collection, boolean) - Method in class org.apache.maven.impl.DefaultPathMatcherFactory
- createLocal(Path) - Method in class org.apache.maven.impl.DefaultRepositoryFactory
- createLocalRepository(Path) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(RepositoryFactory.class).createLocal(...) - createPathMatcher(Path, Collection, Collection, boolean) - Method in class org.apache.maven.impl.DefaultPathMatcherFactory
- createProduced(ArtifactFactoryRequest) - Method in class org.apache.maven.impl.DefaultArtifactFactory
- createProducedArtifact(String, String, String, String) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactFactory.class).createProduced(...) - createProducedArtifact(String, String, String, String, String, String) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactFactory.class).createProduced(...) - createProxy(Key, Supplier) - Method in class org.apache.maven.impl.di.SessionScope
- createRemote(String, String) - Method in class org.apache.maven.impl.DefaultRepositoryFactory
- createRemote(Repository) - Method in class org.apache.maven.impl.DefaultRepositoryFactory
- createRemoteRepository(String, String) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(RepositoryFactory.class).createRemote(...) - createRemoteRepository(Repository) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(RepositoryFactory.class).createRemote(...) - createSession() - Static method in class org.apache.maven.impl.standalone.ApiRunner
-
Creates a new Maven session with default configuration.
- createSession(Consumer) - Static method in class org.apache.maven.impl.standalone.ApiRunner
-
Creates a new Maven session with custom injector configuration.
- createSession(Consumer, Path) - Static method in class org.apache.maven.impl.standalone.ApiRunner
-
Creates a new Maven session with custom injector configuration and local repository path.
- createToolchain(ToolchainModel) - Method in class org.apache.maven.impl.DefaultJavaToolchainFactory
D
- DEFAULT - Static variable in record class org.apache.maven.impl.cache.CacheConfig
-
Default cache configuration with REQUEST_SCOPED and SOFT reference type.
- DEFAULT_BUILD_TIMESTAMP_FORMAT - Static variable in class org.apache.maven.impl.model.MavenBuildTimestamp
- DefaultArtifact - Class in org.apache.maven.impl
-
A wrapper class around a maven resolver artifact.
- DefaultArtifact(InternalSession, Artifact) - Constructor for class org.apache.maven.impl.DefaultArtifact
- DefaultArtifactCoordinates - Class in org.apache.maven.impl
-
A wrapper class around a maven resolver artifact.
- DefaultArtifactCoordinates(InternalSession, Artifact) - Constructor for class org.apache.maven.impl.DefaultArtifactCoordinates
- DefaultArtifactCoordinatesFactory - Class in org.apache.maven.impl
- DefaultArtifactCoordinatesFactory() - Constructor for class org.apache.maven.impl.DefaultArtifactCoordinatesFactory
- DefaultArtifactDeployer - Class in org.apache.maven.impl
-
Implementation of
ArtifactDeployerservice. - DefaultArtifactDeployer() - Constructor for class org.apache.maven.impl.DefaultArtifactDeployer
- DefaultArtifactDescriptorReader - Class in org.apache.maven.impl.resolver
-
Default artifact descriptor reader.
- DefaultArtifactDescriptorReader(VersionResolver, ArtifactResolver, ModelBuilder, RepositoryEventDispatcher, Map) - Constructor for class org.apache.maven.impl.resolver.DefaultArtifactDescriptorReader
- DefaultArtifactFactory - Class in org.apache.maven.impl
- DefaultArtifactFactory() - Constructor for class org.apache.maven.impl.DefaultArtifactFactory
- DefaultArtifactInstaller - Class in org.apache.maven.impl
- DefaultArtifactResolver - Class in org.apache.maven.impl
- DefaultArtifactResolver() - Constructor for class org.apache.maven.impl.DefaultArtifactResolver
- DefaultChecksumAlgorithmService - Class in org.apache.maven.impl
- DefaultChecksumAlgorithmService(ChecksumAlgorithmFactorySelector) - Constructor for class org.apache.maven.impl.DefaultChecksumAlgorithmService
- DefaultDependency - Class in org.apache.maven.impl
- DefaultDependency(InternalSession, Dependency) - Constructor for class org.apache.maven.impl.DefaultDependency
- DefaultDependencyCoordinates - Class in org.apache.maven.impl
- DefaultDependencyCoordinates(InternalSession, Dependency) - Constructor for class org.apache.maven.impl.DefaultDependencyCoordinates
- DefaultDependencyCoordinatesFactory - Class in org.apache.maven.impl
- DefaultDependencyCoordinatesFactory() - Constructor for class org.apache.maven.impl.DefaultDependencyCoordinatesFactory
- DefaultDependencyManagementImporter - Class in org.apache.maven.impl.model
-
Handles the import of dependency management from other models into the target model.
- DefaultDependencyManagementImporter() - Constructor for class org.apache.maven.impl.model.DefaultDependencyManagementImporter
- DefaultDependencyManagementInjector - Class in org.apache.maven.impl.model
-
Handles injection of dependency management into the model.
- DefaultDependencyManagementInjector() - Constructor for class org.apache.maven.impl.model.DefaultDependencyManagementInjector
- DefaultDependencyManagementInjector.ManagementModelMerger - Class in org.apache.maven.impl.model
-
ManagementModelMerger
- DefaultDependencyResolver - Class in org.apache.maven.impl
- DefaultDependencyResolver() - Constructor for class org.apache.maven.impl.DefaultDependencyResolver
-
Creates an initially empty resolver.
- DefaultDependencyResolverResult - Class in org.apache.maven.impl
-
The result of collecting dependencies with a dependency resolver.
- DefaultDependencyResolverResult(DependencyResolverRequest, List, Node, int) - Constructor for class org.apache.maven.impl.DefaultDependencyResolverResult
-
Creates an initially empty result with a temporary cache.
- DefaultDownloadedArtifact - Class in org.apache.maven.impl
-
A wrapper class around a maven resolver artifact.
- DefaultDownloadedArtifact(InternalSession, Artifact) - Constructor for class org.apache.maven.impl.DefaultDownloadedArtifact
- DefaultExtensibleEnumRegistry(List, T...) - Constructor for class org.apache.maven.impl.ExtensibleEnumRegistries.DefaultExtensibleEnumRegistry
- DefaultInheritanceAssembler - Class in org.apache.maven.impl.model
-
Handles inheritance of model values.
- DefaultInheritanceAssembler() - Constructor for class org.apache.maven.impl.model.DefaultInheritanceAssembler
- DefaultInheritanceAssembler(MavenMerger) - Constructor for class org.apache.maven.impl.model.DefaultInheritanceAssembler
- DefaultInheritanceAssembler.InheritanceModelMerger - Class in org.apache.maven.impl.model
-
InheritanceModelMerger
- DefaultInterpolator - Class in org.apache.maven.impl.model
- DefaultInterpolator() - Constructor for class org.apache.maven.impl.model.DefaultInterpolator
- DefaultJavaToolchainFactory - Class in org.apache.maven.impl
- DefaultJavaToolchainFactory(VersionParser) - Constructor for class org.apache.maven.impl.DefaultJavaToolchainFactory
- DefaultLanguageRegistry(List) - Constructor for class org.apache.maven.impl.ExtensibleEnumRegistries.DefaultLanguageRegistry
- DefaultLifecycleBindingsInjector - Class in org.apache.maven.impl.model
-
Handles injection of plugin executions induced by the lifecycle bindings for a packaging.
- DefaultLifecycleBindingsInjector(LifecycleRegistry, PackagingRegistry) - Constructor for class org.apache.maven.impl.model.DefaultLifecycleBindingsInjector
- DefaultLifecycleBindingsInjector.LifecycleBindingsMerger - Class in org.apache.maven.impl.model
-
The domain-specific model merger for lifecycle bindings
- DefaultLocalRepository - Class in org.apache.maven.impl
- DefaultLocalRepository(LocalRepository) - Constructor for class org.apache.maven.impl.DefaultLocalRepository
- DefaultLocalRepositoryManager - Class in org.apache.maven.impl
- DefaultLocalRepositoryManager() - Constructor for class org.apache.maven.impl.DefaultLocalRepositoryManager
- DefaultMessageBuilder - Class in org.apache.maven.impl
- DefaultMessageBuilder() - Constructor for class org.apache.maven.impl.DefaultMessageBuilder
- DefaultMessageBuilder(StringBuilder) - Constructor for class org.apache.maven.impl.DefaultMessageBuilder
- DefaultMessageBuilderFactory - Class in org.apache.maven.impl
- DefaultMessageBuilderFactory() - Constructor for class org.apache.maven.impl.DefaultMessageBuilderFactory
- DefaultModelBuilder - Class in org.apache.maven.impl.model
-
The model builder is responsible for building the
Modelfrom the POM file. - DefaultModelBuilder(ModelProcessor, ModelValidator, ModelNormalizer, ModelInterpolator, ModelPathTranslator, ModelUrlNormalizer, SuperPomProvider, InheritanceAssembler, ProfileSelector, ProfileInjector, PluginManagementInjector, DependencyManagementInjector, DependencyManagementImporter, PluginConfigurationExpander, ModelVersionParser, List, ModelResolver, Interpolator, PathTranslator, RootLocator) - Constructor for class org.apache.maven.impl.model.DefaultModelBuilder
- DefaultModelBuilder.ModelBuilderSessionImpl - Class in org.apache.maven.impl.model
- DefaultModelBuilder.ModelBuilderSessionState - Class in org.apache.maven.impl.model
- DefaultModelBuilder.RgavCacheKey - Record Class in org.apache.maven.impl.model
- DefaultModelBuilder.SourceCacheKey - Record Class in org.apache.maven.impl.model
- DefaultModelBuilder.SourceResponse<R,
T> - Class in org.apache.maven.impl.model - DefaultModelInterpolator - Class in org.apache.maven.impl.model
- DefaultModelInterpolator(PathTranslator, UrlNormalizer, RootLocator, Interpolator) - Constructor for class org.apache.maven.impl.model.DefaultModelInterpolator
- DefaultModelNormalizer - Class in org.apache.maven.impl.model
-
Handles normalization of a model.
- DefaultModelNormalizer() - Constructor for class org.apache.maven.impl.model.DefaultModelNormalizer
- DefaultModelNormalizer.DuplicateMerger - Class in org.apache.maven.impl.model
-
DuplicateMerger
- DefaultModelObjectPool - Class in org.apache.maven.impl.model
-
Default implementation of ModelObjectProcessor that provides memory optimization through object pooling and interning.
- DefaultModelObjectPool() - Constructor for class org.apache.maven.impl.model.DefaultModelObjectPool
- DefaultModelPathTranslator - Class in org.apache.maven.impl.model
-
Resolves relative paths within a model against a specific base directory.
- DefaultModelPathTranslator(PathTranslator) - Constructor for class org.apache.maven.impl.model.DefaultModelPathTranslator
- DefaultModelProblem - Class in org.apache.maven.impl.model
-
Describes a problem that was encountered during model building.
- DefaultModelProblem(String, BuilderProblem.Severity, ModelProblem.Version, String, int, int, String, Exception) - Constructor for class org.apache.maven.impl.model.DefaultModelProblem
-
Creates a new problem with the specified message and exception.
- DefaultModelProblem(String, BuilderProblem.Severity, ModelProblem.Version, Model, int, int, Exception) - Constructor for class org.apache.maven.impl.model.DefaultModelProblem
-
Creates a new problem with the specified message and exception.
- DefaultModelProcessor - Class in org.apache.maven.impl.model
-
Note: uses @Typed to limit the types it is available for injection to just ModelProcessor.
- DefaultModelProcessor(ModelXmlFactory, Map) - Constructor for class org.apache.maven.impl.model.DefaultModelProcessor
- DefaultModelResolver - Class in org.apache.maven.impl.resolver
-
A model resolver to assist building of dependency POMs.
- DefaultModelResolver() - Constructor for class org.apache.maven.impl.resolver.DefaultModelResolver
- DefaultModelUrlNormalizer - Class in org.apache.maven.impl
-
Normalizes URLs to remove the ugly parent references "../" that got potentially inserted by URL adjustment during model inheritance.
- DefaultModelUrlNormalizer(UrlNormalizer) - Constructor for class org.apache.maven.impl.DefaultModelUrlNormalizer
- DefaultModelValidator - Class in org.apache.maven.impl.model
- DefaultModelValidator() - Constructor for class org.apache.maven.impl.model.DefaultModelValidator
- DefaultModelVersionParser - Class in org.apache.maven.impl
- DefaultModelVersionParser(VersionScheme) - Constructor for class org.apache.maven.impl.DefaultModelVersionParser
- DefaultModelXmlFactory - Class in org.apache.maven.impl
- DefaultModelXmlFactory() - Constructor for class org.apache.maven.impl.DefaultModelXmlFactory
- DefaultNode - Class in org.apache.maven.impl
- DefaultNode(InternalSession, DependencyNode, boolean) - Constructor for class org.apache.maven.impl.DefaultNode
- DefaultOsService - Class in org.apache.maven.impl.model
- DefaultOsService() - Constructor for class org.apache.maven.impl.model.DefaultOsService
- DefaultPathMatcherFactory - Class in org.apache.maven.impl
-
Default implementation of
PathMatcherFactorythat createsPathSelectorinstances for filtering files based on include/exclude patterns. - DefaultPathMatcherFactory() - Constructor for class org.apache.maven.impl.DefaultPathMatcherFactory
- DefaultPathScopeRegistry(List) - Constructor for class org.apache.maven.impl.ExtensibleEnumRegistries.DefaultPathScopeRegistry
- DefaultPathTranslator - Class in org.apache.maven.impl.model
-
Resolves relative paths against a specific base directory.
- DefaultPathTranslator() - Constructor for class org.apache.maven.impl.model.DefaultPathTranslator
- DefaultPluginConfigurationExpander - Class in org.apache.maven.impl
-
Handles expansion of general build plugin configuration into individual executions.
- DefaultPluginConfigurationExpander() - Constructor for class org.apache.maven.impl.DefaultPluginConfigurationExpander
- DefaultPluginManagementInjector - Class in org.apache.maven.impl.model
-
Handles injection of plugin management into the model.
- DefaultPluginManagementInjector() - Constructor for class org.apache.maven.impl.model.DefaultPluginManagementInjector
- DefaultPluginManagementInjector.ManagementModelMerger - Class in org.apache.maven.impl.model
-
ManagementModelMerger
- DefaultPluginXmlFactory - Class in org.apache.maven.impl
- DefaultPluginXmlFactory() - Constructor for class org.apache.maven.impl.DefaultPluginXmlFactory
- DefaultProducedArtifact - Class in org.apache.maven.impl
-
A wrapper class around a maven resolver artifact.
- DefaultProducedArtifact(InternalSession, Artifact) - Constructor for class org.apache.maven.impl.DefaultProducedArtifact
- DefaultProfileActivationContext - Class in org.apache.maven.impl.model
-
Describes the environmental context used to determine the activation status of profiles.
- DefaultProfileActivationContext(PathTranslator, RootLocator, Interpolator) - Constructor for class org.apache.maven.impl.model.DefaultProfileActivationContext
- DefaultProfileActivationContext(PathTranslator, RootLocator, Interpolator, List, List, Map, Map, Model) - Constructor for class org.apache.maven.impl.model.DefaultProfileActivationContext
- DefaultProfileInjector - Class in org.apache.maven.impl.model
-
Handles profile injection into the model.
- DefaultProfileInjector() - Constructor for class org.apache.maven.impl.model.DefaultProfileInjector
- DefaultProfileInjector.ProfileModelMerger - Class in org.apache.maven.impl.model
-
ProfileModelMerger
- DefaultProfileSelector - Class in org.apache.maven.impl.model
-
Calculates the active profiles among a given collection of profiles.
- DefaultProfileSelector() - Constructor for class org.apache.maven.impl.model.DefaultProfileSelector
- DefaultProfileSelector(List) - Constructor for class org.apache.maven.impl.model.DefaultProfileSelector
- DefaultProjectScopeRegistry(List) - Constructor for class org.apache.maven.impl.ExtensibleEnumRegistries.DefaultProjectScopeRegistry
- DefaultRemoteRepository - Class in org.apache.maven.impl
- DefaultRemoteRepository(RemoteRepository) - Constructor for class org.apache.maven.impl.DefaultRemoteRepository
- DefaultRepositoryFactory - Class in org.apache.maven.impl
- DefaultRepositoryFactory(RemoteRepositoryManager) - Constructor for class org.apache.maven.impl.DefaultRepositoryFactory
- DefaultRequestCache - Class in org.apache.maven.impl.cache
- DefaultRequestCache() - Constructor for class org.apache.maven.impl.cache.DefaultRequestCache
- DefaultRequestCacheFactory - Class in org.apache.maven.impl.cache
- DefaultRequestCacheFactory() - Constructor for class org.apache.maven.impl.cache.DefaultRequestCacheFactory
- DefaultRootLocator - Class in org.apache.maven.impl.model.rootlocator
- DefaultRootLocator() - Constructor for class org.apache.maven.impl.model.rootlocator.DefaultRootLocator
- DefaultSettingsBuilder - Class in org.apache.maven.impl
-
Builds the effective settings from a user settings file and/or a global settings file.
- DefaultSettingsBuilder(SettingsXmlFactory, Interpolator, Map) - Constructor for class org.apache.maven.impl.DefaultSettingsBuilder
-
In Maven4 the
SecDispatcheris injected and build settings are fully decrypted as well. - DefaultSettingsValidator - Class in org.apache.maven.impl
- DefaultSettingsValidator() - Constructor for class org.apache.maven.impl.DefaultSettingsValidator
- DefaultSettingsXmlFactory - Class in org.apache.maven.impl
- DefaultSettingsXmlFactory() - Constructor for class org.apache.maven.impl.DefaultSettingsXmlFactory
- DefaultSourceRoot - Record Class in org.apache.maven.impl
-
A default implementation of
SourceRootbuilt from the model. - DefaultSourceRoot(Path, ProjectScope, Resource) - Constructor for record class org.apache.maven.impl.DefaultSourceRoot
-
Creates a new instance from the given resource.
- DefaultSourceRoot(ProjectScope, Language, String, Version, Path, List, List, boolean, Path, boolean) - Constructor for record class org.apache.maven.impl.DefaultSourceRoot
-
Canonical constructor.
- DefaultSourceRoot(ProjectScope, Language, Path) - Constructor for record class org.apache.maven.impl.DefaultSourceRoot
-
Creates a simple instance with no Java module, no target version, and no include or exclude pattern.
- DefaultSuperPomProvider - Class in org.apache.maven.impl
- DefaultSuperPomProvider(ModelProcessor) - Constructor for class org.apache.maven.impl.DefaultSuperPomProvider
- DefaultToolchainManager - Class in org.apache.maven.impl
- DefaultToolchainManager(Map) - Constructor for class org.apache.maven.impl.DefaultToolchainManager
- DefaultToolchainManager(Map, Logger) - Constructor for class org.apache.maven.impl.DefaultToolchainManager
-
Used for tests only
- DefaultToolchainsBuilder - Class in org.apache.maven.impl
-
Builds the effective toolchains from a user toolchains file and/or a global toolchains file.
- DefaultToolchainsBuilder(Interpolator, ToolchainsXmlFactory) - Constructor for class org.apache.maven.impl.DefaultToolchainsBuilder
- DefaultToolchainsXmlFactory - Class in org.apache.maven.impl
- DefaultToolchainsXmlFactory() - Constructor for class org.apache.maven.impl.DefaultToolchainsXmlFactory
- DefaultTransport - Class in org.apache.maven.impl
- DefaultTransport(URI, Transporter) - Constructor for class org.apache.maven.impl.DefaultTransport
- DefaultTransportProvider - Class in org.apache.maven.impl
- DefaultTransportProvider(TransporterProvider) - Constructor for class org.apache.maven.impl.DefaultTransportProvider
- DefaultType - Class in org.apache.maven.impl.resolver.type
-
Default implementation of
Typeand adapter for ResolverArtifactType. - DefaultType(String, Language, String, String, boolean, PathType...) - Constructor for class org.apache.maven.impl.resolver.type.DefaultType
- DefaultTypeProvider - Class in org.apache.maven.impl.resolver.type
-
Maven 4 default
TypeProviderimplementation. - DefaultTypeProvider() - Constructor for class org.apache.maven.impl.resolver.type.DefaultTypeProvider
- DefaultUrlNormalizer - Class in org.apache.maven.impl
-
Normalizes a URL.
- DefaultUrlNormalizer() - Constructor for class org.apache.maven.impl.DefaultUrlNormalizer
- DefaultVersionParser - Class in org.apache.maven.impl
-
A wrapper class around a resolver version that works as model version parser as well.
- DefaultVersionParser(ModelVersionParser) - Constructor for class org.apache.maven.impl.DefaultVersionParser
- DefaultVersionRangeResolver - Class in org.apache.maven.impl
- DefaultVersionRangeResolver - Class in org.apache.maven.impl.resolver
- DefaultVersionRangeResolver(MetadataResolver, SyncContextFactory, RepositoryEventDispatcher, VersionScheme) - Constructor for class org.apache.maven.impl.resolver.DefaultVersionRangeResolver
- DefaultVersionRangeResolver(RepositorySystem) - Constructor for class org.apache.maven.impl.DefaultVersionRangeResolver
- DefaultVersionResolver - Class in org.apache.maven.impl
- DefaultVersionResolver - Class in org.apache.maven.impl.resolver
- DefaultVersionResolver(MetadataResolver, SyncContextFactory, RepositoryEventDispatcher) - Constructor for class org.apache.maven.impl.resolver.DefaultVersionResolver
- DefaultVersionResolver(RepositorySystem) - Constructor for class org.apache.maven.impl.DefaultVersionResolver
- DependencyManagementImporter - Interface in org.apache.maven.api.services.model
-
Handles the import of dependency management from other models into the target model.
- DependencyManagementInjector - Interface in org.apache.maven.api.services.model
-
Handles injection of dependency management into the model.
- deploy(ArtifactDeployerRequest) - Method in class org.apache.maven.impl.DefaultArtifactDeployer
- deployArtifact(RemoteRepository, ProducedArtifact...) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactDeployer.class).deploy(...) - deriveChildTraverser(DependencyCollectionContext) - Method in class org.apache.maven.impl.resolver.artifact.FatArtifactTraverser
- deriveDirectoryMatcher(PathMatcher) - Method in class org.apache.maven.impl.DefaultPathMatcherFactory
- directory() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the value of the
directoryrecord component. - dispatch(Key, Supplier, Method, Object[]) - Method in class org.apache.maven.impl.di.SessionScope
- DistributionManagementArtifactRelocationSource - Class in org.apache.maven.impl.resolver.relocation
-
Relocation source from standard distribution management.
- DistributionManagementArtifactRelocationSource() - Constructor for class org.apache.maven.impl.resolver.relocation.DistributionManagementArtifactRelocationSource
- doCache(REQ, Function) - Method in class org.apache.maven.impl.cache.AbstractRequestCache
-
Abstract method to be implemented by subclasses to handle caching logic.
- doCache(REQ, Function) - Method in class org.apache.maven.impl.cache.DefaultRequestCache
- doGetModelBaseDirectory() - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- doResolve(ArtifactResolverRequest) - Method in class org.apache.maven.impl.DefaultArtifactResolver
- doResolve(VersionRangeResolverRequest) - Method in class org.apache.maven.impl.DefaultVersionRangeResolver
- doResolve(VersionResolverRequest) - Method in class org.apache.maven.impl.DefaultVersionResolver
- doResolveModel(ModelResolver.ModelResolverRequest, InputLocation, String) - Method in class org.apache.maven.impl.resolver.DefaultModelResolver
- DotMvnRootDetector - Class in org.apache.maven.impl.model.rootlocator
- DotMvnRootDetector() - Constructor for class org.apache.maven.impl.model.rootlocator.DotMvnRootDetector
- DuplicateMerger() - Constructor for class org.apache.maven.impl.model.DefaultModelNormalizer.DuplicateMerger
E
- enabled() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the value of the
enabledrecord component. - enter() - Method in class org.apache.maven.impl.di.MojoExecutionScope
- enter() - Method in class org.apache.maven.impl.di.SessionScope
- enter(Session, Object) - Static method in class org.apache.maven.impl.RequestTraceHelper
-
Creates a new trace entry and updates the session's current trace
- entrySet() - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- entrySet() - Method in class org.apache.maven.impl.PropertiesAsMap
- equals(Object) - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.apache.maven.impl.cache.CacheConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.apache.maven.impl.cache.CacheSelector
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.maven.impl.DefaultArtifact
- equals(Object) - Method in class org.apache.maven.impl.DefaultArtifactCoordinates
- equals(Object) - Method in class org.apache.maven.impl.DefaultDependency
- equals(Object) - Method in class org.apache.maven.impl.DefaultRemoteRepository
- equals(Object) - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.apache.maven.impl.RequestTraceHelper.ResolverTrace
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.apache.maven.impl.resolver.artifact.FatArtifactTraverser
- escape(String) - Static method in class org.apache.maven.impl.model.DefaultInterpolator
-
Escapes special characters in the given string to prevent unwanted interpolation.
- evaluate(String, Object) - Static method in class org.apache.maven.impl.model.reflection.ReflectionValueExtractor
-
The implementation supports indexed, nested and mapped properties.
- evaluate(String, Object, boolean) - Static method in class org.apache.maven.impl.model.reflection.ReflectionValueExtractor
-
The implementation supports indexed, nested and mapped properties.
- excludes() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the value of the
excludesrecord component. - execute(Runnable) - Method in class org.apache.maven.impl.util.PhasingExecutor
- exists(String, boolean) - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Checks if a file or directory matching the given glob pattern exists at the specified path.
- exists(String, boolean) - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- exists(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Checks if a file or directory exists at the given path.
- exit() - Method in class org.apache.maven.impl.di.MojoExecutionScope
- exit() - Method in class org.apache.maven.impl.di.SessionScope
- exit(RequestTraceHelper.ResolverTrace) - Static method in class org.apache.maven.impl.RequestTraceHelper
-
Restores the parent trace as the current trace in the session
- expandPluginConfiguration(Model, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.PluginConfigurationExpander
-
Merges values from general build plugin configuration into the individual plugin executions of the given model.
- expandPluginConfiguration(Model, ModelBuilderRequest, ModelProblemCollector) - Method in class org.apache.maven.impl.DefaultPluginConfigurationExpander
- ExtensibleEnumRegistries - Class in org.apache.maven.impl
- ExtensibleEnumRegistries() - Constructor for class org.apache.maven.impl.ExtensibleEnumRegistries
- ExtensibleEnumRegistries.DefaultExtensibleEnumRegistry<T,
P> - Class in org.apache.maven.impl - ExtensibleEnumRegistries.DefaultLanguageRegistry - Class in org.apache.maven.impl
- ExtensibleEnumRegistries.DefaultPathScopeRegistry - Class in org.apache.maven.impl
- ExtensibleEnumRegistries.DefaultProjectScopeRegistry - Class in org.apache.maven.impl
- extension() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Returns the value of the
extensionrecord component. - extrapolateChildUrl(String, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultInheritanceAssembler.InheritanceModelMerger
- extrapolateChildUrl(String, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
F
- family() - Method in class org.apache.maven.impl.model.DefaultOsService
- FAMILY_NT - Static variable in class org.apache.maven.impl.util.Os
-
OS family that can be tested for.
- FatArtifactTraverser - Class in org.apache.maven.impl.resolver.artifact
-
A dependency traverser that excludes the dependencies of fat artifacts from the traversal.
- FatArtifactTraverser() - Constructor for class org.apache.maven.impl.resolver.artifact.FatArtifactTraverser
- FileProfileActivator - Class in org.apache.maven.impl.model.profile
-
Determines profile activation based on the existence/absence of some file.
- FileProfileActivator() - Constructor for class org.apache.maven.impl.model.profile.FileProfileActivator
- filter(Predicate) - Method in class org.apache.maven.impl.AbstractNode
- findMandatoryRoot(Path) - Method in interface org.apache.maven.api.services.model.RootLocator
- findMandatoryRoot(Path) - Method in class org.apache.maven.impl.model.rootlocator.DefaultRootLocator
- findModel(Artifact) - Method in interface org.apache.maven.impl.resolver.MavenWorkspaceReader
- findRoot(Path) - Method in interface org.apache.maven.api.services.model.RootLocator
- findRoot(Path) - Method in class org.apache.maven.impl.model.rootlocator.DefaultRootLocator
- flatten(Session, Node, PathScope) - Method in class org.apache.maven.impl.DefaultDependencyResolver
- flattenDependencies(Node, PathScope) - Method in class org.apache.maven.impl.AbstractSession
- formatLocation(ModelProblem, String) - Static method in class org.apache.maven.impl.model.ModelProblemUtils
-
Creates a string with all location details for the specified model problem.
- formattedTimestamp() - Method in class org.apache.maven.impl.model.MavenBuildTimestamp
- forParentAndRequestType(String, String, PartialCacheConfig) - Static method in record class org.apache.maven.impl.cache.CacheSelector
-
Creates a selector that matches requests with a specific parent type.
- forRequestType(String, PartialCacheConfig) - Static method in record class org.apache.maven.impl.cache.CacheSelector
-
Creates a selector that matches any request of the specified type.
- from(Session) - Static method in interface org.apache.maven.impl.InternalSession
- from(RepositorySystemSession) - Static method in interface org.apache.maven.impl.InternalSession
- fromModel(Session, Path, Function, Source) - Static method in record class org.apache.maven.impl.DefaultSourceRoot
-
Creates a new instance from the given model.
- fromXml(String) - Static method in class org.apache.maven.impl.DefaultModelXmlFactory
-
Simply parse the given xml string.
- fromXml(String) - Static method in class org.apache.maven.impl.DefaultPluginXmlFactory
-
Simply parse the given xml string.
G
- get() - Method in class org.apache.maven.impl.di.SessionScope.CachingProvider
- get() - Method in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
-
Creates a new Maven-like repository system session by initializing the session with values typical for Maven-based resolution.
- get(int) - Method in class org.apache.maven.impl.MappedList
- get(Object) - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- get(String) - Method in class org.apache.maven.impl.resolver.type.TypeRegistryAdapter
- get(URI, Path) - Method in class org.apache.maven.impl.DefaultTransport
- get(K) - Method in interface org.apache.maven.impl.cache.Cache
- getActiveProfiles(Collection, ProfileActivationContext, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ProfileSelector
-
Determines the profiles which are active in the specified activation context.
- getActiveProfiles(Collection, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultProfileSelector
- getAllServices() - Method in class org.apache.maven.impl.AbstractSession
- getAllServices() - Method in interface org.apache.maven.impl.InternalSession
-
Retrieves a map of all services.
- getAllStatistics() - Static method in class org.apache.maven.impl.model.DefaultModelObjectPool
-
Get statistics for all pooled object types.
- getArtifact() - Method in class org.apache.maven.impl.DefaultArtifact
- getArtifact() - Method in class org.apache.maven.impl.DefaultNode
- getArtifact(Class, Artifact) - Method in class org.apache.maven.impl.AbstractSession
- getArtifact(Class, Artifact) - Method in interface org.apache.maven.impl.InternalSession
- getArtifact(Artifact) - Method in class org.apache.maven.impl.AbstractSession
- getArtifact(Artifact) - Method in interface org.apache.maven.impl.InternalSession
- getArtifactDescriptorPolicy() - Method in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- getArtifactId() - Method in exception class org.apache.maven.api.services.model.ModelResolverException
-
Gets the artifact id of the unresolvable model.
- getArtifactId() - Method in class org.apache.maven.impl.DefaultDependency
-
Returns the artifact identifier of the wrapped dependency.
- getArtifactId() - Method in class org.apache.maven.impl.DefaultDependencyCoordinates
-
Returns the artifact identifier of the wrapped dependency.
- getArtifactId() - Method in class org.apache.maven.impl.DefaultArtifact
- getArtifactId() - Method in class org.apache.maven.impl.DefaultArtifactCoordinates
- getArtifactId() - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- getArtifactPath(Artifact) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactManager.class).getPath(...) - getArtifactTypeRegistry() - Method in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
-
This method produces "surrogate" type registry that is static: it aims users that want to use Maven-Resolver without involving Maven Core and related things.
- getBaseVersion() - Method in class org.apache.maven.impl.DefaultArtifact
- getBaseVersion() - Method in class org.apache.maven.impl.DefaultDependency
- getBuildScopeSource() - Method in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- getBuildScopeSource() - Method in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- getBytes(URI) - Method in class org.apache.maven.impl.DefaultTransport
- getCacheCreations() - Method in class org.apache.maven.impl.cache.CacheStatistics.ReferenceTypeStatistics
- getCachedExceptions() - Method in class org.apache.maven.impl.cache.CacheStatistics
- getCacheHits() - Method in class org.apache.maven.impl.cache.CacheStatistics
- getCacheMisses() - Method in class org.apache.maven.impl.cache.CacheStatistics
- getCacheRetention() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
- getCacheSizes() - Method in class org.apache.maven.impl.cache.CacheStatistics
- getCanonicalPath(Path) - Method in class org.apache.maven.impl.model.rootlocator.DefaultRootLocator
- getCharacterOffset() - Method in class org.apache.maven.impl.StaxLocation
- getChecksumAlgorithmNames() - Method in class org.apache.maven.impl.DefaultChecksumAlgorithmService
- getChildren() - Method in class org.apache.maven.impl.DefaultNode
- getClassifier() - Method in class org.apache.maven.impl.DefaultDependency
-
Returns the classifier ("jar", "test-jar", …) of the wrapped dependency.
- getClassifier() - Method in class org.apache.maven.impl.DefaultDependencyCoordinates
-
Returns the classifier ("jar", "test-jar", …) of the wrapped dependency.
- getClassifier() - Method in class org.apache.maven.impl.DefaultArtifact
- getClassifier() - Method in class org.apache.maven.impl.DefaultArtifactCoordinates
- getClassifier() - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- getClassifier() - Method in class org.apache.maven.impl.resolver.type.DefaultType
- getColumnNumber() - Method in class org.apache.maven.impl.model.DefaultModelProblem
- getColumnNumber() - Method in class org.apache.maven.impl.StaxLocation
- getCoordinates() - Method in class org.apache.maven.impl.DefaultArtifactCoordinates
- getCreationsByRetention() - Method in class org.apache.maven.impl.cache.CacheStatistics.ReferenceTypeStatistics
- getCurrentSize() - Method in class org.apache.maven.impl.cache.CacheStatistics.RetentionStatistics
- getCurrentTrace() - Method in class org.apache.maven.impl.AbstractSession
- getCurrentTrace() - Method in interface org.apache.maven.impl.InternalSession
-
Gets the current request trace for the session from thread-local storage.
- getData() - Method in class org.apache.maven.impl.AbstractSession
- getDependencies() - Method in class org.apache.maven.impl.DefaultDependencyResolverResult
- getDependency() - Method in class org.apache.maven.impl.DefaultNode
- getDependency(Dependency) - Method in class org.apache.maven.impl.AbstractSession
- getDependency(Dependency) - Method in interface org.apache.maven.impl.InternalSession
- getDependencyGraphTransformer() - Method in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- getDependencyKey() - Method in class org.apache.maven.impl.model.MavenModelMerger
- getDependencyManager() - Method in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- getDependencyManager(boolean) - Method in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- getDependencySelector() - Method in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- getDependencyTraverser() - Method in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- getDispatchedPaths() - Method in class org.apache.maven.impl.DefaultDependencyResolverResult
- getEffectiveKeyReferenceType() - Method in record class org.apache.maven.impl.cache.CacheConfig
-
Returns the effective key reference type.
- getEffectiveValueReferenceType() - Method in record class org.apache.maven.impl.cache.CacheConfig
-
Returns the effective value reference type.
- getException() - Method in class org.apache.maven.impl.model.DefaultModelProblem
- getExceptions() - Method in class org.apache.maven.impl.DefaultDependencyResolverResult
- getExclusionKey() - Method in class org.apache.maven.impl.model.MavenModelMerger
- getExclusions() - Method in class org.apache.maven.impl.DefaultDependencyCoordinates
- getExtension() - Method in class org.apache.maven.impl.DefaultDependency
-
Returns the file extension of the wrapped dependency.
- getExtension() - Method in class org.apache.maven.impl.DefaultDependencyCoordinates
-
Returns the file extension of the wrapped dependency.
- getExtension() - Method in class org.apache.maven.impl.DefaultArtifact
- getExtension() - Method in class org.apache.maven.impl.DefaultArtifactCoordinates
- getExtension() - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- getExtension() - Method in class org.apache.maven.impl.resolver.type.DefaultType
- getExtensionKey() - Method in class org.apache.maven.impl.model.MavenModelMerger
- getFile() - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
-
Deprecated.
- getGroupId() - Method in exception class org.apache.maven.api.services.model.ModelResolverException
-
Gets the group id of the unresolvable model.
- getGroupId() - Method in class org.apache.maven.impl.DefaultDependency
-
Returns the group identifier of the wrapped dependency.
- getGroupId() - Method in class org.apache.maven.impl.DefaultDependencyCoordinates
-
Returns the group identifier of the wrapped dependency.
- getGroupId() - Method in class org.apache.maven.impl.DefaultArtifact
- getGroupId() - Method in class org.apache.maven.impl.DefaultArtifactCoordinates
- getGroupId() - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- getHitRatio() - Method in class org.apache.maven.impl.cache.CacheStatistics
- getHitRatio() - Method in class org.apache.maven.impl.cache.CacheStatistics.ReferenceTypeStatistics
- getHitRatio() - Method in class org.apache.maven.impl.cache.CacheStatistics.RequestTypeStatistics
- getHitRatio() - Method in class org.apache.maven.impl.cache.CacheStatistics.RetentionStatistics
- getHits() - Method in class org.apache.maven.impl.cache.CacheStatistics.ReferenceTypeStatistics
- getHits() - Method in class org.apache.maven.impl.cache.CacheStatistics.RequestTypeStatistics
- getHits() - Method in class org.apache.maven.impl.cache.CacheStatistics.RetentionStatistics
- getId() - Method in class org.apache.maven.impl.DefaultLocalRepository
- getId() - Method in class org.apache.maven.impl.DefaultRemoteRepository
- getId() - Method in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- getId() - Method in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- getInterfaces(Class) - Method in class org.apache.maven.impl.di.SessionScope
- getKeyEvictionRatio() - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Returns the ratio of key evictions to total evictions.
- getKeyEvictionRatio() - Method in class org.apache.maven.impl.cache.CacheStatistics.RetentionStatistics
- getKeyEvictions() - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Returns the total number of key evictions across all caches.
- getKeyEvictions() - Method in class org.apache.maven.impl.cache.CacheStatistics.RetentionStatistics
- getKeyEvictionsByRetention() - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Returns eviction statistics by retention policy.
- getKeyReferenceType() - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
-
Returns the key reference type used by this cache.
- getLanguage() - Method in class org.apache.maven.impl.resolver.type.DefaultType
- getLineNumber() - Method in class org.apache.maven.impl.model.DefaultModelProblem
- getLineNumber() - Method in class org.apache.maven.impl.StaxLocation
- getListeners() - Method in class org.apache.maven.impl.AbstractSession
- getLocalRepository() - Method in class org.apache.maven.impl.AbstractSession
- getLocalRepository(LocalRepository) - Method in class org.apache.maven.impl.AbstractSession
- getLocalRepository(LocalRepository) - Method in interface org.apache.maven.impl.InternalSession
- getLocation() - Method in class org.apache.maven.impl.model.DefaultModelProblem
- getLocation(Exception) - Static method in class org.apache.maven.impl.StaxLocation
- getMessage() - Method in class org.apache.maven.impl.model.DefaultModelProblem
- getMessage() - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- getMessage(Exception) - Static method in class org.apache.maven.impl.StaxLocation
- getMisses() - Method in class org.apache.maven.impl.cache.CacheStatistics.ReferenceTypeStatistics
- getMisses() - Method in class org.apache.maven.impl.cache.CacheStatistics.RequestTypeStatistics
- getMisses() - Method in class org.apache.maven.impl.cache.CacheStatistics.RetentionStatistics
- getMissRatio() - Method in class org.apache.maven.impl.cache.CacheStatistics
- getModelArtifactId() - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Gets the artifactId from the current model.
- getModelArtifactId() - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- getModelBaseDirectory() - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Gets the base directory of the current model.
- getModelBaseDirectory() - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- getModelId() - Method in class org.apache.maven.impl.model.DefaultModelProblem
- getModelPackaging() - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Gets the packaging type from the current model.
- getModelPackaging() - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- getModelProperty(String) - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Gets the model property to use for interpolation and profile activation.
- getModelProperty(String) - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- getModelRootDirectory() - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Gets the root directory of the current model.
- getModelRootDirectory() - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- getModuleDescriptor(Path) - Method in class org.apache.maven.impl.DefaultDependencyResolverResult
- getModuleName(Path) - Method in class org.apache.maven.impl.DefaultDependencyResolverResult
- getName() - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
-
Returns the cache name for debugging purposes.
- getNode(DependencyNode) - Method in class org.apache.maven.impl.AbstractSession
- getNode(DependencyNode) - Method in interface org.apache.maven.impl.InternalSession
- getNode(DependencyNode, boolean) - Method in class org.apache.maven.impl.AbstractSession
- getNode(DependencyNode, boolean) - Method in interface org.apache.maven.impl.InternalSession
- getNodes() - Method in class org.apache.maven.impl.DefaultDependencyResolverResult
- getNoRootMessage() - Method in interface org.apache.maven.api.services.model.RootLocator
- getOptional() - Method in class org.apache.maven.impl.DefaultDependencyCoordinates
- getPath() - Method in class org.apache.maven.impl.DefaultDownloadedArtifact
- getPath() - Method in class org.apache.maven.impl.DefaultLocalRepository
- getPath() - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- getPath(Session, List, String, String, String, String, String) - Method in class org.apache.maven.impl.resolver.DefaultModelResolver
- getPathForLocalArtifact(Artifact) - Method in class org.apache.maven.impl.AbstractSession
- getPathForLocalArtifact(Session, LocalRepository, Artifact) - Method in class org.apache.maven.impl.DefaultLocalRepositoryManager
- getPathForRemoteArtifact(RemoteRepository, Artifact) - Method in class org.apache.maven.impl.AbstractSession
- getPathForRemoteArtifact(Session, LocalRepository, RemoteRepository, Artifact) - Method in class org.apache.maven.impl.DefaultLocalRepositoryManager
- getPaths() - Method in class org.apache.maven.impl.DefaultDependencyResolverResult
- getPathTypes() - Method in class org.apache.maven.impl.resolver.type.DefaultType
- getPluginExecutionKey() - Method in class org.apache.maven.impl.model.MavenModelMerger
- getPluginKey() - Method in class org.apache.maven.impl.model.MavenModelMerger
- getPriority() - Method in class org.apache.maven.impl.resolver.PluginsMetadataGeneratorFactory
- getPriority() - Method in class org.apache.maven.impl.resolver.SnapshotMetadataGeneratorFactory
- getPriority() - Method in class org.apache.maven.impl.resolver.VersionsMetadataGeneratorFactory
- getProblemCollector() - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- getProjectPrefixes(ModelBuilderRequest) - Method in class org.apache.maven.impl.model.DefaultModelInterpolator
- getProperties() - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- getProperties() - Method in class org.apache.maven.impl.resolver.type.DefaultType
- getProperty(String, String) - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- getProtocol() - Method in class org.apache.maven.impl.DefaultRemoteRepository
- getPublicId() - Method in class org.apache.maven.impl.StaxLocation
- getRawModel(Path, String, String) - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- getRawModel(Path, Path) - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- getReferenceTypeKey() - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
-
Returns a string representation of the reference type combination.
- getReferenceTypeKey() - Method in class org.apache.maven.impl.cache.CacheStatistics.ReferenceTypeStatistics
- getReferenceTypeStatistics() - Method in class org.apache.maven.impl.cache.CacheStatistics
- getRemoteRepositories() - Method in class org.apache.maven.impl.AbstractSession
- getRemoteRepositories() - Method in class org.apache.maven.impl.DefaultNode
- getRemoteRepository(RemoteRepository) - Method in class org.apache.maven.impl.AbstractSession
- getRemoteRepository(RemoteRepository) - Method in interface org.apache.maven.impl.InternalSession
- getReportPluginKey() - Method in class org.apache.maven.impl.model.MavenModelMerger
- getReportSetKey() - Method in class org.apache.maven.impl.model.MavenModelMerger
- getRepository() - Method in class org.apache.maven.impl.DefaultLocalRepository
- getRepository() - Method in class org.apache.maven.impl.DefaultNode
- getRepository() - Method in class org.apache.maven.impl.DefaultRemoteRepository
- getRepository(ArtifactRepository) - Method in class org.apache.maven.impl.AbstractSession
- getRepository(ArtifactRepository) - Method in interface org.apache.maven.impl.InternalSession
- getRepositoryBaseKey() - Method in class org.apache.maven.impl.model.MavenModelMerger
- getRepositoryKey() - Method in class org.apache.maven.impl.model.DefaultProfileInjector.ProfileModelMerger
- getRepositorySystem() - Method in class org.apache.maven.impl.AbstractSession
- getRepositorySystem() - Method in interface org.apache.maven.impl.InternalSession
- getRequest() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverResult
- getRequest() - Method in class org.apache.maven.impl.DefaultDependencyResolverResult
- getRequest() - Method in class org.apache.maven.impl.model.DefaultModelBuilder.SourceResponse
- getRequestType() - Method in class org.apache.maven.impl.cache.CacheStatistics.RequestTypeStatistics
- getRequestTypeStatistics() - Method in class org.apache.maven.impl.cache.CacheStatistics
- getRetention() - Method in class org.apache.maven.impl.cache.CacheStatistics.RetentionStatistics
- getRetentionStatistics() - Method in class org.apache.maven.impl.cache.CacheStatistics
- getRoot() - Method in class org.apache.maven.impl.DefaultDependencyResolverResult
- getRootDirectoryFallback() - Method in class org.apache.maven.impl.model.rootlocator.DefaultRootLocator
- getRootModel() - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- getScope() - Method in class org.apache.maven.impl.DefaultDependency
-
Returns the scope (compile, test, …) of this dependency.
- getScope() - Method in class org.apache.maven.impl.DefaultDependencyCoordinates
-
Returns the scope (compile, test, …) of this dependency.
- getScopeManager() - Method in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- getScopeState() - Method in class org.apache.maven.impl.di.MojoExecutionScope
- getScopeState() - Method in class org.apache.maven.impl.di.SessionScope
- getService(Class) - Method in class org.apache.maven.impl.AbstractSession
- getSession() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
- getSession() - Method in class org.apache.maven.impl.AbstractSession
- getSession() - Method in interface org.apache.maven.impl.InternalSession
- getSession() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
- getSession() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
- getSeverity() - Method in class org.apache.maven.impl.model.DefaultModelProblem
- getSource() - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- getSource() - Method in class org.apache.maven.impl.model.DefaultModelProblem
- getSource(String, String) - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- getStatistics() - Method in class org.apache.maven.impl.cache.DefaultRequestCache
- getStatistics(Class) - Static method in class org.apache.maven.impl.model.DefaultModelObjectPool
-
Get statistics for a specific object type.
- getString(URI, Charset) - Method in class org.apache.maven.impl.DefaultTransport
- getSuperPom(String) - Method in class org.apache.maven.impl.DefaultSuperPomProvider
- getSystemId() - Method in class org.apache.maven.impl.StaxLocation
- getSystemProperty(String) - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Gets the system property to use for interpolation and profile activation.
- getSystemProperty(String) - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- getTerminalWidth() - Method in class org.apache.maven.impl.DefaultMessageBuilderFactory
- getThrowable() - Method in class org.apache.maven.impl.cache.CachingSupplier.AltRes
- getToolchainFromBuildContext(Session, String) - Method in class org.apache.maven.impl.DefaultToolchainManager
- getToolchains(Session, String, Map) - Method in class org.apache.maven.impl.DefaultToolchainManager
- getTotal() - Method in class org.apache.maven.impl.cache.CacheStatistics.ReferenceTypeStatistics
- getTotal() - Method in class org.apache.maven.impl.cache.CacheStatistics.RequestTypeStatistics
- getTotal() - Method in class org.apache.maven.impl.cache.CacheStatistics.RetentionStatistics
- getTotalEvictions() - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Returns the total number of evictions (keys + values).
- getTotalEvictions() - Method in class org.apache.maven.impl.cache.CacheStatistics.RetentionStatistics
- getTotalRequests() - Method in class org.apache.maven.impl.cache.CacheStatistics
- getTrace() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
- getTrace() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
- getTrace() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
- getType() - Method in class org.apache.maven.impl.DefaultDependency
-
Returns the type of the wrapped dependency.
- getType() - Method in class org.apache.maven.impl.DefaultDependencyCoordinates
-
Returns the type of the wrapped dependency.
- getType() - Method in class org.apache.maven.impl.DefaultLocalRepository
- getType() - Method in class org.apache.maven.impl.DefaultRemoteRepository
- getUrl() - Method in class org.apache.maven.impl.DefaultRemoteRepository
- getUserProperty(String) - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Gets the user property to use for interpolation and profile activation.
- getUserProperty(String) - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- getValue() - Method in class org.apache.maven.impl.cache.CachingSupplier
- getValueEvictionRatio() - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Returns the ratio of value evictions to total evictions.
- getValueEvictions() - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Returns the total number of value evictions across all caches.
- getValueEvictions() - Method in class org.apache.maven.impl.cache.CacheStatistics.RetentionStatistics
- getValueEvictionsByRetention() - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Returns value eviction statistics by retention policy.
- getValueReferenceType() - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
-
Returns the value reference type used by this cache.
- getVersion() - Method in exception class org.apache.maven.api.services.model.ModelResolverException
-
Gets the version of the unresolvable model.
- getVersion() - Method in class org.apache.maven.impl.DefaultArtifact
- getVersion() - Method in class org.apache.maven.impl.DefaultDependency
- getVersion() - Method in class org.apache.maven.impl.model.DefaultModelProblem
- getVersion() - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- getVersionConstraint() - Method in class org.apache.maven.impl.DefaultArtifactCoordinates
- getVersionConstraint() - Method in class org.apache.maven.impl.DefaultDependencyCoordinates
- getWorkspaceRepository(WorkspaceRepository) - Method in class org.apache.maven.impl.AbstractSession
- getWorkspaceRepository(WorkspaceRepository) - Method in interface org.apache.maven.impl.InternalSession
- groupId() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Returns the value of the
groupIdrecord component. - groupId() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Returns the value of the
groupIdrecord component.
H
- HARD - Enum constant in enum class org.apache.maven.impl.cache.Cache.ReferenceType
-
Hard references - never cleared by GC
- hashCode() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverResult
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.apache.maven.impl.cache.CacheConfig
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.apache.maven.impl.cache.CacheSelector
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Returns a hash code value for this object.
- hashCode() - Method in class org.apache.maven.impl.DefaultArtifact
- hashCode() - Method in class org.apache.maven.impl.DefaultArtifactCoordinates
- hashCode() - Method in class org.apache.maven.impl.DefaultDependency
- hashCode() - Method in class org.apache.maven.impl.DefaultRemoteRepository
- hashCode() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.apache.maven.impl.RequestTraceHelper.ResolverTrace
-
Returns a hash code value for this object.
- hashCode() - Method in class org.apache.maven.impl.resolver.artifact.FatArtifactTraverser
- hasSeparateKeyValueReferenceTypes() - Method in record class org.apache.maven.impl.cache.CacheConfig
-
Returns true if this configuration uses separate reference types for keys and values.
I
- id() - Method in class org.apache.maven.impl.resolver.type.DefaultType
- if_(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Implements an if-then-else operation.
- importManagement(Model, List, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.DependencyManagementImporter
-
Imports the specified dependency management sections into the given target model.
- importManagement(Model, List, ModelBuilderRequest, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultDependencyManagementImporter
- includes() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the value of the
includesrecord component. - INCLUDES_DEPENDENCIES - Static variable in class org.apache.maven.impl.resolver.artifact.MavenArtifactProperties
-
A boolean flag indicating whether the artifact presents some kind of bundle that physically includes its dependencies, e.g.
- includesAll() - Method in class org.apache.maven.impl.DefaultPathMatcherFactory
- indexOf(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Finds the index of a substring within a string.
- InheritanceAssembler - Interface in org.apache.maven.api.services.model
-
Handles inheritance of model values.
- InheritanceModelMerger() - Constructor for class org.apache.maven.impl.model.DefaultInheritanceAssembler.InheritanceModelMerger
- injectDefaultValues(Model, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ModelNormalizer
-
Sets default values in the specified model that for technical reasons cannot be set directly in the Modello definition.
- injectDefaultValues(Model, ModelBuilderRequest, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultModelNormalizer
- injectLifecycleBindings(Model, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.LifecycleBindingsInjector
-
Injects plugin executions induced by lifecycle bindings into the specified model.
- injectLifecycleBindings(Model, ModelBuilderRequest, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultLifecycleBindingsInjector
- injectManagement(Model, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.DependencyManagementInjector
-
Merges default values from the dependency management section of the given model into itself.
- injectManagement(Model, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.PluginManagementInjector
-
Merges default values from the plugin management section of the given model into itself.
- injectManagement(Model, ModelBuilderRequest, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultDependencyManagementInjector
- injectManagement(Model, ModelBuilderRequest, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultPluginManagementInjector
- injector - Variable in class org.apache.maven.impl.AbstractSession
- injectProfile(Model, Profile, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ProfileInjector
-
Merges values from the specified profile into the given model.
- injectProfiles(Model, List, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ProfileInjector
-
Merges values from the specified profile into the given model.
- injectProfiles(Model, List, ModelBuilderRequest, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultProfileInjector
- inrange(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Checks if a version is within a specified version range.
- install(ArtifactInstallerRequest) - Method in class org.apache.maven.impl.DefaultArtifactInstaller
- installArtifacts(Collection) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactInstaller.class).install(...) - installArtifacts(ProducedArtifact...) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactInstaller.class).install(...) - INSTANCE - Static variable in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- INSTANCE - Static variable in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- InternalSession - Interface in org.apache.maven.impl
- interpolate(String, String, Set, UnaryOperator, BinaryOperator, boolean) - Method in class org.apache.maven.impl.model.DefaultInterpolator
- interpolate(String, UnaryOperator, BinaryOperator, boolean) - Method in class org.apache.maven.impl.model.DefaultInterpolator
- interpolate(Map, UnaryOperator, BinaryOperator, boolean) - Method in class org.apache.maven.impl.model.DefaultInterpolator
- interpolateModel(Model, Path, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ModelInterpolator
-
Interpolates expressions in the specified model.
- interpolateModel(Model, Path, ModelBuilderRequest, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultModelInterpolator
- interpolatePath(String) - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Interpolates the given path string using the current context's properties.
- interpolatePath(String) - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- interpretTrace(boolean, RequestTrace) - Static method in class org.apache.maven.impl.RequestTraceHelper
-
Creates a human-readable interpretation of a request trace
- IntrospectionException - Exception Class in org.apache.maven.impl.model.reflection
- IS_WINDOWS - Static variable in class org.apache.maven.impl.util.Os
-
Boolean indicating if the running OS is a Windows system.
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ProfileActivator
-
Determines whether the specified profile is active in the given activator context.
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.ConditionProfileActivator
-
Determines whether a profile should be active based on its condition.
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.FileProfileActivator
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.JdkVersionProfileActivator
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.OperatingSystemProfileActivator
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.PackagingProfileActivator
- isActive(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.PropertyProfileActivator
- isColorEnabled() - Method in class org.apache.maven.impl.DefaultMessageBuilderFactory
- isComplete() - Method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Checks if this configuration is complete (both values are non-null).
- isEmpty() - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- isEmpty() - Method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Checks if this configuration is empty (both values are null).
- isFamily(String) - Static method in class org.apache.maven.impl.util.Os
-
Determines if the OS on which Maven is executing matches the given OS family.
- isFamily(String, String) - Static method in class org.apache.maven.impl.util.Os
-
Determines if the OS on which Maven is executing matches the given OS family derived from the given OS name
- isIncludesDependencies() - Method in class org.apache.maven.impl.resolver.type.DefaultType
- isJavaVersionCompatible(String, String) - Static method in class org.apache.maven.impl.model.profile.JdkVersionProfileActivator
- isOptional() - Method in class org.apache.maven.impl.DefaultDependency
- isProfileActive(String) - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Checks if the specified profile has been explicitly activated.
- isProfileActive(String) - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- isProfileInactive(String) - Method in interface org.apache.maven.api.services.model.ProfileActivationContext
-
Checks if the specified profile has been explicitly deactivated.
- isProfileInactive(String) - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- isRootDirectory(Path) - Method in interface org.apache.maven.api.services.model.RootDetector
- isRootDirectory(Path) - Method in class org.apache.maven.impl.model.rootlocator.DefaultRootLocator
- isRootDirectory(Path) - Method in class org.apache.maven.impl.model.rootlocator.DotMvnRootDetector
- isRootDirectory(Path) - Method in class org.apache.maven.impl.model.rootlocator.PomXmlRootDetector
- isSiteEmpty(Site) - Method in class org.apache.maven.impl.model.MavenModelMerger
- isSnapshot() - Method in class org.apache.maven.impl.DefaultArtifact
- isSnapshot() - Method in class org.apache.maven.impl.DefaultDependency
- isSnapshot(String) - Method in interface org.apache.maven.api.services.model.ModelVersionParser
-
Checks whether a given artifact version is considered a
SNAPSHOTor not. - isSnapshot(String) - Method in class org.apache.maven.impl.DefaultModelVersionParser
- isSnapshot(String) - Method in class org.apache.maven.impl.DefaultVersionParser
- isStrictDependencyScopes() - Method in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- isStrictDependencyScopes() - Method in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- isStrictResolutionScopes() - Method in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- isStrictResolutionScopes() - Method in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- isTypeAnnotation(Class) - Method in class org.apache.maven.impl.di.SessionScope
- isVersionSnapshot(String) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(VersionParser.class).isSnapshot(...) - isWindows() - Method in class org.apache.maven.impl.model.DefaultOsService
- iterator() - Method in class org.apache.maven.impl.MappedCollection
J
- JdkVersionProfileActivator - Class in org.apache.maven.impl.model.profile
-
Determines profile activation based on the version of the current Java runtime.
- JdkVersionProfileActivator() - Constructor for class org.apache.maven.impl.model.profile.JdkVersionProfileActivator
K
- key - Variable in class org.apache.maven.impl.DefaultArtifact
- key() - Method in class org.apache.maven.impl.DefaultArtifact
- key() - Method in class org.apache.maven.impl.DefaultDependency
- KEY - Static variable in class org.apache.maven.impl.cache.DefaultRequestCache
- KEY_JAVAHOME - Static variable in class org.apache.maven.impl.DefaultJavaToolchainFactory
- keyReferenceType() - Method in record class org.apache.maven.impl.cache.CacheConfig
-
Returns the value of the
keyReferenceTyperecord component. - keySet() - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
L
- language() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the value of the
languagerecord component. - length(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Returns the length of the given string.
- LifecycleBindingsInjector - Interface in org.apache.maven.api.services.model
-
Handles injection of plugin executions induced by the lifecycle bindings for a packaging.
- LifecycleBindingsMerger() - Constructor for class org.apache.maven.impl.model.DefaultLifecycleBindingsInjector.LifecycleBindingsMerger
- LOCAL_PATH - Static variable in class org.apache.maven.impl.resolver.artifact.MavenArtifactProperties
-
The (expected) path to the artifact on the local filesystem.
- locateExistingPom(Path) - Method in interface org.apache.maven.api.services.model.ModelProcessor
-
Returns the file containing the pom to be parsed or null if a pom can not be found at the given file or in the given directory.
- locateExistingPom(Path) - Method in class org.apache.maven.impl.model.DefaultModelProcessor
- lookup - Variable in class org.apache.maven.impl.AbstractSession
- lookup(String) - Method in class org.apache.maven.impl.ExtensibleEnumRegistries.DefaultExtensibleEnumRegistry
- lower(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Converts the given string to lowercase.
M
- main(String...) - Static method in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- main(String...) - Static method in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- ManagementModelMerger() - Constructor for class org.apache.maven.impl.model.DefaultDependencyManagementInjector.ManagementModelMerger
- ManagementModelMerger() - Constructor for class org.apache.maven.impl.model.DefaultPluginManagementInjector.ManagementModelMerger
- MappedCollection<U,
V> - Class in org.apache.maven.impl - MappedCollection(Collection, Function) - Constructor for class org.apache.maven.impl.MappedCollection
- MappedList<U,
V> - Class in org.apache.maven.impl - MappedList(List, Function) - Constructor for class org.apache.maven.impl.MappedList
- matcher(Collection, boolean) - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns a matcher combining the include and exclude patterns.
- matches(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Checks if a string matches a given regular expression.
- matches(Request) - Method in record class org.apache.maven.impl.cache.CacheSelector
-
Checks if this selector matches the given request.
- Maven3ScopeManagerConfiguration - Class in org.apache.maven.impl.resolver.scopes
-
Maven3 scope configurations.
- Maven4ScopeManagerConfiguration - Class in org.apache.maven.impl.resolver.scopes
-
Maven4 scope configurations.
- MavenArtifactProperties - Class in org.apache.maven.impl.resolver.artifact
-
The keys for Maven specific properties of artifacts.
- MavenArtifactRelocationSource - Interface in org.apache.maven.impl.resolver
-
Maven relocation source.
- MavenBuildTimestamp - Class in org.apache.maven.impl.model
-
MavenBuildTimestamp
- MavenBuildTimestamp() - Constructor for class org.apache.maven.impl.model.MavenBuildTimestamp
- MavenBuildTimestamp(Instant) - Constructor for class org.apache.maven.impl.model.MavenBuildTimestamp
- MavenBuildTimestamp(Instant, String) - Constructor for class org.apache.maven.impl.model.MavenBuildTimestamp
- MavenBuildTimestamp(Instant, Map) - Constructor for class org.apache.maven.impl.model.MavenBuildTimestamp
- MavenBuildTimestamp(Instant, Properties) - Constructor for class org.apache.maven.impl.model.MavenBuildTimestamp
-
Deprecated.
- mavenMaven3Personality - Variable in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- MavenModelMerger - Class in org.apache.maven.impl.model
-
The domain-specific model merger for the Maven POM, overriding generic code from parent class when necessary with more adapted algorithms.
- MavenModelMerger() - Constructor for class org.apache.maven.impl.model.MavenModelMerger
- MavenSessionBuilderSupplier - Class in org.apache.maven.impl.resolver
-
A simple
SupplierofRepositorySystemSession.SessionBuilderinstances, that on each call supplies newly constructed instance. - MavenSessionBuilderSupplier(RepositorySystem, boolean) - Constructor for class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- MavenValidator - Class in org.apache.maven.impl.resolver.validator
-
Simplest Maven specific validator that is meant to prevent un-interpolated elements enter resolver; if it does, is most likely some bug.
- MavenValidator() - Constructor for class org.apache.maven.impl.resolver.validator.MavenValidator
- MavenValidatorFactory - Class in org.apache.maven.impl.resolver.validator
- MavenValidatorFactory() - Constructor for class org.apache.maven.impl.resolver.validator.MavenValidatorFactory
- MavenVersionScheme - Class in org.apache.maven.impl.resolver
-
Default version scheme provider: provides singleton
GenericVersionSchemeinstance. - MavenVersionScheme() - Constructor for class org.apache.maven.impl.resolver.MavenVersionScheme
- MavenWorkspaceReader - Interface in org.apache.maven.impl.resolver
-
MavenWorkspaceReader
- merge(Model, Model) - Method in class org.apache.maven.impl.model.DefaultLifecycleBindingsInjector.LifecycleBindingsMerger
- merge(Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- merge(Settings, Settings) - Static method in class org.apache.maven.impl.SettingsUtilsV4
- mergeBuildBase(BuildBase.Builder, BuildBase, BuildBase) - Method in class org.apache.maven.impl.model.DefaultProfileInjector.ProfileModelMerger
- mergeBuildBase_Filters(BuildBase.Builder, BuildBase, BuildBase, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeBuildBase_Resources(BuildBase.Builder, BuildBase, BuildBase, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeBuildBase_TestResources(BuildBase.Builder, BuildBase, BuildBase, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeDependency_Exclusions(Dependency.Builder, Dependency, Dependency, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultDependencyManagementInjector.ManagementModelMerger
- mergeDependency_Optional(Dependency.Builder, Dependency, Dependency, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultDependencyManagementInjector.ManagementModelMerger
- mergeDistributionManagement_Relocation(DistributionManagement.Builder, DistributionManagement, DistributionManagement, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeDistributionManagement_Repository(DistributionManagement.Builder, DistributionManagement, DistributionManagement, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeDistributionManagement_Site(DistributionManagement.Builder, DistributionManagement, DistributionManagement, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeDistributionManagement_SnapshotRepository(DistributionManagement.Builder, DistributionManagement, DistributionManagement, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeDuplicates(Model, ModelBuilderRequest, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ModelNormalizer
-
Merges duplicate elements like multiple declarations of the same build plugin in the specified model.
- mergeDuplicates(Model, ModelBuilderRequest, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultModelNormalizer
- mergeManagedBuildPlugins(Model) - Method in class org.apache.maven.impl.model.DefaultPluginManagementInjector.ManagementModelMerger
- mergeManagedDependencies(Model) - Method in class org.apache.maven.impl.model.DefaultDependencyManagementInjector.ManagementModelMerger
- mergeModel(Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_ArtifactId(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_CiManagement(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_Contributors(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_Developers(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_IssueManagement(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_Licenses(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_MailingLists(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_Mixins(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultInheritanceAssembler.InheritanceModelMerger
- mergeModel_ModelVersion(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_Name(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_Organization(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_Prerequisites(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_Profiles(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModel_Url(Model.Builder, Model, Model, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModelBase(ModelBase.Builder, ModelBase, ModelBase) - Method in class org.apache.maven.impl.model.DefaultProfileInjector.ProfileModelMerger
- mergeModelBase_Modules(ModelBase.Builder, ModelBase, ModelBase, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModelBase_PluginRepositories(ModelBase.Builder, ModelBase, ModelBase, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModelBase_Properties(ModelBase.Builder, ModelBase, ModelBase, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultInheritanceAssembler.InheritanceModelMerger
- mergeModelBase_Repositories(ModelBase.Builder, ModelBase, ModelBase, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeModelBase_Subprojects(ModelBase.Builder, ModelBase, ModelBase, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergePlugin(Plugin, Plugin) - Method in class org.apache.maven.impl.model.DefaultModelNormalizer.DuplicateMerger
- mergePlugin(Plugin, Plugin, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultInheritanceAssembler.InheritanceModelMerger
- mergePlugin_Executions(Plugin.Builder, Plugin, Plugin, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultPluginManagementInjector.ManagementModelMerger
- mergePlugin_Executions(Plugin.Builder, Plugin, Plugin, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultProfileInjector.ProfileModelMerger
- mergePlugin_Executions(Plugin.Builder, Plugin, Plugin, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergePluginContainer_Plugins(PluginContainer.Builder, PluginContainer, PluginContainer, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultInheritanceAssembler.InheritanceModelMerger
- mergePluginContainer_Plugins(PluginContainer.Builder, PluginContainer, PluginContainer, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultLifecycleBindingsInjector.LifecycleBindingsMerger
- mergePluginContainer_Plugins(PluginContainer.Builder, PluginContainer, PluginContainer, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultProfileInjector.ProfileModelMerger
- mergePluginExecution_Goals(PluginExecution.Builder, PluginExecution, PluginExecution, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergePluginExecution_Priority(PluginExecution.Builder, PluginExecution, PluginExecution, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultLifecycleBindingsInjector.LifecycleBindingsMerger
- mergeReporting_Plugins(Reporting.Builder, Reporting, Reporting, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultInheritanceAssembler.InheritanceModelMerger
- mergeReporting_Plugins(Reporting.Builder, Reporting, Reporting, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultProfileInjector.ProfileModelMerger
- mergeReportPlugin_ReportSets(ReportPlugin.Builder, ReportPlugin, ReportPlugin, boolean, Map) - Method in class org.apache.maven.impl.model.DefaultProfileInjector.ProfileModelMerger
- mergeReportPlugin_ReportSets(ReportPlugin.Builder, ReportPlugin, ReportPlugin, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeRepositories(Model, boolean) - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- mergeScm_Connection(Scm.Builder, Scm, Scm, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeScm_DeveloperConnection(Scm.Builder, Scm, Scm, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeScm_Url(Scm.Builder, Scm, Scm, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeSite_ChildSiteUrlInheritAppendPath(Site.Builder, Site, Site, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeSite_Url(Site.Builder, Site, Site, boolean, Map) - Method in class org.apache.maven.impl.model.MavenModelMerger
- mergeWith(PartialCacheConfig) - Method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Merges this configuration with another, with this configuration taking precedence for non-null values.
- missing(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Checks if a file or directory is missing at the given path.
- ModelBuilderSessionImpl() - Constructor for class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionImpl
- ModelInterpolator - Interface in org.apache.maven.api.services.model
-
Replaces expressions of the form
${token}with their effective values. - ModelNormalizer - Interface in org.apache.maven.api.services.model
-
Handles normalization of a model.
- ModelPathTranslator - Interface in org.apache.maven.api.services.model
-
Resolves relative paths of a model against a specific base directory.
- ModelProblemUtils - Class in org.apache.maven.impl.model
-
Assists in the handling of model problems.
- ModelProblemUtils() - Constructor for class org.apache.maven.impl.model.ModelProblemUtils
- ModelProcessor - Interface in org.apache.maven.api.services.model
-
ModelProcessor
- ModelResolver - Interface in org.apache.maven.api.services.model
-
Resolves a POM from its coordinates.
- ModelResolver.ModelResolverRequest - Record Class in org.apache.maven.api.services.model
- ModelResolver.ModelResolverResult - Record Class in org.apache.maven.api.services.model
- ModelResolverException - Exception Class in org.apache.maven.api.services.model
-
Signals an error when resolving the path to an external model.
- ModelResolverException(String, String, String, String) - Constructor for exception class org.apache.maven.api.services.model.ModelResolverException
-
Creates a new exception with specified detail message.
- ModelResolverException(String, String, String, String, Throwable) - Constructor for exception class org.apache.maven.api.services.model.ModelResolverException
-
Creates a new exception with specified detail message and cause.
- ModelResolverException(Throwable, String, String, String) - Constructor for exception class org.apache.maven.api.services.model.ModelResolverException
-
Creates a new exception with specified cause
- ModelResolverRequest(Session, RequestTrace, List, String, String, String, String, String) - Constructor for record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Creates an instance of a
ModelResolverRequestrecord class. - ModelResolverResult(ModelResolver.ModelResolverRequest, ModelSource, String) - Constructor for record class org.apache.maven.api.services.model.ModelResolver.ModelResolverResult
-
Creates an instance of a
ModelResolverResultrecord class. - ModelUrlNormalizer - Interface in org.apache.maven.api.services.model
-
Normalizes URLs to remove the ugly parent references "../" that got potentially inserted by URL adjustment during model inheritance.
- ModelValidator - Interface in org.apache.maven.api.services.model
-
Checks the model for missing or invalid values.
- ModelVersionParser - Interface in org.apache.maven.api.services.model
-
Model builder specific version parser.
- module() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the name of the Java module (or other language-specific module) which is built by the sources.
- moduleName() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the value of the
moduleNamerecord component. - MojoExecutionScope - Class in org.apache.maven.impl.di
-
MojoExecutionScope
- MojoExecutionScope() - Constructor for class org.apache.maven.impl.di.MojoExecutionScope
- MojoExecutionScope.ScopeState - Class in org.apache.maven.impl.di
- mvnTrace() - Method in record class org.apache.maven.impl.RequestTraceHelper.ResolverTrace
-
Returns the value of the
mvnTracerecord component.
N
- name() - Method in class org.apache.maven.impl.model.DefaultOsService
- NAME - Static variable in class org.apache.maven.impl.resolver.PluginsMetadataGeneratorFactory
- NAME - Static variable in class org.apache.maven.impl.resolver.relocation.DistributionManagementArtifactRelocationSource
- NAME - Static variable in class org.apache.maven.impl.resolver.relocation.UserPropertiesArtifactRelocationSource
- NAME - Static variable in class org.apache.maven.impl.resolver.SnapshotMetadataGeneratorFactory
- NAME - Static variable in class org.apache.maven.impl.resolver.VersionsMetadataGeneratorFactory
- NAMESPACE_PREFIX - Static variable in class org.apache.maven.impl.model.DefaultModelBuilder
- newCache(Cache.ReferenceType) - Static method in interface org.apache.maven.impl.cache.Cache
- newCache(Cache.ReferenceType, String) - Static method in interface org.apache.maven.impl.cache.Cache
- newCache(Cache.ReferenceType, Cache.ReferenceType) - Static method in interface org.apache.maven.impl.cache.Cache
-
Creates a new cache with separate reference types for keys and values.
- newCache(Cache.ReferenceType, Cache.ReferenceType, String) - Static method in interface org.apache.maven.impl.cache.Cache
- newInstance(RepositorySystemSession) - Method in class org.apache.maven.impl.resolver.validator.MavenValidatorFactory
- newInstance(RepositorySystemSession, DeployRequest) - Method in class org.apache.maven.impl.resolver.PluginsMetadataGeneratorFactory
- newInstance(RepositorySystemSession, DeployRequest) - Method in class org.apache.maven.impl.resolver.SnapshotMetadataGeneratorFactory
- newInstance(RepositorySystemSession, DeployRequest) - Method in class org.apache.maven.impl.resolver.VersionsMetadataGeneratorFactory
- newInstance(RepositorySystemSession, InstallRequest) - Method in class org.apache.maven.impl.resolver.PluginsMetadataGeneratorFactory
- newInstance(RepositorySystemSession, InstallRequest) - Method in class org.apache.maven.impl.resolver.SnapshotMetadataGeneratorFactory
- newInstance(RepositorySystemSession, InstallRequest) - Method in class org.apache.maven.impl.resolver.VersionsMetadataGeneratorFactory
- newModelBuilderException() - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- newSession() - Method in class org.apache.maven.impl.model.DefaultModelBuilder
- newSession(RepositorySystemSession, List) - Method in class org.apache.maven.impl.AbstractSession
- node - Variable in class org.apache.maven.impl.DefaultNode
- NONE - Enum constant in enum class org.apache.maven.impl.cache.Cache.ReferenceType
-
No caching - always compute the value
- normalize(String) - Method in interface org.apache.maven.api.services.model.UrlNormalizer
-
Normalizes the specified URL.
- normalize(String) - Method in class org.apache.maven.impl.DefaultUrlNormalizer
- normalize(Model, ModelBuilderRequest) - Method in interface org.apache.maven.api.services.model.ModelUrlNormalizer
-
Normalizes the well-known URLs of the specified model.
- normalize(Model, ModelBuilderRequest) - Method in class org.apache.maven.impl.DefaultModelUrlNormalizer
- not(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Negates a boolean value.
O
- onKeyEviction() - Method in interface org.apache.maven.impl.cache.Cache.EvictionListener
-
Called when a key is evicted from the cache.
- onValueEviction() - Method in interface org.apache.maven.impl.cache.Cache.EvictionListener
-
Called when a value is evicted from the cache.
- OperatingSystemProfileActivator - Class in org.apache.maven.impl.model.profile
-
Determines profile activation based on the operating system of the current runtime platform.
- OperatingSystemProfileActivator() - Constructor for class org.apache.maven.impl.model.profile.OperatingSystemProfileActivator
- org.apache.maven.api.services.model - package org.apache.maven.api.services.model
- org.apache.maven.impl - package org.apache.maven.impl
- org.apache.maven.impl.cache - package org.apache.maven.impl.cache
- org.apache.maven.impl.di - package org.apache.maven.impl.di
- org.apache.maven.impl.model - package org.apache.maven.impl.model
- org.apache.maven.impl.model.profile - package org.apache.maven.impl.model.profile
- org.apache.maven.impl.model.reflection - package org.apache.maven.impl.model.reflection
- org.apache.maven.impl.model.rootlocator - package org.apache.maven.impl.model.rootlocator
- org.apache.maven.impl.resolver - package org.apache.maven.impl.resolver
-
Maven Resolver extensions for utilizing the Maven POM and Maven repository metadata.
- org.apache.maven.impl.resolver.artifact - package org.apache.maven.impl.resolver.artifact
- org.apache.maven.impl.resolver.relocation - package org.apache.maven.impl.resolver.relocation
- org.apache.maven.impl.resolver.scopes - package org.apache.maven.impl.resolver.scopes
- org.apache.maven.impl.resolver.type - package org.apache.maven.impl.resolver.type
- org.apache.maven.impl.resolver.validator - package org.apache.maven.impl.resolver.validator
- org.apache.maven.impl.standalone - package org.apache.maven.impl.standalone
-
Provides standalone implementation classes for Maven API execution outside of the standard Maven build environment.
- org.apache.maven.impl.util - package org.apache.maven.impl.util
- Os - Class in org.apache.maven.impl.util
-
OS support
- OS_ARCH - Static variable in class org.apache.maven.impl.util.Os
-
The OA architecture.
- OS_FAMILY - Static variable in class org.apache.maven.impl.util.Os
-
OS Family
- OS_NAME - Static variable in class org.apache.maven.impl.util.Os
-
The OS Name.
- OS_VERSION - Static variable in class org.apache.maven.impl.util.Os
-
The OS version.
- OutOfScopeException - Exception Class in org.apache.maven.impl.di
- OutOfScopeException(String) - Constructor for exception class org.apache.maven.impl.di.OutOfScopeException
- OutOfScopeException(String, Throwable) - Constructor for exception class org.apache.maven.impl.di.OutOfScopeException
P
- PackagingProfileActivator - Class in org.apache.maven.impl.model.profile
-
Determines profile activation based on the project's packaging.
- PackagingProfileActivator() - Constructor for class org.apache.maven.impl.model.profile.PackagingProfileActivator
- parentRequestType() - Method in record class org.apache.maven.impl.cache.CacheSelector
-
Returns the value of the
parentRequestTyperecord component. - parse(String) - Static method in class org.apache.maven.impl.cache.CacheSelectorParser
-
Parses a cache configuration string into a list of cache selectors.
- parse(String) - Method in class org.apache.maven.impl.model.profile.ConditionParser
-
Parses the given expression and returns the result of the evaluation.
- parseVersion(String) - Method in interface org.apache.maven.api.services.model.ModelVersionParser
-
Parses the specified version string, for example "1.0".
- parseVersion(String) - Method in class org.apache.maven.impl.AbstractSession
- parseVersion(String) - Method in class org.apache.maven.impl.DefaultModelVersionParser
- parseVersion(String) - Method in class org.apache.maven.impl.DefaultVersionParser
- parseVersion(String) - Method in class org.apache.maven.impl.resolver.MavenVersionScheme
- parseVersionConstraint(String) - Method in interface org.apache.maven.api.services.model.ModelVersionParser
-
Parses the specified version constraint specification, for example "1.0" or "[1.0,2.0)".
- parseVersionConstraint(String) - Method in class org.apache.maven.impl.AbstractSession
- parseVersionConstraint(String) - Method in class org.apache.maven.impl.DefaultModelVersionParser
- parseVersionConstraint(String) - Method in class org.apache.maven.impl.DefaultVersionParser
- parseVersionConstraint(String) - Method in class org.apache.maven.impl.resolver.MavenVersionScheme
- parseVersionRange(String) - Method in interface org.apache.maven.api.services.model.ModelVersionParser
-
Parses the specified version range specification, for example "[1.0,2.0)".
- parseVersionRange(String) - Method in class org.apache.maven.impl.AbstractSession
- parseVersionRange(String) - Method in class org.apache.maven.impl.DefaultModelVersionParser
- parseVersionRange(String) - Method in class org.apache.maven.impl.DefaultVersionParser
- parseVersionRange(String) - Method in class org.apache.maven.impl.resolver.MavenVersionScheme
- PartialCacheConfig - Record Class in org.apache.maven.impl.cache
-
Partial cache configuration that allows specifying only scope or reference type.
- PartialCacheConfig(CacheRetention, Cache.ReferenceType) - Constructor for record class org.apache.maven.impl.cache.PartialCacheConfig
-
Creates an instance of a
PartialCacheConfigrecord class. - PathTranslator - Interface in org.apache.maven.api.services.model
-
Resolves relative paths against a specific base directory.
- performSubstitution(Map, UnaryOperator) - Method in class org.apache.maven.impl.model.DefaultInterpolator
-
Perform substitution on a property set
- performSubstitution(Map, UnaryOperator, boolean) - Method in class org.apache.maven.impl.model.DefaultInterpolator
-
Perform substitution on a property set
- phase() - Method in class org.apache.maven.impl.util.PhasingExecutor
- PhasingExecutor - Class in org.apache.maven.impl.util
-
The phasing executor allows executing tasks in parallel and waiting for all tasks to be executed before fully closing the executor.
- PhasingExecutor(ExecutorService) - Constructor for class org.apache.maven.impl.util.PhasingExecutor
- PluginConfigurationExpander - Interface in org.apache.maven.api.services.model
-
Handles expansion of general build plugin configuration into individual executions.
- PluginManagementInjector - Interface in org.apache.maven.api.services.model
-
Handles injection of plugin management into the model.
- PluginsMetadataGeneratorFactory - Class in org.apache.maven.impl.resolver
-
Maven G level metadata generator factory.
- PluginsMetadataGeneratorFactory() - Constructor for class org.apache.maven.impl.resolver.PluginsMetadataGeneratorFactory
- PomXmlRootDetector - Class in org.apache.maven.impl.model.rootlocator
- PomXmlRootDetector() - Constructor for class org.apache.maven.impl.model.rootlocator.PomXmlRootDetector
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ProfileActivator
-
Determines whether specified activation method is present in configuration or not.
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.ConditionProfileActivator
-
Checks if the condition is present in the profile's configuration.
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.FileProfileActivator
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.JdkVersionProfileActivator
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.OperatingSystemProfileActivator
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.PackagingProfileActivator
- presentInConfig(Profile, ProfileActivationContext, ModelProblemCollector) - Method in class org.apache.maven.impl.model.profile.PropertyProfileActivator
- process(T) - Method in class org.apache.maven.impl.model.DefaultModelObjectPool
- PROCESSOR_TYPE - Static variable in class org.apache.maven.impl.resolver.artifact.MavenArtifactProperties
-
When an artifact is both a regular dependency (e.g., modular-jar) and a transitive dependency of a processor, this property records the derived processor type ID (e.g., "modular-processor").
- ProfileActivationContext - Interface in org.apache.maven.api.services.model
-
Describes the environmental context used to determine the activation status of profiles.
- ProfileActivator - Interface in org.apache.maven.api.services.model
-
Determines whether a profile should be activated.
- ProfileInjector - Interface in org.apache.maven.api.services.model
-
Handles profile injection into the model.
- ProfileModelMerger() - Constructor for class org.apache.maven.impl.model.DefaultProfileInjector.ProfileModelMerger
- ProfileSelector - Interface in org.apache.maven.api.services.model
-
Calculates the active profiles among a given collection of profiles.
- PropertiesAsMap - Class in org.apache.maven.impl
- PropertiesAsMap(Map) - Constructor for class org.apache.maven.impl.PropertiesAsMap
- PropertyProfileActivator - Class in org.apache.maven.impl.model.profile
-
Determines profile activation based on the existence or value of some execution property.
- PropertyProfileActivator() - Constructor for class org.apache.maven.impl.model.profile.PropertyProfileActivator
- provided() - Method in class org.apache.maven.impl.di.MojoExecutionScope.ScopeState
- providers() - Method in class org.apache.maven.impl.di.SessionScope.ScopeState
- provides() - Method in class org.apache.maven.impl.resolver.type.DefaultTypeProvider
- put(Path, URI) - Method in class org.apache.maven.impl.DefaultTransport
- put(K, V) - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- putAll(Map) - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- putBytes(byte[], URI) - Method in class org.apache.maven.impl.DefaultTransport
- putSource(String, String, ModelSource) - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- putString(String, Charset, URI) - Method in class org.apache.maven.impl.DefaultTransport
R
- read(XmlReaderRequest) - Method in interface org.apache.maven.api.services.model.ModelProcessor
-
Reads the model from the specified byte stream.
- read(XmlReaderRequest) - Method in class org.apache.maven.impl.DefaultModelXmlFactory
- read(XmlReaderRequest) - Method in class org.apache.maven.impl.DefaultPluginXmlFactory
- read(XmlReaderRequest) - Method in class org.apache.maven.impl.DefaultSettingsXmlFactory
- read(XmlReaderRequest) - Method in class org.apache.maven.impl.DefaultToolchainsXmlFactory
- read(XmlReaderRequest) - Method in class org.apache.maven.impl.model.DefaultModelProcessor
- readArtifactDescriptor(RepositorySystemSession, ArtifactDescriptorRequest) - Method in class org.apache.maven.impl.resolver.DefaultArtifactDescriptorReader
- recordCacheAccess(String, String, boolean) - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Records cache access for specific reference types.
- recordCacheCreation(String, String, CacheRetention) - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Records cache creation with specific reference types.
- recordCachedException() - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Records a cached exception.
- recordHit(String, CacheRetention) - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Records a cache hit for the given request type and retention policy.
- recordKeyEviction(CacheRetention) - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Records a key eviction for the specified retention policy.
- recordMiss(String, CacheRetention) - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Records a cache miss for the given request type and retention policy.
- recordValueEviction(CacheRetention) - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Records a value eviction for the specified retention policy.
- referenceType() - Method in record class org.apache.maven.impl.cache.CacheConfig
-
Returns the value of the
referenceTyperecord component. - referenceType() - Method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Returns the value of the
referenceTyperecord component. - ReflectionValueExtractor - Class in org.apache.maven.impl.model.reflection
-
Using simple dotted expressions to extract the values from an Object instance using JSP-like expressions such as
project.build.sourceDirectory. - registerCacheSizeSupplier(CacheRetention, Supplier) - Method in class org.apache.maven.impl.cache.CacheStatistics
-
Registers a cache size supplier for the given retention policy.
- registerFunctions(ProfileActivationContext, VersionParser) - Method in class org.apache.maven.impl.model.profile.ConditionProfileActivator
-
Registers the condition functions that can be used in profile activation expressions.
- registerListener(Listener) - Method in class org.apache.maven.impl.AbstractSession
- RelocatedArtifact - Class in org.apache.maven.impl.resolver
- RelocatedArtifact(Artifact, String, String, String, String, String, String) - Constructor for class org.apache.maven.impl.resolver.RelocatedArtifact
- relocatedTarget(RepositorySystemSession, ArtifactDescriptorResult, Model) - Method in interface org.apache.maven.impl.resolver.MavenArtifactRelocationSource
-
Returns
Artifactinstance where to relocate to, ornull. - relocatedTarget(RepositorySystemSession, ArtifactDescriptorResult, Model) - Method in class org.apache.maven.impl.resolver.relocation.DistributionManagementArtifactRelocationSource
- relocatedTarget(RepositorySystemSession, ArtifactDescriptorResult, Model) - Method in class org.apache.maven.impl.resolver.relocation.UserPropertiesArtifactRelocationSource
- remove(Object) - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- removeIf(BiPredicate) - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- removeIf(BiPredicate) - Method in interface org.apache.maven.impl.cache.Cache
- repositories - Variable in class org.apache.maven.impl.AbstractSession
- repositories() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Returns the value of the
repositoriesrecord component. - repositories() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Returns the value of the
repositoriesrecord component. - repositorySystem - Variable in class org.apache.maven.impl.AbstractSession
- repositorySystem - Variable in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- RepositorySystemSupplier - Class in org.apache.maven.impl.standalone
-
DI Bridge for Maven Resolver TODO: reuse mvn4 Supplier here
- RepositorySystemSupplier() - Constructor for class org.apache.maven.impl.standalone.RepositorySystemSupplier
- request() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverResult
-
Returns the value of the
requestrecord component. - request(REQ, Function) - Method in class org.apache.maven.impl.AbstractSession
- request(REQ, Function) - Method in class org.apache.maven.impl.cache.AbstractRequestCache
-
Executes and optionally caches a single request.
- request(REQ, Function) - Method in interface org.apache.maven.impl.InternalSession
-
Executes and optionally caches a request using the provided supplier function.
- requests(List, Function) - Method in class org.apache.maven.impl.AbstractSession
- requests(List, Function) - Method in class org.apache.maven.impl.cache.AbstractRequestCache
-
Executes and optionally caches a batch of requests.
- requests(List, Function) - Method in interface org.apache.maven.impl.InternalSession
- RequestTraceHelper - Class in org.apache.maven.impl
-
Helper class to manage request tracing for improved error logging in Maven's dependency resolution.
- RequestTraceHelper() - Constructor for class org.apache.maven.impl.RequestTraceHelper
- RequestTraceHelper.ResolverTrace - Record Class in org.apache.maven.impl
-
Represents a resolver trace containing both Maven and Resolver-specific trace information
- requestType() - Method in record class org.apache.maven.impl.cache.CacheSelector
-
Returns the value of the
requestTyperecord component. - requireDependencyScope(String) - Method in class org.apache.maven.impl.AbstractSession
- requireLanguage(String) - Method in class org.apache.maven.impl.AbstractSession
- requirePackaging(String) - Method in class org.apache.maven.impl.AbstractSession
- requirePathScope(String) - Method in class org.apache.maven.impl.AbstractSession
- requireProjectScope(String) - Method in class org.apache.maven.impl.AbstractSession
- requireType(String) - Method in class org.apache.maven.impl.AbstractSession
- resetStyle() - Method in class org.apache.maven.impl.DefaultMessageBuilder
- resolve(ArtifactResolverRequest) - Method in class org.apache.maven.impl.DefaultArtifactResolver
- resolve(DependencyResolverRequest) - Method in class org.apache.maven.impl.DefaultDependencyResolver
-
Collects, flattens and resolves the dependencies.
- resolve(VersionRangeResolverRequest) - Method in class org.apache.maven.impl.DefaultVersionRangeResolver
- resolve(VersionResolverRequest) - Method in class org.apache.maven.impl.DefaultVersionResolver
- resolveArtifact(Artifact) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactResolver.class).resolve(...) - resolveArtifact(ArtifactCoordinates) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactResolver.class).resolve(...) - resolveArtifact(ArtifactCoordinates, List) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactResolver.class).resolve(...) - resolveArtifact(Artifact, List) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactResolver.class).resolve(...) - resolveArtifacts(Collection) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactResolver.class).resolve(...) - resolveArtifacts(Collection, List) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactResolver.class).resolve(...) - resolveArtifacts(Artifact...) - Method in class org.apache.maven.impl.AbstractSession
- resolveArtifacts(ArtifactCoordinates...) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactResolver.class).resolve(...) - resolveConfig(Request, Session) - Static method in class org.apache.maven.impl.cache.CacheConfigurationResolver
-
Resolves cache configuration for the given request and session.
- resolveDependencies(List) - Method in class org.apache.maven.impl.AbstractSession
- resolveDependencies(DependencyCoordinates) - Method in class org.apache.maven.impl.AbstractSession
- resolveDependencies(DependencyCoordinates, PathScope, Collection) - Method in class org.apache.maven.impl.AbstractSession
- resolveDependencies(Project, PathScope) - Method in class org.apache.maven.impl.AbstractSession
- resolveDependencies(Project, PathScope, Collection) - Method in class org.apache.maven.impl.AbstractSession
- resolveHighestVersion(ArtifactCoordinates, List) - Method in class org.apache.maven.impl.AbstractSession
- resolveModel(ModelResolver.ModelResolverRequest) - Method in interface org.apache.maven.api.services.model.ModelResolver
- resolveModel(ModelResolver.ModelResolverRequest) - Method in class org.apache.maven.impl.resolver.DefaultModelResolver
- resolveModel(ModelResolver.ModelResolverRequest, InputLocation, String) - Method in class org.apache.maven.impl.resolver.DefaultModelResolver
- resolveModel(Session, List, Dependency, AtomicReference) - Method in interface org.apache.maven.api.services.model.ModelResolver
-
Tries to resolve the POM for the specified dependency coordinates possibly updating
dependency. - resolveModel(Session, List, Dependency, AtomicReference) - Method in class org.apache.maven.impl.resolver.DefaultModelResolver
- resolveModel(Session, List, Parent, AtomicReference) - Method in interface org.apache.maven.api.services.model.ModelResolver
-
Tries to resolve the POM for the specified parent coordinates possibly updating
parent. - resolveModel(Session, List, Parent, AtomicReference) - Method in class org.apache.maven.impl.resolver.DefaultModelResolver
- ResolverTrace(Session, String, RequestTrace, RequestTrace) - Constructor for record class org.apache.maven.impl.RequestTraceHelper.ResolverTrace
-
Creates an instance of a
ResolverTracerecord class. - resolveVersion(ArtifactCoordinates) - Method in class org.apache.maven.impl.AbstractSession
- resolveVersion(RepositorySystemSession, VersionRequest) - Method in class org.apache.maven.impl.resolver.DefaultVersionResolver
- resolveVersionRange(ArtifactCoordinates) - Method in class org.apache.maven.impl.AbstractSession
- resolveVersionRange(ArtifactCoordinates, List) - Method in class org.apache.maven.impl.AbstractSession
- resolveVersionRange(RepositorySystemSession, VersionRangeRequest) - Method in class org.apache.maven.impl.resolver.DefaultVersionRangeResolver
- retrieveContext(Session) - Method in class org.apache.maven.impl.DefaultToolchainManager
- RgavCacheKey(Session, RequestTrace, List, String, String, String, String, String) - Constructor for record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Creates an instance of a
RgavCacheKeyrecord class. - ROOT - Static variable in class org.apache.maven.impl.cache.DefaultRequestCache
- RootDetector - Interface in org.apache.maven.api.services.model
-
Interface used to detect is a given directory "root directory".
- RootLocator - Interface in org.apache.maven.api.services.model
-
Interface used to locate the root directory for a given project.
- RS_MAIN_COMPILE - Static variable in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- RS_MAIN_COMPILE - Static variable in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- RS_MAIN_COMPILE_PLUS_RUNTIME - Static variable in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- RS_MAIN_COMPILE_PLUS_RUNTIME - Static variable in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- RS_MAIN_RUNTIME - Static variable in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- RS_MAIN_RUNTIME - Static variable in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- RS_MAIN_RUNTIME_PLUS_SYSTEM - Static variable in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- RS_MAIN_RUNTIME_PLUS_SYSTEM - Static variable in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- RS_NONE - Static variable in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- RS_NONE - Static variable in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- RS_TEST_COMPILE - Static variable in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- RS_TEST_COMPILE - Static variable in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
- RS_TEST_RUNTIME - Static variable in class org.apache.maven.impl.resolver.scopes.Maven3ScopeManagerConfiguration
- RS_TEST_RUNTIME - Static variable in class org.apache.maven.impl.resolver.scopes.Maven4ScopeManagerConfiguration
S
- scope() - Method in record class org.apache.maven.impl.cache.CacheConfig
-
Returns the value of the
scoperecord component. - scope() - Method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Returns the value of the
scoperecord component. - scope() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the value of the
scoperecord component. - scope(Key, Supplier) - Method in class org.apache.maven.impl.di.MojoExecutionScope
- scope(Key, Supplier) - Method in class org.apache.maven.impl.di.SessionScope
- scope(Key, Supplier) - Method in class org.apache.maven.impl.di.SessionScope.ScopeState
- scopeManager - Variable in class org.apache.maven.impl.resolver.MavenSessionBuilderSupplier
- ScopeState() - Constructor for class org.apache.maven.impl.di.MojoExecutionScope.ScopeState
- ScopeState() - Constructor for class org.apache.maven.impl.di.SessionScope.ScopeState
- seed(Class, Supplier) - Method in class org.apache.maven.impl.di.MojoExecutionScope.ScopeState
- seed(Class, Supplier) - Method in class org.apache.maven.impl.di.MojoExecutionScope
- seed(Class, Supplier) - Method in class org.apache.maven.impl.di.SessionScope.ScopeState
- seed(Class, Supplier) - Method in class org.apache.maven.impl.di.SessionScope
- seed(Class, T) - Method in class org.apache.maven.impl.di.MojoExecutionScope
- seed(Class, T) - Method in class org.apache.maven.impl.di.SessionScope
- seededKeySupplier(Class) - Static method in class org.apache.maven.impl.di.MojoExecutionScope
- seededKeySupplier(Class) - Static method in class org.apache.maven.impl.di.SessionScope
- select(String) - Method in class org.apache.maven.impl.DefaultChecksumAlgorithmService
- select(Collection) - Method in class org.apache.maven.impl.DefaultChecksumAlgorithmService
- session - Variable in class org.apache.maven.impl.AbstractSession
- session - Variable in class org.apache.maven.impl.DefaultArtifact
- session - Variable in class org.apache.maven.impl.DefaultNode
- session() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Returns the value of the
sessionrecord component. - session() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Returns the value of the
sessionrecord component. - session() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
-
Returns the value of the
sessionrecord component. - session() - Method in record class org.apache.maven.impl.RequestTraceHelper.ResolverTrace
-
Returns the value of the
sessionrecord component. - SessionScope - Class in org.apache.maven.impl.di
- SessionScope() - Constructor for class org.apache.maven.impl.di.SessionScope
- SessionScope.CachingProvider<T> - Class in org.apache.maven.impl.di
-
A provider wrapping an existing provider with a cache
- SessionScope.ScopeState - Class in org.apache.maven.impl.di
-
ScopeState
- setArtifactPath(ProducedArtifact, Path) - Method in class org.apache.maven.impl.AbstractSession
-
Shortcut for
getService(ArtifactManager.class).setPath(...) - setCurrentTrace(RequestTrace) - Method in class org.apache.maven.impl.AbstractSession
- setCurrentTrace(RequestTrace) - Method in interface org.apache.maven.impl.InternalSession
-
Sets the current request trace for the session.
- setEvictionListener(Cache.EvictionListener) - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
-
Sets an eviction listener to be notified of eviction events.
- setFile(File) - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
-
Deprecated.
- setLength(int) - Method in class org.apache.maven.impl.DefaultMessageBuilder
- setModel(Model) - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
- setPath(Path) - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- setProperties(Map) - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- setRootModel(Model) - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- setSource(String) - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- setSource(Model) - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- setSystemProperties(Map) - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
-
Sets the system properties to use for interpolation and profile activation.
- SettingsUtilsV4 - Class in org.apache.maven.impl
-
Several convenience methods to handle settings
- setUserProperties(Map) - Method in class org.apache.maven.impl.model.DefaultProfileActivationContext
-
Sets the user properties to use for interpolation and profile activation.
- setVersion(String) - Method in class org.apache.maven.impl.resolver.RelocatedArtifact
- size() - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- size() - Method in interface org.apache.maven.impl.cache.Cache
- size() - Method in class org.apache.maven.impl.MappedCollection
- size() - Method in class org.apache.maven.impl.MappedList
- SnapshotMetadataGeneratorFactory - Class in org.apache.maven.impl.resolver
-
Maven GAV level metadata generator factory.
- SnapshotMetadataGeneratorFactory() - Constructor for class org.apache.maven.impl.resolver.SnapshotMetadataGeneratorFactory
- SOFT - Enum constant in enum class org.apache.maven.impl.cache.Cache.ReferenceType
-
Soft references - cleared before OutOfMemoryError
- source() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverResult
-
Returns the value of the
sourcerecord component. - source() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
-
Returns the value of the
sourcerecord component. - SourceCacheKey(Session, RequestTrace, Source, String) - Constructor for record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
-
Creates an instance of a
SourceCacheKeyrecord class. - StaxLocation - Class in org.apache.maven.impl
- StaxLocation(Location) - Constructor for class org.apache.maven.impl.StaxLocation
- storeToolchainToBuildContext(Session, Toolchain) - Method in class org.apache.maven.impl.DefaultToolchainManager
- stringFiltering() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the value of the
stringFilteringrecord component. - style(String) - Method in class org.apache.maven.impl.DefaultMessageBuilder
- substring(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Returns a substring of the given string.
- substVars(String, String, Set, Map) - Method in class org.apache.maven.impl.model.DefaultInterpolator
-
This method performs property variable substitution on the specified value.
- substVars(String, String, Set, Map, UnaryOperator) - Method in class org.apache.maven.impl.model.DefaultInterpolator
-
This method performs property variable substitution on the specified value.
- substVars(String, String, Set, Map, UnaryOperator, BinaryOperator, boolean) - Static method in class org.apache.maven.impl.model.DefaultInterpolator
-
This method performs property variable substitution on the specified value.
- supplier - Variable in class org.apache.maven.impl.cache.CachingSupplier
T
- tag() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Returns the value of the
tagrecord component. - tag() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
-
Returns the value of the
tagrecord component. - targetPath() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns an explicit target path, overriding the default value.
- targetPathOrNull() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the value of the
targetPathOrNullrecord component. - targetVersion() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the version of the platform where the code will be executed.
- targetVersionOrNull() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns the value of the
targetVersionOrNullrecord component. - throwable - Variable in class org.apache.maven.impl.cache.CachingSupplier.AltRes
- toArtifact(Artifact) - Method in class org.apache.maven.impl.AbstractSession
- toArtifact(Artifact) - Method in interface org.apache.maven.impl.InternalSession
- toArtifact(ArtifactCoordinates) - Method in class org.apache.maven.impl.AbstractSession
- toArtifact(ArtifactCoordinates) - Method in interface org.apache.maven.impl.InternalSession
- toArtifacts(Collection) - Method in class org.apache.maven.impl.AbstractSession
- toArtifacts(Collection) - Method in interface org.apache.maven.impl.InternalSession
- toArtifactType() - Method in class org.apache.maven.impl.resolver.type.DefaultType
-
Adapts this instance to Resolver
ArtifactType. - toBoolean(Object) - Static method in class org.apache.maven.impl.model.profile.ConditionParser
-
Converts an object to a boolean value.
- toComplete() - Method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Converts this partial configuration to a complete CacheConfig, using defaults for missing values.
- toCoordinates() - Method in class org.apache.maven.impl.DefaultArtifact
- toCoordinates() - Method in class org.apache.maven.impl.DefaultDependency
- toDependencies(Collection, boolean) - Method in class org.apache.maven.impl.AbstractSession
- toDependencies(Collection, boolean) - Method in interface org.apache.maven.impl.InternalSession
- toDependency(DependencyCoordinates, boolean) - Method in class org.apache.maven.impl.AbstractSession
- toDependency(DependencyCoordinates, boolean) - Method in interface org.apache.maven.impl.InternalSession
- toDouble(Object) - Static method in class org.apache.maven.impl.model.profile.ConditionParser
-
Converts an object to a double value.
- toInt(Object) - Static method in class org.apache.maven.impl.model.profile.ConditionParser
-
Converts an object to an integer value.
- toLocation(Location) - Static method in class org.apache.maven.impl.StaxLocation
- toMaven(String, RequestTrace) - Static method in class org.apache.maven.impl.RequestTraceHelper
-
Converts a Resolver trace to a Maven trace
- toPomArtifact(Artifact) - Static method in class org.apache.maven.impl.resolver.ArtifactDescriptorUtils
- toPomArtifactUnconditionally(Artifact) - Static method in class org.apache.maven.impl.resolver.ArtifactDescriptorUtils
-
Creates POM artifact out of passed in artifact by dropping classifier (if exists) and rewriting extension to "pom".
- toRemoteRepository(Repository) - Static method in class org.apache.maven.impl.resolver.ArtifactDescriptorUtils
- toRepositories(List) - Method in class org.apache.maven.impl.AbstractSession
- toRepositories(List) - Method in interface org.apache.maven.impl.InternalSession
- toRepository(LocalRepository) - Method in class org.apache.maven.impl.AbstractSession
- toRepository(LocalRepository) - Method in interface org.apache.maven.impl.InternalSession
- toRepository(RemoteRepository) - Method in class org.apache.maven.impl.AbstractSession
- toRepository(RemoteRepository) - Method in interface org.apache.maven.impl.InternalSession
- toRepositoryChecksumPolicy(String) - Static method in class org.apache.maven.impl.resolver.ArtifactDescriptorUtils
- toRepositoryPolicy(RepositoryPolicy) - Static method in class org.apache.maven.impl.resolver.ArtifactDescriptorUtils
- toResolver(RequestTrace) - Static method in class org.apache.maven.impl.RequestTraceHelper
-
Converts a Maven trace to a Resolver trace
- toResolvingRepositories(List) - Method in class org.apache.maven.impl.AbstractSession
- toResolvingRepositories(List) - Method in interface org.apache.maven.impl.InternalSession
- toString() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Returns a string representation of this record class.
- toString() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverResult
-
Returns a string representation of this record class.
- toString() - Method in class org.apache.maven.impl.AbstractNode
- toString() - Method in class org.apache.maven.impl.DefaultDependency
-
Returns a string representation of this dependency.
- toString() - Method in class org.apache.maven.impl.DefaultDependencyCoordinates
-
Returns a string representation of this dependency.
- toString() - Method in record class org.apache.maven.impl.cache.CacheConfig
-
Returns a string representation of this record class.
- toString() - Method in record class org.apache.maven.impl.cache.CacheSelector
-
Returns a string representation of this record class.
- toString() - Method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Returns a string representation of this record class.
- toString() - Method in class org.apache.maven.impl.DefaultArtifact
- toString() - Method in class org.apache.maven.impl.DefaultArtifactCoordinates
- toString() - Method in class org.apache.maven.impl.DefaultMessageBuilder
- toString() - Method in class org.apache.maven.impl.DefaultRemoteRepository
- toString() - Method in record class org.apache.maven.impl.DefaultSourceRoot
-
Returns a string representation of this record class.
- toString() - Method in class org.apache.maven.impl.model.DefaultModelBuilder.ModelBuilderSessionState
- toString() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Returns a string representation of this record class.
- toString() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
-
Returns a string representation of this record class.
- toString() - Method in class org.apache.maven.impl.model.DefaultModelProblem
- toString() - Method in record class org.apache.maven.impl.RequestTraceHelper.ResolverTrace
-
Returns a string representation of this record class.
- toString() - Method in class org.apache.maven.impl.resolver.type.DefaultType
- toString(Object) - Static method in class org.apache.maven.impl.model.profile.ConditionParser
-
Converts an object to a string representation.
- toXml(Model) - Static method in class org.apache.maven.impl.DefaultModelXmlFactory
-
Simply converts the given content to an XML string.
- toXml(PluginDescriptor) - Static method in class org.apache.maven.impl.DefaultPluginXmlFactory
-
Simply converts the given content to an XML string.
- trace() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Returns the value of the
tracerecord component. - trace() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Returns the value of the
tracerecord component. - trace() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.SourceCacheKey
-
Returns the value of the
tracerecord component. - trace() - Method in record class org.apache.maven.impl.RequestTraceHelper.ResolverTrace
-
Returns the value of the
tracerecord component. - transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.apache.maven.impl.resolver.type.TypeCollector
- transformGraph(DependencyNode, DependencyGraphTransformationContext) - Method in class org.apache.maven.impl.resolver.type.TypeDeriver
- transport(Session, RemoteRepository) - Method in class org.apache.maven.impl.DefaultTransportProvider
- traverseDependency(Dependency) - Method in class org.apache.maven.impl.resolver.artifact.FatArtifactTraverser
- TypeCollector - Class in org.apache.maven.impl.resolver.type
-
Collects processor type information from the dependency graph BEFORE conflict resolution.
- TypeCollector() - Constructor for class org.apache.maven.impl.resolver.type.TypeCollector
- TypeDeriver - Class in org.apache.maven.impl.resolver.type
-
Type deriver, that handles special cases of "processor" (annotation processor) node transitive dependencies: all children of "processor" type are "redirected" to corresponding processor subtypes:
jar -> processorclasspathJar -> classpathProcessormodularJar -> modularProcessorMaven 4 introduces new types to describe intent of dependencies, and the "processor" new type (and it's subtypes) will add processors and their dependencies to proper processor paths, as modern Java versions require. - TypeDeriver() - Constructor for class org.apache.maven.impl.resolver.type.TypeDeriver
- TypeRegistryAdapter - Class in org.apache.maven.impl.resolver.type
-
Adapter between Maven
TypeRegistryand ResolverArtifactTypeRegistry. - TypeRegistryAdapter(TypeRegistry) - Constructor for class org.apache.maven.impl.resolver.type.TypeRegistryAdapter
- types() - Method in class org.apache.maven.impl.resolver.type.DefaultTypeProvider
U
- UNABLE_TO_FIND_ROOT_PROJECT_MESSAGE - Static variable in interface org.apache.maven.api.services.model.RootLocator
- uncheckedThrow(Throwable) - Static method in class org.apache.maven.impl.cache.AbstractRequestCache
- unescape(String) - Static method in class org.apache.maven.impl.model.DefaultInterpolator
-
Unescapes previously escaped characters in the given string.
- unregisterListener(Listener) - Method in class org.apache.maven.impl.AbstractSession
- UnsupportedInStandaloneModeException - Exception Class in org.apache.maven.impl.standalone
-
Exception thrown when attempting to use features that are not supported in standalone mode.
- UnsupportedInStandaloneModeException() - Constructor for exception class org.apache.maven.impl.standalone.UnsupportedInStandaloneModeException
-
Constructs a new exception with a default message.
- UnsupportedInStandaloneModeException(String) - Constructor for exception class org.apache.maven.impl.standalone.UnsupportedInStandaloneModeException
-
Constructs a new exception with a specific message.
- upper(List) - Method in class org.apache.maven.impl.model.profile.ConditionFunctions
-
Converts the given string to uppercase.
- UrlNormalizer - Interface in org.apache.maven.api.services.model
- UserPropertiesArtifactRelocationSource - Class in org.apache.maven.impl.resolver.relocation
-
Relocation source from user properties.
- UserPropertiesArtifactRelocationSource() - Constructor for class org.apache.maven.impl.resolver.relocation.UserPropertiesArtifactRelocationSource
V
- validate(Settings, boolean) - Method in class org.apache.maven.impl.DefaultSettingsBuilder
- validate(Settings, boolean, ProblemCollector) - Method in class org.apache.maven.impl.DefaultSettingsValidator
- validateArtifact(Artifact) - Method in class org.apache.maven.impl.resolver.validator.MavenValidator
- validateDependency(Dependency) - Method in class org.apache.maven.impl.resolver.validator.MavenValidator
- validateDependencyVersion(ModelProblemCollector, Dependency, String) - Method in class org.apache.maven.impl.model.DefaultModelValidator
- validateEffectiveModel(Session, Model, int, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ModelValidator
-
Checks the specified (effective) model for missing or invalid values.
- validateEffectiveModel(Session, Model, int, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultModelValidator
- validateFileModel(Session, Model, int, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ModelValidator
-
Checks the specified file model for missing or invalid values.
- validateFileModel(Session, Model, int, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultModelValidator
- validateLocalRepository(LocalRepository) - Method in class org.apache.maven.impl.resolver.validator.MavenValidator
- validateMetadata(Metadata) - Method in class org.apache.maven.impl.resolver.validator.MavenValidator
- validateRawModel(Session, Model, int, ModelProblemCollector) - Method in interface org.apache.maven.api.services.model.ModelValidator
-
Checks the specified (raw) model for missing or invalid values.
- validateRawModel(Session, Model, int, ModelProblemCollector) - Method in class org.apache.maven.impl.model.DefaultModelValidator
- validateRemoteRepository(RemoteRepository) - Method in class org.apache.maven.impl.resolver.validator.MavenValidator
- VALIDATION_LEVEL_MAVEN_2_0 - Static variable in interface org.apache.maven.api.services.model.ModelValidator
-
Denotes validation as performed by Maven 2.0.
- VALIDATION_LEVEL_MAVEN_3_0 - Static variable in interface org.apache.maven.api.services.model.ModelValidator
-
Denotes validation as performed by Maven 3.0.
- VALIDATION_LEVEL_MAVEN_3_1 - Static variable in interface org.apache.maven.api.services.model.ModelValidator
-
Denotes validation as performed by Maven 3.1.
- VALIDATION_LEVEL_MAVEN_4_0 - Static variable in interface org.apache.maven.api.services.model.ModelValidator
-
Denotes validation as performed by Maven 4.0.
- VALIDATION_LEVEL_MAVEN_4_1 - Static variable in interface org.apache.maven.api.services.model.ModelValidator
-
Denotes validation as performed by Maven 4.1.
- VALIDATION_LEVEL_MAVEN_4_2 - Static variable in interface org.apache.maven.api.services.model.ModelValidator
-
Denotes validation as performed by Maven 4.2.
- VALIDATION_LEVEL_MINIMAL - Static variable in interface org.apache.maven.api.services.model.ModelValidator
-
Denotes minimal validation of POMs.
- VALIDATION_LEVEL_STRICT - Static variable in interface org.apache.maven.api.services.model.ModelValidator
-
Denotes strict validation as recommended by the current Maven version.
- value - Variable in class org.apache.maven.impl.cache.CachingSupplier
- value() - Method in class org.apache.maven.impl.di.SessionScope.CachingProvider
- valueOf(String) - Static method in enum class org.apache.maven.impl.cache.Cache.ReferenceType
-
Returns the enum constant of this class with the specified name.
- valueReferenceType() - Method in record class org.apache.maven.impl.cache.CacheConfig
-
Returns the value of the
valueReferenceTyperecord component. - values - Variable in class org.apache.maven.impl.di.SessionScope
- values - Variable in class org.apache.maven.impl.ExtensibleEnumRegistries.DefaultExtensibleEnumRegistry
- values() - Method in class org.apache.maven.impl.cache.Cache.RefConcurrentMap
- values() - Static method in enum class org.apache.maven.impl.cache.Cache.ReferenceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verbose - Variable in class org.apache.maven.impl.DefaultNode
- version() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverRequest
-
Returns the value of the
versionrecord component. - version() - Method in record class org.apache.maven.api.services.model.ModelResolver.ModelResolverResult
-
Returns the value of the
versionrecord component. - version() - Method in record class org.apache.maven.impl.model.DefaultModelBuilder.RgavCacheKey
-
Returns the value of the
versionrecord component. - version() - Method in class org.apache.maven.impl.model.DefaultOsService
- VersionsMetadataGeneratorFactory - Class in org.apache.maven.impl.resolver
-
Maven GA level metadata generator factory.
- VersionsMetadataGeneratorFactory() - Constructor for class org.apache.maven.impl.resolver.VersionsMetadataGeneratorFactory
W
- warningForFilenameBasedAutomodules() - Method in class org.apache.maven.impl.DefaultDependencyResolverResult
- WEAK - Enum constant in enum class org.apache.maven.impl.cache.Cache.ReferenceType
-
Weak references - cleared more aggressively
- withKeyValueReferenceTypes(CacheRetention, Cache.ReferenceType, Cache.ReferenceType) - Static method in record class org.apache.maven.impl.cache.CacheConfig
-
Creates a cache configuration with separate key and value reference types.
- withLocalRepository(LocalRepository) - Method in class org.apache.maven.impl.AbstractSession
- withReferenceType(Cache.ReferenceType) - Static method in record class org.apache.maven.impl.cache.CacheConfig
-
Creates a cache configuration with the specified reference type and default REQUEST_SCOPED scope.
- withReferenceType(Cache.ReferenceType) - Static method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Creates a partial configuration with only reference type specified.
- withRemoteRepositories(List) - Method in class org.apache.maven.impl.AbstractSession
- withScope(CacheRetention) - Static method in record class org.apache.maven.impl.cache.CacheConfig
-
Creates a cache configuration with the specified scope and default SOFT reference type.
- withScope(CacheRetention) - Static method in record class org.apache.maven.impl.cache.PartialCacheConfig
-
Creates a partial configuration with only scope specified.
- write(XmlWriterRequest) - Method in class org.apache.maven.impl.DefaultModelXmlFactory
- write(XmlWriterRequest) - Method in class org.apache.maven.impl.DefaultPluginXmlFactory
- write(XmlWriterRequest) - Method in class org.apache.maven.impl.DefaultSettingsXmlFactory
- write(XmlWriterRequest) - Method in class org.apache.maven.impl.DefaultToolchainsXmlFactory
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
MavenBuildTimestamp(Instant, Map)or extract the format and pass it toMavenBuildTimestamp(Instant, String)instead.