C# Class PsGet.Services.XmlSourceStore

Inheritance: InMemorySourceStore
Exibir arquivo Open project: anurse/PS-Get Class Usage Examples

Public Methods

Method Description
Save ( ) : void
XmlSourceStore ( string rootPath, string fileName ) : System

Private Methods

Method Description
Create ( string dataRoot ) : XmlSourceStore
CreateMachine ( ) : XmlSourceStore
CreateUser ( ) : XmlSourceStore
LoadFromFile ( ) : void
XmlSourceStore ( PsGet.Abstractions.IFileSystem fs, string fileName ) : System

Method Details

Save() public method

public Save ( ) : void
return void

XmlSourceStore() public method

public XmlSourceStore ( string rootPath, string fileName ) : System
rootPath string
fileName string
return System