Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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(SettingsReader, SettingsWriter, SettingsValidator) - 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(SecDispatcher) - 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(Proxy) - Constructor for class org.apache.maven.settings.crypto.DefaultSettingsDecryptionRequest
-
Creates a new request to decrypt the specified proxy.
- DefaultSettingsDecryptionRequest(Server) - Constructor for class org.apache.maven.settings.crypto.DefaultSettingsDecryptionRequest
-
Creates a new request to decrypt the specified server.
- DefaultSettingsDecryptionRequest(Settings) - Constructor for class org.apache.maven.settings.crypto.DefaultSettingsDecryptionRequest
-
Creates a new request to decrypt the specified settings.
- 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
E
- ERROR - Enum constant in enum org.apache.maven.settings.building.SettingsProblem.Severity
F
- FATAL - Enum constant in enum org.apache.maven.settings.building.SettingsProblem.Severity
- FileSettingsSource - Class in org.apache.maven.settings.building
-
Deprecated.
- FileSettingsSource(File) - Constructor for class org.apache.maven.settings.building.FileSettingsSource
-
Deprecated.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 class 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.
- 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 class 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 interface org.apache.maven.settings.building.SettingsProblem
-
Gets the location of the problem.
- 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 class 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
-
Deprecated.instead use
StringSource.getContent()
- getSettingsFile() - Method in class org.apache.maven.settings.building.FileSettingsSource
-
Deprecated.instead use
FileSource.getFile()
- getSettingsUrl() - Method in class org.apache.maven.settings.building.UrlSettingsSource
-
Deprecated.instead use
UrlSource.getUrl()
- 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(File, Map<String, ?>) - Method in interface org.apache.maven.settings.io.SettingsReader
-
Reads the settings from the specified file.
- read(InputStream, Map<String, ?>) - Method in class org.apache.maven.settings.io.DefaultSettingsReader
- read(InputStream, Map<String, ?>) - Method in interface org.apache.maven.settings.io.SettingsReader
-
Reads the settings from the specified byte stream.
- read(Reader, Map<String, ?>) - Method in class org.apache.maven.settings.io.DefaultSettingsReader
- read(Reader, Map<String, ?>) - Method in interface org.apache.maven.settings.io.SettingsReader
-
Reads the settings from the specified character reader.
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 Class in org.apache.maven.settings.building
-
Signals one ore more errors during settings building.
- SettingsBuildingException(List<SettingsProblem>) - Constructor for exception class 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 Class in org.apache.maven.settings.io
-
Signals a failure to parse the settings due to invalid syntax (e.g.
- SettingsParseException(String, int, int) - Constructor for exception class org.apache.maven.settings.io.SettingsParseException
-
Creates a new parser exception with the specified details.
- SettingsParseException(String, int, int, Throwable) - Constructor for exception class 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
-
Deprecated.instead use
Source
- 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
-
Deprecated.instead use
StringSource
- StringSettingsSource(CharSequence) - Constructor for class org.apache.maven.settings.building.StringSettingsSource
-
Deprecated.Creates a new settings source backed by the specified string.
- StringSettingsSource(CharSequence, String) - Constructor for class org.apache.maven.settings.building.StringSettingsSource
-
Deprecated.Creates a new settings source backed by the specified string.
T
- toString() - Method in class org.apache.maven.settings.building.DefaultSettingsProblem
U
- UrlSettingsSource - Class in org.apache.maven.settings.building
-
Deprecated.instead use
UrlSource
- UrlSettingsSource(URL) - Constructor for class org.apache.maven.settings.building.UrlSettingsSource
-
Deprecated.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
- WARNING - Enum constant in enum org.apache.maven.settings.building.SettingsProblem.Severity
- write(File, 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(OutputStream, Map<String, Object>, Settings) - Method in class org.apache.maven.settings.io.DefaultSettingsWriter
- write(OutputStream, Map<String, Object>, Settings) - Method in interface org.apache.maven.settings.io.SettingsWriter
-
Writes the supplied settings to the specified byte stream.
- write(Writer, Map<String, Object>, Settings) - Method in class org.apache.maven.settings.io.DefaultSettingsWriter
- write(Writer, Map<String, Object>, Settings) - Method in interface org.apache.maven.settings.io.SettingsWriter
-
Writes the supplied settings to the specified character writer.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
FileSource