Свойство | Тип | Описание | |
---|---|---|---|
Eof | Entry[] |
Свойство | Тип | Описание | |
---|---|---|---|
IdBufferBlob | byte[] | ||
InitializeDigest | void | ||
LastPathChar | int | ||
ParseEntry | void |
Метод | Описание | |
---|---|---|
back ( int delta ) : void | ||
eof ( ) : bool | ||
first ( ) : bool | ||
getEntryLastModified ( ) : long |
Get the last modified time of this entry.
|
|
getEntryLength ( ) : long |
Get the byte Length of this entry.
|
|
idBuffer ( ) : byte[] | ||
idOffset ( ) : int | ||
next ( int delta ) : void |
Метод | Описание | |
---|---|---|
Init ( Entry list ) : void |
Constructor helper.
|
|
WorkingTreeIterator ( ) : System |
Create a new iterator with no parent.
|
|
WorkingTreeIterator ( |
Create an iterator for a subtree of an existing iterator.
|
|
WorkingTreeIterator ( string prefix ) : System |
Create a new iterator with no parent and a prefix. The prefix path supplied is inserted in front of all paths generated by this iterator. It is intended to be used when an iterator is being created for a subsection of an overall repository and needs to be combined with other iterators that are created to run over the entire repository namespace.
|
Метод | Описание | |
---|---|---|
IdBufferBlob ( Entry entry ) : byte[] | ||
InitializeDigest ( ) : void | ||
LastPathChar ( Entry e ) : int | ||
ParseEntry ( ) : void |
protected Init ( Entry list ) : void | ||
list | Entry | /// Files in the subtree of the work tree this iterator operates on. /// |
Результат | void |
protected WorkingTreeIterator ( |
||
parent | Parent tree iterator. | |
Результат | System |
protected WorkingTreeIterator ( string prefix ) : System | ||
prefix | string | /// Position of this iterator in the repository tree. The value /// may be null or the empty string to indicate the prefix is the /// root of the repository. A trailing slash ('/') is /// automatically appended if the prefix does not end in '/'. /// |
Результат | System |