C# Class SenseNet.Packaging.Internal.DirectoryUnpacker

Inheritance: IUnpacker
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
Unpack ( string fsPath ) : IManifest[]

Private Methods

Méthode Description
CretatePackageInfoFromFile ( string descriptionFile ) : PackageInfo
CretatePackageInfoFromName ( string fsPath ) : PackageInfo
IsInContentTypeFolder ( string path ) : bool
ProcessBinaries ( string _packageDir ) : void
TransformFileToContent ( string path ) : string
TreeWalker ( string path ) : void

Method Details

Unpack() public méthode

public Unpack ( string fsPath ) : IManifest[]
fsPath string
Résultat IManifest[]