Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
D
F
G
I
M
N
O
R
S
T
U
V
W
A
add(SettingsProblem.Severity, String, int, int, Exception)
- Method in interface org.apache.maven.settings.building.
SettingsProblemCollector
Adds the specified problem.
B
build(SettingsBuildingRequest)
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuilder
build(SettingsBuildingRequest)
- Method in interface org.apache.maven.settings.building.
SettingsBuilder
Builds the effective settings of the specified settings files.
D
decrypt(SettingsDecryptionRequest)
- Method in class org.apache.maven.settings.crypto.
DefaultSettingsDecrypter
decrypt(SettingsDecryptionRequest)
- Method in interface org.apache.maven.settings.crypto.
SettingsDecrypter
Decrypts passwords in the settings.
DefaultSettingsBuilder
- Class in
org.apache.maven.settings.building
Builds the effective settings from a user settings file and/or a global settings file.
DefaultSettingsBuilder()
- Constructor for class org.apache.maven.settings.building.
DefaultSettingsBuilder
DefaultSettingsBuilderFactory
- Class in
org.apache.maven.settings.building
A factory to create settings builder instances when no dependency injection is available.
DefaultSettingsBuilderFactory()
- Constructor for class org.apache.maven.settings.building.
DefaultSettingsBuilderFactory
DefaultSettingsBuildingRequest
- Class in
org.apache.maven.settings.building
Collects settings that control building of effective settings.
DefaultSettingsBuildingRequest()
- Constructor for class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
DefaultSettingsDecrypter
- Class in
org.apache.maven.settings.crypto
Decrypts passwords in the settings.
DefaultSettingsDecrypter()
- Constructor for class org.apache.maven.settings.crypto.
DefaultSettingsDecrypter
DefaultSettingsDecryptionRequest
- Class in
org.apache.maven.settings.crypto
Collects parameters that control the decryption of settings.
DefaultSettingsDecryptionRequest()
- Constructor for class org.apache.maven.settings.crypto.
DefaultSettingsDecryptionRequest
Creates an empty request.
DefaultSettingsDecryptionRequest(Settings)
- Constructor for class org.apache.maven.settings.crypto.
DefaultSettingsDecryptionRequest
Creates a new request to decrypt the specified settings.
DefaultSettingsDecryptionRequest(Server)
- Constructor for class org.apache.maven.settings.crypto.
DefaultSettingsDecryptionRequest
Creates a new request to decrypt the specified server.
DefaultSettingsDecryptionRequest(Proxy)
- Constructor for class org.apache.maven.settings.crypto.
DefaultSettingsDecryptionRequest
Creates a new request to decrypt the specified proxy.
DefaultSettingsProblem
- Class in
org.apache.maven.settings.building
Describes a problem that was encountered during settings building.
DefaultSettingsProblem(String, SettingsProblem.Severity, String, int, int, Exception)
- Constructor for class org.apache.maven.settings.building.
DefaultSettingsProblem
Creates a new problem with the specified message and exception.
DefaultSettingsReader
- Class in
org.apache.maven.settings.io
Handles deserialization of settings from the default textual format.
DefaultSettingsReader()
- Constructor for class org.apache.maven.settings.io.
DefaultSettingsReader
DefaultSettingsValidator
- Class in
org.apache.maven.settings.validation
DefaultSettingsValidator()
- Constructor for class org.apache.maven.settings.validation.
DefaultSettingsValidator
DefaultSettingsWriter
- Class in
org.apache.maven.settings.io
Handles serialization of settings into the default textual format.
DefaultSettingsWriter()
- Constructor for class org.apache.maven.settings.io.
DefaultSettingsWriter
F
FileSettingsSource
- Class in
org.apache.maven.settings.building
Wraps an ordinary
File
as a settings source.
FileSettingsSource(File)
- Constructor for class org.apache.maven.settings.building.
FileSettingsSource
Creates a new settings source backed by the specified file.
G
getColumnNumber()
- Method in class org.apache.maven.settings.building.
DefaultSettingsProblem
getColumnNumber()
- Method in interface org.apache.maven.settings.building.
SettingsProblem
Gets the one-based index of the column containing the problem.
getColumnNumber()
- Method in exception org.apache.maven.settings.io.
SettingsParseException
Gets the one-based index of the column containing the error.
getEffectiveSettings()
- Method in interface org.apache.maven.settings.building.
SettingsBuildingResult
Gets the assembled settings.
getException()
- Method in class org.apache.maven.settings.building.
DefaultSettingsProblem
getException()
- Method in interface org.apache.maven.settings.building.
SettingsProblem
Gets the exception that caused this problem (if any).
getGlobalSettingsFile()
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
getGlobalSettingsFile()
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Gets the global settings file.
getGlobalSettingsSource()
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
getGlobalSettingsSource()
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Gets the global settings source.
getInputStream()
- Method in class org.apache.maven.settings.building.
FileSettingsSource
getInputStream()
- Method in interface org.apache.maven.settings.building.
SettingsSource
Gets a byte stream to the settings contents.
getInputStream()
- Method in class org.apache.maven.settings.building.
StringSettingsSource
getInputStream()
- Method in class org.apache.maven.settings.building.
UrlSettingsSource
getLineNumber()
- Method in class org.apache.maven.settings.building.
DefaultSettingsProblem
getLineNumber()
- Method in interface org.apache.maven.settings.building.
SettingsProblem
Gets the one-based index of the line containing the problem.
getLineNumber()
- Method in exception org.apache.maven.settings.io.
SettingsParseException
Gets the one-based index of the line containing the error.
getLocation()
- Method in class org.apache.maven.settings.building.
DefaultSettingsProblem
getLocation()
- Method in class org.apache.maven.settings.building.
FileSettingsSource
getLocation()
- Method in interface org.apache.maven.settings.building.
SettingsProblem
Gets the location of the problem.
getLocation()
- Method in interface org.apache.maven.settings.building.
SettingsSource
Provides a user-friendly hint about the location of the settings.
getLocation()
- Method in class org.apache.maven.settings.building.
StringSettingsSource
getLocation()
- Method in class org.apache.maven.settings.building.
UrlSettingsSource
getMessage()
- Method in class org.apache.maven.settings.building.
DefaultSettingsProblem
getMessage()
- Method in interface org.apache.maven.settings.building.
SettingsProblem
Gets the message that describes this problem.
getProblems()
- Method in exception org.apache.maven.settings.building.
SettingsBuildingException
Gets the problems that caused this exception.
getProblems()
- Method in interface org.apache.maven.settings.building.
SettingsBuildingResult
Gets the problems that were encountered during the settings building.
getProblems()
- Method in interface org.apache.maven.settings.crypto.
SettingsDecryptionResult
Gets the problems that were encountered during the settings decryption.
getProxies()
- Method in class org.apache.maven.settings.crypto.
DefaultSettingsDecryptionRequest
getProxies()
- Method in interface org.apache.maven.settings.crypto.
SettingsDecryptionRequest
Gets the proxies whose passwords should be decrypted.
getProxies()
- Method in interface org.apache.maven.settings.crypto.
SettingsDecryptionResult
Gets the decrypted proxies.
getProxy()
- Method in interface org.apache.maven.settings.crypto.
SettingsDecryptionResult
Gets the decrypted proxy.
getServer()
- Method in interface org.apache.maven.settings.crypto.
SettingsDecryptionResult
Gets the decrypted server.
getServers()
- Method in class org.apache.maven.settings.crypto.
DefaultSettingsDecryptionRequest
getServers()
- Method in interface org.apache.maven.settings.crypto.
SettingsDecryptionRequest
Gets the servers whose passwords should be decrypted.
getServers()
- Method in interface org.apache.maven.settings.crypto.
SettingsDecryptionResult
Gets the decrypted servers.
getSettings()
- Method in class org.apache.maven.settings.building.
StringSettingsSource
Gets the character sequence of this settings source.
getSettingsFile()
- Method in class org.apache.maven.settings.building.
FileSettingsSource
Gets the settings file of this model source.
getSettingsUrl()
- Method in class org.apache.maven.settings.building.
UrlSettingsSource
Gets the settings URL of this model source.
getSeverity()
- Method in class org.apache.maven.settings.building.
DefaultSettingsProblem
getSeverity()
- Method in interface org.apache.maven.settings.building.
SettingsProblem
Gets the severity level of this problem.
getSource()
- Method in class org.apache.maven.settings.building.
DefaultSettingsProblem
getSource()
- Method in interface org.apache.maven.settings.building.
SettingsProblem
Gets the hint about the source of the problem.
getSystemProperties()
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
getSystemProperties()
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Gets the system properties to use for interpolation.
getUserProperties()
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
getUserProperties()
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Gets the user properties to use for interpolation.
getUserSettingsFile()
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
getUserSettingsFile()
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Gets the user settings file.
getUserSettingsSource()
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
getUserSettingsSource()
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Gets the user settings source.
I
IS_STRICT
- Static variable in interface org.apache.maven.settings.io.
SettingsReader
The key for the option to enable strict parsing.
M
MavenSettingsMerger
- Class in
org.apache.maven.settings.merge
MavenSettingsMerger()
- Constructor for class org.apache.maven.settings.merge.
MavenSettingsMerger
merge(Settings, Settings, String)
- Method in class org.apache.maven.settings.merge.
MavenSettingsMerger
N
newInstance()
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuilderFactory
Creates a new settings builder instance.
newSettingsReader()
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuilderFactory
newSettingsValidator()
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuilderFactory
newSettingsWriter()
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuilderFactory
O
org.apache.maven.settings.building
- package org.apache.maven.settings.building
org.apache.maven.settings.crypto
- package org.apache.maven.settings.crypto
org.apache.maven.settings.io
- package org.apache.maven.settings.io
org.apache.maven.settings.merge
- package org.apache.maven.settings.merge
org.apache.maven.settings.validation
- package org.apache.maven.settings.validation
R
read(File, Map<String, ?>)
- Method in class org.apache.maven.settings.io.
DefaultSettingsReader
read(Reader, Map<String, ?>)
- Method in class org.apache.maven.settings.io.
DefaultSettingsReader
read(InputStream, Map<String, ?>)
- Method in class org.apache.maven.settings.io.
DefaultSettingsReader
read(File, Map<String, ?>)
- Method in interface org.apache.maven.settings.io.
SettingsReader
Reads the settings from the specified file.
read(Reader, Map<String, ?>)
- Method in interface org.apache.maven.settings.io.
SettingsReader
Reads the settings from the specified character reader.
read(InputStream, Map<String, ?>)
- Method in interface org.apache.maven.settings.io.
SettingsReader
Reads the settings from the specified byte stream.
S
setGlobalSettingsFile(File)
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
setGlobalSettingsFile(File)
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Sets the global settings file.
setGlobalSettingsSource(SettingsSource)
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
setGlobalSettingsSource(SettingsSource)
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Sets the global settings source.
setProxies(List<Proxy>)
- Method in class org.apache.maven.settings.crypto.
DefaultSettingsDecryptionRequest
setProxies(List<Proxy>)
- Method in interface org.apache.maven.settings.crypto.
SettingsDecryptionRequest
Sets the proxies whose passwords should be decrypted.
setServers(List<Server>)
- Method in class org.apache.maven.settings.crypto.
DefaultSettingsDecryptionRequest
setServers(List<Server>)
- Method in interface org.apache.maven.settings.crypto.
SettingsDecryptionRequest
Sets the servers whose passwords should be decrypted.
setSettingsReader(SettingsReader)
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuilder
setSettingsValidator(SettingsValidator)
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuilder
setSettingsWriter(SettingsWriter)
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuilder
setSystemProperties(Properties)
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
setSystemProperties(Properties)
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Sets the system properties to use for interpolation.
SettingsBuilder
- Interface in
org.apache.maven.settings.building
Builds the effective settings from a user settings file and/or a global settings file.
SettingsBuildingException
- Exception in
org.apache.maven.settings.building
Signals one ore more errors during settings building.
SettingsBuildingException(List<SettingsProblem>)
- Constructor for exception org.apache.maven.settings.building.
SettingsBuildingException
Creates a new exception with the specified problems.
SettingsBuildingRequest
- Interface in
org.apache.maven.settings.building
Collects settings that control the building of effective settings.
SettingsBuildingResult
- Interface in
org.apache.maven.settings.building
Collects the output of the settings builder.
SettingsDecrypter
- Interface in
org.apache.maven.settings.crypto
Decrypts passwords in the settings.
SettingsDecryptionRequest
- Interface in
org.apache.maven.settings.crypto
Collects parameters that control the decryption of settings.
SettingsDecryptionResult
- Interface in
org.apache.maven.settings.crypto
Collects the output of the settings decrypter.
SettingsParseException
- Exception in
org.apache.maven.settings.io
Signals a failure to parse the settings due to invalid syntax (e.g. non-wellformed XML or unknown elements).
SettingsParseException(String, int, int)
- Constructor for exception org.apache.maven.settings.io.
SettingsParseException
Creates a new parser exception with the specified details.
SettingsParseException(String, int, int, Throwable)
- Constructor for exception org.apache.maven.settings.io.
SettingsParseException
Creates a new parser exception with the specified details.
SettingsProblem
- Interface in
org.apache.maven.settings.building
Describes a problem that was encountered during settings building.
SettingsProblem.Severity
- Enum in
org.apache.maven.settings.building
The different severity levels for a problem, in decreasing order.
SettingsProblemCollector
- Interface in
org.apache.maven.settings.building
Collects problems that are encountered during settings building.
SettingsReader
- Interface in
org.apache.maven.settings.io
Handles deserialization of settings from some kind of textual format like XML.
SettingsSource
- Interface in
org.apache.maven.settings.building
Provides access to the contents of settings independently of the backing store (e.g. file system, database, memory).
SettingsValidator
- Interface in
org.apache.maven.settings.validation
Validate a model settings
SettingsWriter
- Interface in
org.apache.maven.settings.io
Handles serialization of settings into some kind of textual format like XML.
setUserProperties(Properties)
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
setUserProperties(Properties)
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Sets the user properties to use for interpolation.
setUserSettingsFile(File)
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
setUserSettingsFile(File)
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Sets the user settings file.
setUserSettingsSource(SettingsSource)
- Method in class org.apache.maven.settings.building.
DefaultSettingsBuildingRequest
setUserSettingsSource(SettingsSource)
- Method in interface org.apache.maven.settings.building.
SettingsBuildingRequest
Sets the user settings source.
StringSettingsSource
- Class in
org.apache.maven.settings.building
Wraps an ordinary
CharSequence
as a settings source.
StringSettingsSource(CharSequence)
- Constructor for class org.apache.maven.settings.building.
StringSettingsSource
Creates a new settings source backed by the specified string.
StringSettingsSource(CharSequence, String)
- Constructor for class org.apache.maven.settings.building.
StringSettingsSource
Creates a new settings source backed by the specified string.
T
toString()
- Method in class org.apache.maven.settings.building.
DefaultSettingsProblem
toString()
- Method in class org.apache.maven.settings.building.
FileSettingsSource
toString()
- Method in class org.apache.maven.settings.building.
StringSettingsSource
toString()
- Method in class org.apache.maven.settings.building.
UrlSettingsSource
U
UrlSettingsSource
- Class in
org.apache.maven.settings.building
Wraps an ordinary
URL
as a settings source.
UrlSettingsSource(URL)
- Constructor for class org.apache.maven.settings.building.
UrlSettingsSource
Creates a new model source backed by the specified URL.
V
validate(Settings, SettingsProblemCollector)
- Method in class org.apache.maven.settings.validation.
DefaultSettingsValidator
validate(Settings, SettingsProblemCollector)
- Method in interface org.apache.maven.settings.validation.
SettingsValidator
Validate the specified settings.
valueOf(String)
- Static method in enum org.apache.maven.settings.building.
SettingsProblem.Severity
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.maven.settings.building.
SettingsProblem.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
W
write(File, Map<String, Object>, Settings)
- Method in class org.apache.maven.settings.io.
DefaultSettingsWriter
write(Writer, Map<String, Object>, Settings)
- Method in class org.apache.maven.settings.io.
DefaultSettingsWriter
write(OutputStream, Map<String, Object>, Settings)
- Method in class org.apache.maven.settings.io.
DefaultSettingsWriter
write(File, Map<String, Object>, Settings)
- Method in interface org.apache.maven.settings.io.
SettingsWriter
Writes the supplied settings to the specified file.
write(Writer, Map<String, Object>, Settings)
- Method in interface org.apache.maven.settings.io.
SettingsWriter
Writes the supplied settings to the specified character writer.
write(OutputStream, Map<String, Object>, Settings)
- Method in interface org.apache.maven.settings.io.
SettingsWriter
Writes the supplied settings to the specified byte stream.
A
B
D
F
G
I
M
N
O
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2001-2012
The Apache Software Foundation
. All Rights Reserved.