C# 클래스 SenseNet.Packaging.Internal.DirectoryUnpacker

상속: IUnpacker
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
Unpack ( string fsPath ) : IManifest[]

비공개 메소드들

메소드 설명
CretatePackageInfoFromFile ( string descriptionFile ) : PackageInfo
CretatePackageInfoFromName ( string fsPath ) : PackageInfo
IsInContentTypeFolder ( string path ) : bool
ProcessBinaries ( string _packageDir ) : void
TransformFileToContent ( string path ) : string
TreeWalker ( string path ) : void

메소드 상세

Unpack() 공개 메소드

public Unpack ( string fsPath ) : IManifest[]
fsPath string
리턴 IManifest[]