C# 클래스 ZeroInstall.Store.Implementations.ManifestTest

상속: TestWithMocks
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
CreateDotFile ( [ path, [ format, [ handler ) : string

Generates a manifest for a directory in the filesystem and writes the manifest to a file named Manifest.ManifestFile in that directory.

The exact format is specified here: http://0install.net/manifest-spec.html

비공개 메소드들

메소드 설명
GenerateManifest ( string path, ManifestFormat format, ITaskHandler handler ) : Manifest
ShouldHandleSubdirectoriesWithExecutables ( ) : void
ShouldListFilesInSymlinkWithFlagS ( ) : void
ShouldListFilesInXbitWithFlagX ( ) : void
ShouldListNormalWindowsExeWithFlagF ( ) : void
ShouldListNothingForEmptyPackage ( ) : void
ShouldNotFollowDirectorySymlinks ( ) : void
TestCalculateDigest ( ) : void
TestListPaths ( ) : void
TestLoadException ( ) : void
TestSaveLoad ( ) : void
TestToString ( ) : void

메소드 상세

CreateDotFile() 공개 정적인 메소드

Generates a manifest for a directory in the filesystem and writes the manifest to a file named Manifest.ManifestFile in that directory.
The exact format is specified here: http://0install.net/manifest-spec.html
A problem occurs while writing the file.
public static CreateDotFile ( [ path, [ format, [ handler ) : string
path [ The path of the directory to analyze.
format [ The format of the manifest (which file details are listed, which digest method is used, etc.).
handler [ A callback object used when the the user is to be informed about progress.
리턴 string