Package com.oracle.bedrock.jacoco
Class Dump
- java.lang.Object
-
- com.oracle.bedrock.jacoco.Dump
-
- All Implemented Interfaces:
com.oracle.bedrock.runtime.concurrent.RemoteCallable<java.lang.Void>,java.io.Serializable,java.util.concurrent.Callable<java.lang.Void>
public class Dump extends java.lang.Object implements com.oracle.bedrock.runtime.concurrent.RemoteCallable<java.lang.Void>ARemoteCallableto dump JaCoCo telemetry.Copyright (c) 2016. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.- Author:
- Brian Oliver
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Voidcall()
-
-
-
Constructor Detail
-
Dump
public Dump()
Constructs aDump.
-
-