C# Class ErlangEditor.ReleaseProxy.ReleaseCore

显示文件 Open project: xdusongwei/ErlangEditor

Public Methods

Method Description
MakeScript ( IEnumerable aApps, bool aLocal ) : void
MakeTar ( string aLibPath, IEnumerable aApps ) : void

Method Details

MakeScript() public method

public MakeScript ( IEnumerable aApps, bool aLocal ) : void
aApps IEnumerable
aLocal bool
return void

MakeTar() public method

public MakeTar ( string aLibPath, IEnumerable aApps ) : void
aLibPath string
aApps IEnumerable
return void