Module: MxxRu::Externals

Defined in:
lib/mxx_ru/externals.rb

Defined Under Namespace

Modules: Impl Classes: ArchiveAsExternals, Git, Hg, Registry, Svn

Constant Summary collapse

EXTERNALS_STORAGE_DIR =
'.externals'

Class Method Summary collapse

Class Method Details

.downloader_option(downloader_id, *values) ⇒ Object



804
805
806
# File 'lib/mxx_ru/externals.rb', line 804

def Externals::downloader_option(downloader_id, *values)
  Impl::WebDownloader.downloader_option(downloader_id, *values)
end

.preffered_downloader(downloader_id) ⇒ Object

class ArchiveAsExternals



800
801
802
# File 'lib/mxx_ru/externals.rb', line 800

def Externals::preffered_downloader(downloader_id)
  Impl::WebDownloader.preffered_downloader(downloader_id)
end