81
87
public int execute_with_file (string id, string file_path) {
82
88
ContractFileInfo contract = cfs.get_contracts_for_id (id)[0];
87
98
public GenericContract[] list_all_contracts () {
88
99
var cts = cfs.list_all_contracts ();
89
100
return cfs.to_GenericContract_arr (cts);
104
return AppInfo.create_from_commandline (exec_str, null, AppInfoCreateFlags.SUPPORTS_URIS).launch_uris(uris, null);
92
111
/* starts the contractor goodnes
93
112
creates a new Bus and enters the main loops