Uses of Interface
org.apache.maven.building.Source
Packages that use Source
Package
Description
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Source in org.apache.maven.building
Classes in org.apache.maven.building that implement SourceModifier and TypeClassDescriptionclass
Wraps an ordinaryFile
as a source.class
Wraps an ordinaryCharSequence
as a source.class
Wraps an ordinaryURL
as a source. -
Uses of Source in org.apache.maven.model.building
Subinterfaces of Source in org.apache.maven.model.buildingModifier and TypeInterfaceDescriptioninterface
Deprecated.interface
Provides access to the contents of a POM independently of the backing store (e.g.interface
Enhancement to theModelSource2
to support locating POM files using theModelLocator
when pointing to a directory.Classes in org.apache.maven.model.building that implement SourceModifier and TypeClassDescriptionclass
Represents a model pulled from a repositoryclass
Wraps an ordinaryFile
as a model source.class
Deprecated.instead useStringSource
class
Deprecated.instead useUrlSource
Methods in org.apache.maven.model.building with parameters of type SourceModifier and TypeMethodDescriptionModelCache.computeIfAbsent
(Source path, String tag, Supplier<Supplier<?>> data) default <T> T
ModelCache.computeIfAbsent
(Source path, org.apache.maven.model.building.ModelCacheTag<T> tag, Supplier<Supplier<T>> data) default Object
Gets the specified data from the cache.default <T> T
Gets the specified data from the cache.default void
Puts the specified data into the cache.default <T> void
Puts the specified data into the cache. -
Uses of Source in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal with parameters of type Source -
Uses of Source in org.apache.maven.settings.building
Subinterfaces of Source in org.apache.maven.settings.buildingClasses in org.apache.maven.settings.building that implement SourceModifier and TypeClassDescriptionclass
Deprecated.instead useFileSource
class
Deprecated.instead useStringSource
class
Deprecated.instead useUrlSource
-
Uses of Source in org.apache.maven.toolchain.building
Methods in org.apache.maven.toolchain.building that return SourceModifier and TypeMethodDescriptionDefaultToolchainsBuildingRequest.getGlobalToolchainsSource()
ToolchainsBuildingRequest.getGlobalToolchainsSource()
Gets the global toolchains source.DefaultToolchainsBuildingRequest.getUserToolchainsSource()
ToolchainsBuildingRequest.getUserToolchainsSource()
Gets the user toolchains source.Methods in org.apache.maven.toolchain.building with parameters of type SourceModifier and TypeMethodDescriptionDefaultToolchainsBuildingRequest.setGlobalToolchainsSource
(Source globalToolchainsSource) ToolchainsBuildingRequest.setGlobalToolchainsSource
(Source globalToolchainsSource) Sets the global toolchains source.DefaultToolchainsBuildingRequest.setUserToolchainsSource
(Source userToolchainsSource) ToolchainsBuildingRequest.setUserToolchainsSource
(Source userToolchainsSource) Sets the user toolchains source.
Source