Example #1
0
 def __init__(self, config, task_engine=None):
     AbstractCommand.__init__(self, command_name='freeline_build_command')
     self._config = config
     self._task_engine = task_engine
     self._project_type = None
     self._dispatch_policy = None
     self._builder = None
     self._scan_command = None
     self._build_command = None
     self._setup()
Example #2
0
 def __init__(self, config, task_engine=None):
     AbstractCommand.__init__(self, command_name='freeline_build_command')
     self._config = config
     self._task_engine = task_engine
     self._project_type = None
     self._dispatch_policy = None
     self._builder = None
     self._scan_command = None
     self._build_command = None
     self._setup()
Example #3
0
 def __init__(self, cache_dir):
     AbstractCommand.__init__(self, 'clean_all_cache_command')
     from android_tools import CleanAllCacheTask
     self._invoker = CleanAllCacheTask(cache_dir)
Example #4
0
 def __init__(self):
     AbstractCommand.__init__(self, 'quick_scan_command')
Example #5
0
 def __init__(self):
     AbstractCommand.__init__(self, 'quick_scan_command')
Example #6
0
 def __init__(self, cache_dir):
     AbstractCommand.__init__(self, 'clean_all_cache_command')
     from android_tools import CleanAllCacheTask
     self._invoker = CleanAllCacheTask(cache_dir)
Example #7
0
 def __init__(self):
     AbstractCommand.__init__(self, command_name='scan_changed_files_command')
Example #8
0
 def __init__(self):
     AbstractCommand.__init__(self,
                              command_name='scan_changed_files_command')