- 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.
- 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 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 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
-
- getSettingsFile() - Method in class org.apache.maven.settings.building.FileSettingsSource
-
- getSettingsUrl() - Method in class org.apache.maven.settings.building.UrlSettingsSource
-
- 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.
- 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.
- 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
-
- 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
-
- 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.