Package | Description |
---|---|
com.atlassian.clover.registry | |
com.atlassian.clover.registry.format |
Modifier and Type | Method and Description |
---|---|
RegFile |
Clover2Registry.saveAndAppendToFile() |
RegFile |
Clover2Registry.saveAndOverwriteFile() |
protected RegFile |
Clover2Registry.saveAndOverwriteFile(FullProjectInfo project,
List<Clover2Registry.InstrumentationInfo> instrumentationHistory,
ContextStore contexts,
CoverageData coverageData) |
Modifier and Type | Class and Description |
---|---|
class |
RegFile<CDR extends RegFile>
The in-memory representation of a registry file's state.
|
Modifier and Type | Class and Description |
---|---|
class |
FreshRegFile
Representation of a registry file that is new (without any instrumentation contents).
|
class |
UpdatableRegFile |
Constructor and Description |
---|
FreshRegFile(RegFile regFile,
CoverageData coverageData) |
Copyright © 2023 OpenClover.org. All rights reserved.