| Package | Description |
|---|---|
| com.atlassian.clover.recorder | |
| com.atlassian.clover.registry | |
| com.atlassian.clover.registry.format |
| Modifier and Type | Method and Description |
|---|---|
static CoverageRecorder |
FixedSizeCoverageRecorder.createFor(File dbFile,
long dbVersion,
int maxNumElements,
long cfgbits)
Factory method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CorruptedRegistryException |
class |
IncompatibleRegistryFormatException |
| Modifier and Type | Method and Description |
|---|---|
static RegHeader |
RegHeader.readFrom(File registryFile)
Read the registry header.
|
protected static RegHeader |
RegHeader.readFrom(com.atlassian.clover.registry.format.RegHeader.HeaderInputSource dis)
Read header using an abstraction on the underlying data source.
|
static RegHeader |
RegHeader.readFrom(String name,
FileChannel channel)
Read the registry header via a NIO FileChannel.
|
Copyright © 2023 OpenClover.org. All rights reserved.