Class MetaTestContext
- java.lang.Object
-
- org.hansken.plugin.extraction.test.serialize.AbstractTestContext
-
- org.hansken.plugin.extraction.test.serialize.MetaTestContext
-
- All Implemented Interfaces:
DataContext,org.hansken.plugin.extraction.runtime.grpc.client.api.ClientDataContext
public class MetaTestContext extends AbstractTestContext
-
-
Constructor Summary
Constructors Constructor Description MetaTestContext(Path tracePath)Create a new MetaTestContext.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RandomAccessDatadata()StringdataType()-
Methods inherited from class org.hansken.plugin.extraction.test.serialize.AbstractTestContext
data
-
-
-
-
Constructor Detail
-
MetaTestContext
public MetaTestContext(Path tracePath) throws IOException
Create a new MetaTestContext.- Parameters:
tracePath- path to the trace file- Throws:
IOException- when the path does not exist
-
-
Method Detail
-
dataType
public String dataType()
-
data
public RandomAccessData data()
-
-