C# Class OpenHome.Git.TreeModifiable

Inheritance: ITreeModifiable
Mostrar archivo Open project: openhome/ohGit Class Usage Examples

Private Properties

Property Type Description
CheckAdd void
CheckDelete void
CheckWritten void
TreeModifiable System
Write ITree

Public Methods

Method Description
AddBlob ( byte aContents, string aName, string aMode ) : void
AddTree ( string aName, string aMode ) : ITreeModifiable
ChangeMode ( string aName, string aMode ) : void
Delete ( string aName ) : void
ModifyBlob ( byte aContents, string aName ) : void
ModifyTree ( string aName ) : ITreeModifiable

Protected Methods

Method Description
Find ( string aName ) : ITreeEntry

Private Methods

Method Description
CheckAdd ( string aName ) : void
CheckDelete ( string aName ) : void
CheckWritten ( ) : void
TreeModifiable ( Repository aRepository, ITree aTree ) : System
Write ( ) : ITree

Method Details

AddBlob() public method

public AddBlob ( byte aContents, string aName, string aMode ) : void
aContents byte
aName string
aMode string
return void

AddTree() public method

public AddTree ( string aName, string aMode ) : ITreeModifiable
aName string
aMode string
return ITreeModifiable

ChangeMode() public method

public ChangeMode ( string aName, string aMode ) : void
aName string
aMode string
return void

Delete() public method

public Delete ( string aName ) : void
aName string
return void

Find() protected method

protected Find ( string aName ) : ITreeEntry
aName string
return ITreeEntry

ModifyBlob() public method

public ModifyBlob ( byte aContents, string aName ) : void
aContents byte
aName string
return void

ModifyTree() public method

public ModifyTree ( string aName ) : ITreeModifiable
aName string
return ITreeModifiable