Метод | Описание | |
---|---|---|
ObjectDirectory ( |
Initialize a reference to an on-disk object directory.
|
|
OpenObjectInAllPacksImplementation ( ICollection |
||
ToString ( ) : string | ||
closeSelf ( ) : void | ||
create ( ) : void | ||
exists ( ) : bool | ||
fileFor ( AnyObjectId objectId ) : |
Compute the location of a loose object file.
|
|
getDirectory ( ) : |
Gets the location of the
|
|
hasObject1 ( AnyObjectId objectId ) : bool | ||
hasObject2 ( string objectName ) : bool | ||
openObject1 ( GitSharp.Core.WindowCursor curs, AnyObjectId objectId ) : GitSharp.Core.ObjectLoader | ||
openObject2 ( GitSharp.Core.WindowCursor curs, string objectName, AnyObjectId objectId ) : GitSharp.Core.ObjectLoader | ||
openPack ( |
Add a single existing pack to the list of available pack files.
|
|
tryAgain1 ( ) : bool |
Метод | Описание | |
---|---|---|
loadAlternates ( ) : GitSharp.Core.ObjectDatabase[] |
Метод | Описание | |
---|---|---|
InsertPack ( PackFile pf ) : void | ||
Open ( |
||
RemovePack ( PackFile deadPack ) : void | ||
ReuseMap ( PackList old ) : PackFile>.Dictionary |
||
ScanPacks ( PackList original ) : PackList | ||
ScanPacksImpl ( PackList old ) : PackList | ||
fileFor ( string objectName ) : |
||
indexOf ( PackFile list, PackFile pack ) : int | ||
listPackDirectory ( ) : HashSet |
||
openAlternate ( |
||
openAlternate ( string location ) : |
public ObjectDirectory ( |
||
dir | the location of the objects directory. |
|
alternateObjectDir | a list of alternate object directories | |
Результат | System |
public OpenObjectInAllPacksImplementation ( ICollection |
||
@out | ICollection |
|
windowCursor | GitSharp.Core.WindowCursor | |
objectId | AnyObjectId | |
Результат | void |
public fileFor ( AnyObjectId objectId ) : |
||
objectId | AnyObjectId | Identity of the loose object to map to the directory. |
Результат |
public getDirectory ( ) : |
||
Результат |
public hasObject1 ( AnyObjectId objectId ) : bool | ||
objectId | AnyObjectId | |
Результат | bool |
public hasObject2 ( string objectName ) : bool | ||
objectName | string | |
Результат | bool |
protected loadAlternates ( ) : GitSharp.Core.ObjectDatabase[] | ||
Результат | GitSharp.Core.ObjectDatabase[] |
public openObject1 ( GitSharp.Core.WindowCursor curs, AnyObjectId objectId ) : GitSharp.Core.ObjectLoader | ||
curs | GitSharp.Core.WindowCursor | |
objectId | AnyObjectId | |
Результат | GitSharp.Core.ObjectLoader |
public openObject2 ( GitSharp.Core.WindowCursor curs, string objectName, AnyObjectId objectId ) : GitSharp.Core.ObjectLoader | ||
curs | GitSharp.Core.WindowCursor | |
objectName | string | |
objectId | AnyObjectId | |
Результат | GitSharp.Core.ObjectLoader |
public openPack ( |
||
pack | Path of the pack file to open. | |
idx | Path of the corresponding index file. | |
Результат | void |