C# 클래스 ZeroInstall.Publish.Capture.CommandMapper

Maps command-lines to the best matching Command.
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
CommandMapper ( [ installationDir, [ commmands ) : System

Creates a new command provider.

비공개 메소드들

메소드 설명
GetCommand ( [ commandLine, [ additionalArgs ) : Command
GetCommandTuple ( string installationDir, Command command, bool escapePath ) : CommandTuple

메소드 상세

CommandMapper() 공개 메소드

Creates a new command provider.
public CommandMapper ( [ installationDir, [ commmands ) : System
installationDir [ The fully qualified path to the installation directory.
commmands [ A list of all known-commands available within the installation directory.
리턴 System