Class ForkClient.SystemPropertiesListener
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.output.ForkClient.SystemPropertiesListener
-
- All Implemented Interfaces:
ForkedProcessPropertyEventListener
- Enclosing class:
- ForkClient
private final class ForkClient.SystemPropertiesListener extends java.lang.Object implements ForkedProcessPropertyEventListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SystemPropertiesListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(RunMode runMode, java.lang.String key, java.lang.String value)
-
-
-
Method Detail
-
handle
public void handle(RunMode runMode, java.lang.String key, java.lang.String value)
- Specified by:
handle
in interfaceForkedProcessPropertyEventListener
-
-