Class: OutofplaceCommand

Inherits:
FileCommand show all
Defined in:
lib/file_command.rb

Direct Known Subclasses

CDO_cmd, NCCOPY_COMPRESS_cmd

Instance Method Summary collapse

Methods inherited from FileCommand

#run

Instance Method Details

#cmd_txt(infiles, outfile) ⇒ Object

[View source]

65
66
67
# File 'lib/file_command.rb', line 65

def cmd_txt(infiles, outfile)
  cmd_txt_outofplace(infiles, outfile)
end

#inplace?Boolean

Returns:

  • (Boolean)
[View source]

60
61
62
# File 'lib/file_command.rb', line 60

def inplace?
  false
end