Module: VagrantPlugins::QEMU

Defined in:
lib/vagrant-qemu.rb,
lib/vagrant-qemu/action.rb,
lib/vagrant-qemu/config.rb,
lib/vagrant-qemu/driver.rb,
lib/vagrant-qemu/errors.rb,
lib/vagrant-qemu/plugin.rb,
lib/vagrant-qemu/version.rb,
lib/vagrant-qemu/provider.rb,
lib/vagrant-qemu/util/timer.rb,
lib/vagrant-qemu/action/import.rb,
lib/vagrant-qemu/action/destroy.rb,
lib/vagrant-qemu/action/read_state.rb,
lib/vagrant-qemu/action/stop_instance.rb,
lib/vagrant-qemu/action/warn_networks.rb,
lib/vagrant-qemu/action/start_instance.rb,
lib/vagrant-qemu/action/message_not_created.rb,
lib/vagrant-qemu/action/message_already_created.rb,
lib/vagrant-qemu/action/message_will_not_destroy.rb,
lib/vagrant-qemu/action/prepare_forwarded_port_collision_params.rb

Defined Under Namespace

Modules: Action, Errors, Util Classes: Config, Driver, Plugin, Provider

Constant Summary collapse

VERSION =
'0.3.1'

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-qemu.rb', line 14

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end