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 TypeMethodDescriptionvoid
void
boolean
getBooleanProperty
(String propertyName) (package private) Classpath
getClasspath
(String prefix) getFileProperty
(String key) int
getIntProperty
(String propertyName) getLongProperty
(String propertyName) getProperty
(String key) getStringList
(String propertyPrefix) Retrieves as single object that is persisted with type encodingvoid
void
setClasspath
(String prefix, Classpath classpath) void
setProperty
(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:
copyTo
in interfaceKeyValueSource
-