C# 클래스 Net.Sf.Dbdeploy.OptionsManager

Manages all options for the command line.
파일 보기 프로젝트 열기: brunomlopes/dbdeploy.net

공개 메소드들

메소드 설명
ParseOptions ( string args ) : Net.Sf.Dbdeploy.Configuration.DbDeploymentsConfig

Parses the specified args into a deployments configuration.

PrintUsage ( ) : void

Prints the options usage.

비공개 메소드들

메소드 설명
Initialize ( DbDeployConfig config, Net.Sf.Dbdeploy.ConfigFileInfo configFile ) : OptionSet

Initializes the specified config.

StripQuotes ( string value ) : string

Strips the quotes from around the value.

메소드 상세

ParseOptions() 공개 정적인 메소드

Parses the specified args into a deployments configuration.
Throws when unknown or invalid parameters are found.
public static ParseOptions ( string args ) : Net.Sf.Dbdeploy.Configuration.DbDeploymentsConfig
args string The args.
리턴 Net.Sf.Dbdeploy.Configuration.DbDeploymentsConfig

PrintUsage() 공개 정적인 메소드

Prints the options usage.
public static PrintUsage ( ) : void
리턴 void