C# Class _3PA.MainFeatures.ShareExportConf

Mostrar archivo Open project: jcaillon/3P

Public Methods

Method Description
IsFileExportedConf ( string filePath ) : bool

Returns true if the file is a configuration file listed here

StartCheckingForUpdates ( ) : void

ASYNC - Call this method to start checking for updates every xx min, also check once immediatly

TryToImportFile ( string filePath ) : bool

Try to import the given configuration file

UpdateList ( string distantShareDirectory ) : void

Update the information of the conf list, using the given share directory

Private Methods

Method Description
DoDelete ( ConfLine conf ) : void
DoFetch ( ConfLine conf ) : void
DoPush ( ConfLine conf ) : void
ImportKeywords ( ConfLine conf ) : void

Method Details

IsFileExportedConf() public static method

Returns true if the file is a configuration file listed here
public static IsFileExportedConf ( string filePath ) : bool
filePath string
return bool

StartCheckingForUpdates() public static method

ASYNC - Call this method to start checking for updates every xx min, also check once immediatly
public static StartCheckingForUpdates ( ) : void
return void

TryToImportFile() public static method

Try to import the given configuration file
public static TryToImportFile ( string filePath ) : bool
filePath string
return bool

UpdateList() public static method

Update the information of the conf list, using the given share directory
public static UpdateList ( string distantShareDirectory ) : void
distantShareDirectory string
return void