public interface SettingsBuildingRequest
| Modifier and Type | Method and Description | 
|---|---|
| File | getGlobalSettingsFile()Gets the global settings file. | 
| SettingsSource | getGlobalSettingsSource()Gets the global settings source. | 
| Properties | getSystemProperties()Gets the system properties to use for interpolation. | 
| Properties | getUserProperties()Gets the user properties to use for interpolation. | 
| File | getUserSettingsFile()Gets the user settings file. | 
| SettingsSource | getUserSettingsSource()Gets the user settings source. | 
| SettingsBuildingRequest | setGlobalSettingsFile(File globalSettingsFile)Sets the global settings file. | 
| SettingsBuildingRequest | setGlobalSettingsSource(SettingsSource globalSettingsSource)Sets the global settings source. | 
| SettingsBuildingRequest | setSystemProperties(Properties systemProperties)Sets the system properties to use for interpolation. | 
| SettingsBuildingRequest | setUserProperties(Properties userProperties)Sets the user properties to use for interpolation. | 
| SettingsBuildingRequest | setUserSettingsFile(File userSettingsFile)Sets the user settings file. | 
| SettingsBuildingRequest | setUserSettingsSource(SettingsSource userSettingsSource)Sets the user settings source. | 
File getGlobalSettingsFile()
null if none.SettingsBuildingRequest setGlobalSettingsFile(File globalSettingsFile)
globalSettingsFile - The global settings file, may be null to disable global settings.null.SettingsSource getGlobalSettingsSource()
null if none.SettingsBuildingRequest setGlobalSettingsSource(SettingsSource globalSettingsSource)
globalSettingsSource - The global settings source, may be null to disable global settings.null.File getUserSettingsFile()
null if none.SettingsBuildingRequest setUserSettingsFile(File userSettingsFile)
userSettingsFile - The user settings file, may be null to disable user settings.null.SettingsSource getUserSettingsSource()
null if none.SettingsBuildingRequest setUserSettingsSource(SettingsSource userSettingsSource)
userSettingsSource - The user settings source, may be null to disable user settings.null.Properties getSystemProperties()
System.getProperties() and environment variables.null.SettingsBuildingRequest setSystemProperties(Properties systemProperties)
System.getProperties() and environment variables.systemProperties - The system properties, may be null.null.Properties getUserProperties()
-Dkey=value parameter on the command line.null.SettingsBuildingRequest setUserProperties(Properties userProperties)
-Dkey=value parameter on the command line.userProperties - The user properties, may be null.null.Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.