C# 클래스 OpenCover.Framework.Persistance.FilePersistance

Simple file persistence of the model
상속: BasePersistance
파일 보기 프로젝트 열기: OpenCover/opencover 1 사용 예제들

공개 메소드들

메소드 설명
Commit ( ) : void

we are done and the data needs one last clean up

FilePersistance ( ICommandLine commandLine, log4net.ILog logger ) : System

Construct a file persistence object

Initialise ( string fileName, bool loadExisting ) : bool

Initialise the file persistence

비공개 메소드들

메소드 설명
HandleFileAccess ( System.Action loadFile, string fileName ) : bool
LoadCoverageFile ( ) : void
SaveCoverageFile ( ) : bool

메소드 상세

Commit() 공개 메소드

we are done and the data needs one last clean up
public Commit ( ) : void
리턴 void

FilePersistance() 공개 메소드

Construct a file persistence object
public FilePersistance ( ICommandLine commandLine, log4net.ILog logger ) : System
commandLine ICommandLine
logger log4net.ILog
리턴 System

Initialise() 공개 메소드

Initialise the file persistence
public Initialise ( string fileName, bool loadExisting ) : bool
fileName string The filename to save to
loadExisting bool
리턴 bool