C# Class Zetbox.Server.BootstrapperService

Inheritance: IBootstrapperService
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
BootstrapperService ( ZetboxConfig config ) : System
GetFile ( string path ) : Stream
GetFileInfos ( ) : FileInfo[]
GetFilePath ( string path ) : string

Private Methods

Méthode Description
InspectFile ( string baseDir, string root, string f ) : FileInfo
RelativePath ( string root, string target ) : string

Make a relative path from root to target, provided that target is a subdirectory of root.

ResolveConfigPath ( string dir ) : string

Method Details

BootstrapperService() public méthode

public BootstrapperService ( ZetboxConfig config ) : System
config Zetbox.API.Configuration.ZetboxConfig
Résultat System

GetFile() public méthode

public GetFile ( string path ) : Stream
path string
Résultat Stream

GetFileInfos() public méthode

public GetFileInfos ( ) : FileInfo[]
Résultat FileInfo[]

GetFilePath() public méthode

public GetFilePath ( string path ) : string
path string
Résultat string