public static final class RecordingTranscripts.FileRef extends Object implements Comparable
Constructor and Description |
---|
FileRef() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object object) |
boolean |
equals(Object object) |
File |
getDatafile() |
long |
getHash() |
long |
getRunId() |
int |
getTestId() |
long |
getTimestamp() |
long |
getTypedTestId() |
int |
hashCode() |
boolean |
isTestRecording() |
CoverageRecording |
read(CoverageDataSpec spec) |
String |
toString() |
public int compareTo(Object object)
compareTo
in interface Comparable
public CoverageRecording read(CoverageDataSpec spec) throws IOException
IOException
public boolean isTestRecording()
public long getTypedTestId()
public int getTestId()
public long getTimestamp()
public File getDatafile()
public long getRunId()
public long getHash()
Copyright © 2023 OpenClover.org. All rights reserved.