C# 클래스 SchemamaticCli, versaplex

파일 보기 프로젝트 열기: apenwarr/versaplex

공개 메소드들

메소드 설명
Main ( string args ) : int
_Main ( string args ) : int
pascalgen_Main ( List extra, string>.Dictionary global_syms, string outfile ) : int

비공개 메소드들

메소드 설명
ApplyFiles ( string files, ISchemaBackend remote, VxCopyOpts opts ) : int
FixLine ( string line ) : string
GetBackend ( WvUrl url ) : ISchemaBackend
ParseCommand ( string line ) : Command,
ParseCommands ( string command_strs ) : IEnumerable
ShowHelp ( ) : int
do_dpull ( ISchemaBackend remote, string dir, VxCopyOpts opts ) : int
do_dpush ( ISchemaBackend remote, string dir, VxCopyOpts opts ) : int
do_pascalgen ( string classname, string dir, string>.Dictionary global_syms, string outfile ) : void
do_pull ( ISchemaBackend remote, string dir, VxCopyOpts opts ) : int
do_push ( ISchemaBackend remote, string dir, VxCopyOpts opts ) : int

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : int
args string
리턴 int

_Main() 공개 정적인 메소드

public static _Main ( string args ) : int
args string
리턴 int

pascalgen_Main() 공개 정적인 메소드

public static pascalgen_Main ( List extra, string>.Dictionary global_syms, string outfile ) : int
extra List
global_syms string>.Dictionary
outfile string
리턴 int