Property | Type | Description | |
---|---|---|---|
activities | Queue |
||
positive | bool | ||
watcher | FileSystemWatcher |
Property | Type | Description | |
---|---|---|---|
ClearActivities | void | ||
CreateActivity | void | ||
CreateActivity | void | ||
FoldersRow | |||
GetExcludeFiltersRows | ExcludeFiltersRow[] | ||
GetIncludeFiltersRows | IncludeFiltersRow[] | ||
OnChanged | void | ||
OnCreated | void | ||
OnDeleted | void | ||
OnRenamed | void | ||
RunningOutOfSpace | bool |
Method | Description | |
---|---|---|
AddActivity ( Activity activity ) : void | ||
ClearExcludes ( ) : void | ||
ClearIncludes ( ) : void | ||
GetPositiveActivitiesCount ( ) : int | ||
HasWatcher ( FileSystemWatcher w ) : bool | ||
Init ( ) : void | ||
PassesFilters ( string path, |
||
PassesLocalExcludes ( string path, |
||
PassesLocalFilters ( string path, |
||
PassesLocalIncludes ( string path, |
||
PrepareRefreshMessage ( ) : XRefresh.Server.ServerMessageRefresh | ||
Start ( ) : void | ||
Stop ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CreateWatcher ( ) : FileSystemWatcher |
Method | Description | |
---|---|---|
ClearActivities ( ) : void | ||
CreateActivity ( object source, ActivityType type, string path1 ) : void | ||
CreateActivity ( object source, ActivityType type, string path1, string path2 ) : void | ||
FoldersRow ( global rb ) | ||
GetExcludeFiltersRows ( ) : ExcludeFiltersRow[] | ||
GetIncludeFiltersRows ( ) : IncludeFiltersRow[] | ||
OnChanged ( object source, FileSystemEventArgs e ) : void | ||
OnCreated ( object source, FileSystemEventArgs e ) : void | ||
OnDeleted ( object source, FileSystemEventArgs e ) : void | ||
OnRenamed ( object source, RenamedEventArgs e ) : void | ||
RunningOutOfSpace ( ) : bool |
public AddActivity ( Activity activity ) : void | ||
activity | Activity | |
return | void |
protected CreateWatcher ( ) : FileSystemWatcher | ||
return | FileSystemWatcher |
public HasWatcher ( FileSystemWatcher w ) : bool | ||
w | FileSystemWatcher | |
return | bool |
public PassesFilters ( string path, |
||
path | string | |
reason | ||
return | bool |
public PassesLocalExcludes ( string path, |
||
path | string | |
reason | ||
return | bool |
public PassesLocalFilters ( string path, |
||
path | string | |
reason | ||
return | bool |
public PassesLocalIncludes ( string path, |
||
path | string | |
reason | ||
return | bool |
public PrepareRefreshMessage ( ) : XRefresh.Server.ServerMessageRefresh | ||
return | XRefresh.Server.ServerMessageRefresh |