public class SurefireProperties extends Properties implements KeyValueSource
defaults
Constructor and Description |
---|
SurefireProperties() |
SurefireProperties(Properties source) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
copyProperties(Properties source) |
static void |
copyProperties(Properties target,
Map<String,String> source) |
void |
copyTo(Map target) |
void |
copyToSystemProperties() |
Enumeration<Object> |
keys() |
Object |
put(Object key,
Object value) |
Object |
remove(Object key) |
void |
showToLog(org.apache.maven.plugin.logging.Log log,
String setting) |
void |
verifyLegalSystemProperties(org.apache.maven.plugin.logging.Log log) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
public SurefireProperties()
public SurefireProperties(Properties source)
public void clear()
public void copyProperties(Properties source)
public void showToLog(org.apache.maven.plugin.logging.Log log, String setting)
public void verifyLegalSystemProperties(org.apache.maven.plugin.logging.Log log)
public void copyToSystemProperties()
public static void copyProperties(Properties target, Map<String,String> source)
public void copyTo(Map target)
copyTo
in interface KeyValueSource
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.