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

Provides helper methods for dealing with Recipes.
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
Apply ( [ step, [ workingDir ) : void

Applies a RemoveStep to a TemporaryDirectory.

Apply ( [ step, [ localPath, [ workingDir, [ handler ) : void

Applies a SingleFile to a TemporaryDirectory.

Apply ( [ step, [ localPath, [ workingDir, [ handler, [ tag = null ) : void

Applies a Archive to a TemporaryDirectory.

비공개 메소드들

메소드 설명
Apply ( [ recipe, [ downloadedFiles, [ handler, [ tag = null ) : TemporaryDirectory
Apply ( [ step, [ downloadedFile, [ workingDir ) : void

메소드 상세

Apply() 공개 정적인 메소드

Applies a RemoveStep to a TemporaryDirectory.
A path specified in is illegal.
public static Apply ( [ step, [ workingDir ) : void
step [ The to apply.
workingDir [ The to apply the changes to.
리턴 void

Apply() 공개 정적인 메소드

Applies a SingleFile to a TemporaryDirectory.
A path specified in is illegal.
public static Apply ( [ step, [ localPath, [ workingDir, [ handler ) : void
step [ The to apply.
localPath [ The local path of the file.
workingDir [ The to apply the changes to.
handler [ A callback object used when the the user needs to be informed about progress.
리턴 void

Apply() 공개 정적인 메소드

Applies a Archive to a TemporaryDirectory.
A path specified in is illegal.
public static Apply ( [ step, [ localPath, [ workingDir, [ handler, [ tag = null ) : void
step [ The to apply.
localPath [ The local path of the archive.
workingDir [ The to apply the changes to.
handler [ A callback object used when the the user needs to be informed about progress.
tag [ The tag used by ; can be null.
리턴 void