C# Class NAnt.SourceControl.Types.CvsFileSet

Inheritance: NAnt.Core.Types.FileSet
Afficher le fichier Open project: skolima/NAnt

Private Properties

Свойство Type Description
AddCvsIgnores void
ScanCvsIgnores void

Méthodes protégées

Méthode Description
Initialize ( ) : void

Initialize the CvsFileSet object and locate the .cvsignore files to add to the exclude list.

Private Methods

Méthode Description
AddCvsIgnores ( FileInfo file, ArrayList ignoreFiles ) : void
ScanCvsIgnores ( DirectoryInfo dir, ArrayList ignoreFiles ) : void

Method Details

Initialize() protected méthode

Initialize the CvsFileSet object and locate the .cvsignore files to add to the exclude list.
protected Initialize ( ) : void
Résultat void