C# Class NekoKun.FileManager

ファイルを表示 Open project: NekoProject/NekoKun

Public Methods

Method Description
ApplyPendingChanges ( ) : void
Find ( string identify ) : AbstractFile
FindAll ( string Keyword ) : NekoKun.NavPoint[]
ForEach ( Action action ) : void
TryFind ( string identify, AbstractFile &file ) : bool

Private Methods

Method Description
AddPendingChange ( AbstractFile file ) : void
Clean ( ) : void
FileManager ( ) : System
OnPendingChangesStatusChanged ( ) : void
Open ( AbstractFile file ) : void
RemovePendingChange ( AbstractFile file ) : void

Method Details

ApplyPendingChanges() public static method

public static ApplyPendingChanges ( ) : void
return void

Find() public static method

public static Find ( string identify ) : AbstractFile
identify string
return AbstractFile

FindAll() public static method

public static FindAll ( string Keyword ) : NekoKun.NavPoint[]
Keyword string
return NekoKun.NavPoint[]

ForEach() public static method

public static ForEach ( Action action ) : void
action Action
return void

TryFind() public static method

public static TryFind ( string identify, AbstractFile &file ) : bool
identify string
file AbstractFile
return bool