Class: Vagrant::Hosts::Windows

Inherits:
Base
  • Object
show all
Defined in:
lib/vagrant/hosts/windows.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Base

#initialize, #nfs_export, #nfs_prune, precedence

Constructor Details

This class inherits a constructor from Vagrant::Hosts::Base

Class Method Details

.match?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/vagrant/hosts/windows.rb', line 6

def self.match?
  Util::Platform.windows?
end

Instance Method Details

#nfs?Boolean

Windows does not support NFS

Returns:

  • (Boolean)


11
12
13
# File 'lib/vagrant/hosts/windows.rb', line 11

def nfs?
  false
end