C# Class SchemamaticCli, versaplex

Mostrar archivo Open project: apenwarr/versaplex

Public Methods

Method Description
Main ( string args ) : int
_Main ( string args ) : int
pascalgen_Main ( List extra, string>.Dictionary global_syms, string outfile ) : int

Private Methods

Method Description
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

Method Details

Main() public static method

public static Main ( string args ) : int
args string
return int

_Main() public static method

public static _Main ( string args ) : int
args string
return int

pascalgen_Main() public static method

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