Package org.apache.maven.surefire.booter
Class PropertiesWrapper
java.lang.Object
org.apache.maven.surefire.booter.PropertiesWrapper
- All Implemented Interfaces:
KeyValueSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleangetBooleanProperty(String propertyName) (package private) ClasspathgetClasspath(String prefix) getFileProperty(String key) intgetIntProperty(String propertyName) getLongProperty(String propertyName) getProperty(String key) getStringList(String propertyPrefix) Retrieves as single object that is persisted with type encodingvoidvoidsetClasspath(String prefix, Classpath classpath) voidsetProperty(String key, String value)
-
Field Details
-
properties
-
-
Constructor Details
-
PropertiesWrapper
-
-
Method Details
-
getProperties
-
setAsSystemProperties
public void setAsSystemProperties() -
getProperty
-
getBooleanProperty
-
getIntProperty
-
getLongProperty
-
getFileProperty
-
getStringList
-
getTypeEncodedValue
Retrieves as single object that is persisted with type encoding- Parameters:
key- The key for the propery- Returns:
- The object, of a supported type
-
getClasspath
-
setClasspath
-
setProperty
-
addList
-
copyTo
- Specified by:
copyToin interfaceKeyValueSource
-