Class SystemProperties
java.lang.Object
org.apache.maven.properties.internal.SystemProperties
- Since:
- 3.2.3
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidaddSystemProperties(Properties props) Thread-safe System.properties copy implementation.static PropertiescopyProperties(Properties properties) Copies the givenPropertiesobject into a newPropertiesobject, in a thread-safe manner.static PropertiesReturns a copy ofSystem.getProperties()in a thread-safe manner.
- 
Constructor Details- 
SystemPropertiespublic SystemProperties()
 
- 
- 
Method Details- 
addSystemPropertiesThread-safe System.properties copy implementation.
- 
getSystemPropertiesReturns a copy ofSystem.getProperties()in a thread-safe manner.- Returns:
- System.getProperties()obtained in a thread-safe manner.
 
- 
copyPropertiesCopies the givenPropertiesobject into a newPropertiesobject, in a thread-safe manner.- Parameters:
- properties- Properties to copy.
- Returns:
- Copy of the given properties.
 
 
-