Uses of Class
org.apache.maven.surefire.booter.PropertiesWrapper
-
Packages that use PropertiesWrapper Package Description org.apache.maven.plugin.surefire.booterclient org.apache.maven.surefire.booter -
-
Uses of PropertiesWrapper in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type PropertiesWrapper Modifier and Type Method Description private RunResult
ForkStarter. fork(java.lang.Object testSet, PropertiesWrapper providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractCommandReader commandReader, ForkNodeFactory forkNodeFactory, boolean readTestsFromInStream)
-
Uses of PropertiesWrapper in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as PropertiesWrapper Modifier and Type Field Description private PropertiesWrapper
BooterDeserializer. properties
Methods in org.apache.maven.surefire.booter that return PropertiesWrapper Modifier and Type Method Description private static PropertiesWrapper
SystemPropertyManager. loadProperties(java.io.File file)
static PropertiesWrapper
SystemPropertyManager. loadProperties(java.io.InputStream inStream)
Loads the properties, closes the streamConstructors in org.apache.maven.surefire.booter with parameters of type PropertiesWrapper Constructor Description ClasspathConfiguration(PropertiesWrapper properties)
-