Class/Module Index [+]

Quicksearch

Facter::Util::Partitions

Constants

IMPLEMENTATIONS

Public Class Methods

available?() click to toggle source
# File lib/facter/util/partitions.rb, line 38
def self.available?
  !self.list.empty?
end
filesystem(partition) click to toggle source
# File lib/facter/util/partitions.rb, line 34
def self.filesystem(partition)
  implementation.filesystem(partition)
end
implementation() click to toggle source
# File lib/facter/util/partitions.rb, line 14
def self.implementation
  IMPLEMENTATIONS[Facter.fact(:kernel).value] || NoImplementation
end
list() click to toggle source
# File lib/facter/util/partitions.rb, line 18
def self.list
  implementation.list
end
mount(partition) click to toggle source
# File lib/facter/util/partitions.rb, line 30
def self.mount(partition)
  implementation.mount(partition)
end
size(partition) click to toggle source
# File lib/facter/util/partitions.rb, line 26
def self.size(partition)
  implementation.size(partition)
end
uuid(partition) click to toggle source
# File lib/facter/util/partitions.rb, line 22
def self.uuid(partition)
  implementation.uuid(partition)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.