Uses of Interface
org.apache.maven.building.Source
Packages that use Source
Package
Description
-
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.cli
Methods in org.apache.maven.cli with parameters of type SourceModifier and TypeMethodDescriptionprivate Object
MavenCli.getLocation
(Source source, File defaultLocation) -
Uses of Source in org.apache.maven.cli.configuration
Methods in org.apache.maven.cli.configuration with parameters of type SourceModifier and TypeMethodDescriptionprivate Object
SettingsXmlConfigurationProcessor.getLocation
(Source source, File defaultLocation) -
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.Classes in org.apache.maven.model.building that implement SourceModifier and TypeClassDescriptionclass
Wraps an ordinaryFile
as a model source.class
Deprecated.instead useStringSource
class
Deprecated.instead useUrlSource
-
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
Methods in org.apache.maven.settings.building that return SourceModifier and TypeMethodDescriptionprivate Source
DefaultSettingsBuilder.getSettingsSource
(File settingsFile, Source settingsSource) Methods in org.apache.maven.settings.building with parameters of type SourceModifier and TypeMethodDescriptionprivate Source
DefaultSettingsBuilder.getSettingsSource
(File settingsFile, Source settingsSource) private Settings
DefaultSettingsBuilder.readSettings
(Source settingsSource, SettingsBuildingRequest request, DefaultSettingsProblemCollector problems) -
Uses of Source in org.apache.maven.toolchain.building
Fields in org.apache.maven.toolchain.building declared as SourceModifier and TypeFieldDescriptionprivate Source
DefaultToolchainsBuildingRequest.globalToolchainsSource
private Source
DefaultToolchainsBuildingRequest.userToolchainsSource
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 TypeMethodDescriptionprivate PersistedToolchains
DefaultToolchainsBuilder.readToolchains
(Source toolchainsSource, ToolchainsBuildingRequest request, ProblemCollector problems) DefaultToolchainsBuildingRequest.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