C# Class FolderLib.FolderProcessor

Exibir arquivo Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
CompleteSych ( int notToWrite ) : bool
FolderProcessor ( ) : System
FolderProcessor ( IFolderHandler folderHandler, IFileHandler fileHandler ) : System
GetDifferences ( string path, string pattern ) : Dictionary>
PrepareSynch ( string path, string pattern ) : bool

Private Methods

Method Description
FileHandlerBuilder ( ) : void

Method Details

CompleteSych() public method

public CompleteSych ( int notToWrite ) : bool
notToWrite int
return bool

FolderProcessor() public method

public FolderProcessor ( ) : System
return System

FolderProcessor() public method

public FolderProcessor ( IFolderHandler folderHandler, IFileHandler fileHandler ) : System
folderHandler IFolderHandler
fileHandler IFileHandler
return System

GetDifferences() public method

public GetDifferences ( string path, string pattern ) : Dictionary>
path string
pattern string
return Dictionary>

PrepareSynch() public method

public PrepareSynch ( string path, string pattern ) : bool
path string
pattern string
return bool