C# Class VisualCoverage.Core.Util.MikeParser

Mostrar archivo Open project: jsargiot/visual-coverage Class Usage Examples

Public Methods

Method Description
ExcludeFile ( String filename ) : void
ExcludeNamespace ( String ns ) : void
IncludeFile ( String filename ) : void
IncludeNamespace ( String ns ) : void
MikeParser ( ) : System
Parse ( String inputfiles ) : ProjectElement

Private Methods

Method Description
CreateIndexFiles ( DataTable origin, FileElement>.Dictionary dest ) : void
CreateIndexPackages ( ProjectElement project, DataTable origin, PackageElement>.Dictionary dest ) : void
JoinCoverageFiles ( String files ) : CoverageInfo
TestRegex ( string s, string pattern ) : bool

Method Details

ExcludeFile() public method

public ExcludeFile ( String filename ) : void
filename String
return void

ExcludeNamespace() public method

public ExcludeNamespace ( String ns ) : void
ns String
return void

IncludeFile() public method

public IncludeFile ( String filename ) : void
filename String
return void

IncludeNamespace() public method

public IncludeNamespace ( String ns ) : void
ns String
return void

MikeParser() public method

public MikeParser ( ) : System
return System

Parse() public method

public Parse ( String inputfiles ) : ProjectElement
inputfiles String
return VisualCoverage.Core.Elements.ProjectElement