Java org.apache.maven.settings.building SettingsBuildingRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.settings.building SettingsBuildingRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.settings.building SettingsBuildingRequest.

The text is from its open source code.

Implementation

org.apache.maven.settings.building.SettingsBuildingRequest has the following implementations.
Click this link to see all its implementation.

Method

FilegetGlobalSettingsFile()
Gets the global settings file.
SettingsSourcegetGlobalSettingsSource()
Gets the global settings source.
PropertiesgetSystemProperties()
Gets the system properties to use for interpolation.
FilegetUserSettingsFile()
Gets the user settings file.
SettingsSourcegetUserSettingsSource()
Gets the user settings source.
SettingsBuildingRequestsetGlobalSettingsFile(File globalSettingsFile)
Sets the global settings file.
SettingsBuildingRequestsetGlobalSettingsSource(SettingsSource globalSettingsSource)
Sets the global settings source.
SettingsBuildingRequestsetSystemProperties(Properties systemProperties)
Sets the system properties to use for interpolation.
SettingsBuildingRequestsetUserProperties(Properties userProperties)
Sets the user properties to use for interpolation.
SettingsBuildingRequestsetUserSettingsFile(File userSettingsFile)
Sets the user settings file.
SettingsBuildingRequestsetUserSettingsSource(SettingsSource userSettingsSource)
Sets the user settings source.