C# Class Bari.Core.Model.SourceSet

A set of source files, belonging to the same set
Inheritance: ISourceSet
Datei anzeigen Open project: vigoo/bari Class Usage Examples

Public Methods

Method Description
Add ( SuiteRelativePath path ) : void

Adds a file to the set

Remove ( SuiteRelativePath path ) : void

Removes a file from the set

SourceSet ( SourceSetType type ) : System.Collections.Generic

Creates an empty source set

Method Details

Add() public method

Adds a file to the set
public Add ( SuiteRelativePath path ) : void
path SuiteRelativePath Path of the file relative to the suite root
return void

Remove() public method

Removes a file from the set
public Remove ( SuiteRelativePath path ) : void
path SuiteRelativePath Path of the file relative to the suite root
return void

SourceSet() public method

Creates an empty source set
public SourceSet ( SourceSetType type ) : System.Collections.Generic
type SourceSetType Type of sources in this set
return System.Collections.Generic