Method | Description | |
---|---|---|
DirCacheEditor ( |
Construct a new editor.
|
|
add ( PathEdit edit ) : void |
Append one edit command to the list of commands to be applied.
|
|
commit ( ) : bool | ||
finish ( ) : void |
Method | Description | |
---|---|---|
ApplyEdits ( ) : void |
public DirCacheEditor ( |
||
dirCache | /// The cache this editor will eventually update. /// | |
entryCount | int | /// Estimated number of entries the editor will have upon /// completion. This sizes the initial entry table. /// |
return | System |
public add ( PathEdit edit ) : void | ||
edit | PathEdit | Another edit command. |
return | void |