C# 클래스 ArgParser, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
ArgParser ( String switchSymbols ) : System
ArgParser ( String switchSymbols, Boolean caseSensitiveSwitches ) : System
ArgParser ( String switchSymbols, Boolean caseSensitiveSwitches, String switchChars ) : System
OnUsage ( String errorInfo ) : void
Parse ( ) : Boolean
Parse ( String args ) : Boolean

보호된 메소드들

메소드 설명
OnDoneParse ( ) : SwitchStatus
OnNonSwitch ( String value ) : SwitchStatus
OnSwitch ( String switchSymbol, String switchValue ) : SwitchStatus

메소드 상세

ArgParser() 공개 메소드

public ArgParser ( String switchSymbols ) : System
switchSymbols String
리턴 System

ArgParser() 공개 메소드

public ArgParser ( String switchSymbols, Boolean caseSensitiveSwitches ) : System
switchSymbols String
caseSensitiveSwitches Boolean
리턴 System

ArgParser() 공개 메소드

public ArgParser ( String switchSymbols, Boolean caseSensitiveSwitches, String switchChars ) : System
switchSymbols String
caseSensitiveSwitches Boolean
switchChars String
리턴 System

OnDoneParse() 보호된 메소드

protected OnDoneParse ( ) : SwitchStatus
리턴 SwitchStatus

OnNonSwitch() 보호된 메소드

protected OnNonSwitch ( String value ) : SwitchStatus
value String
리턴 SwitchStatus

OnSwitch() 보호된 메소드

protected OnSwitch ( String switchSymbol, String switchValue ) : SwitchStatus
switchSymbol String
switchValue String
리턴 SwitchStatus

OnUsage() 공개 추상적인 메소드

public abstract OnUsage ( String errorInfo ) : void
errorInfo String
리턴 void

Parse() 공개 메소드

public Parse ( ) : Boolean
리턴 Boolean

Parse() 공개 메소드

public Parse ( String args ) : Boolean
args String
리턴 Boolean