Class: EC2::Platform::Solaris::Tar::Command

Inherits:
Linux::Tar::Command show all
Defined in:
lib/ec2/platform/solaris/tar.rb

Constant Summary collapse

EXECUTABLE =
EC2::Platform::Solaris::Constants::Utility::TAR

Instance Method Summary collapse

Methods inherited from Linux::Tar::Command

#add, #archive, #bzip2, #chdir, #create, #dereference, #diff, #expand, #extract, #group, #gzip, #owner, #sparse, #update, #verbose, #version

Constructor Details

#initialize(e = EXECUTABLE) ⇒ Command

Returns a new instance of Command.



19
20
21
# File 'lib/ec2/platform/solaris/tar.rb', line 19

def initialize(e=EXECUTABLE)
  super e
end