Uses of Interface
org.apache.maven.building.Source
Package
Description
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Source in org.apache.maven.building
Modifier 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
Modifier 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.Modifier and TypeClassDescriptionclass
Represents a model pulled from a repositoryclass
Wraps an ordinaryFile
as a model source.class
Deprecated.instead useStringSource
class
Deprecated.instead useUrlSource
Modifier 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
-
Uses of Source in org.apache.maven.settings.building
Modifier and TypeClassDescriptionclass
Deprecated.instead useFileSource
class
Deprecated.instead useStringSource
class
Deprecated.instead useUrlSource
-
Uses of Source in org.apache.maven.toolchain.building
Modifier and TypeMethodDescriptionDefaultToolchainsBuildingRequest.getGlobalToolchainsSource()
ToolchainsBuildingRequest.getGlobalToolchainsSource()
Gets the global toolchains source.DefaultToolchainsBuildingRequest.getUserToolchainsSource()
ToolchainsBuildingRequest.getUserToolchainsSource()
Gets the user toolchains source.Modifier 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