Class RR::UninstallRunner
In: lib/rubyrep/uninstall_runner.rb
Parent: Object

This class implements the functionality of the ‘uninstall’ command.

Methods

Attributes

options  [RW]  Provided options. Possible values:
  • +:config_file+: path to config file

Public Class methods

Entry points for executing a processing run. args: the array of command line options that were provided by the user.

Public Instance methods

Removes all rubyrep created database objects.

Parses the given command line parameter array. Returns the status (as per UNIX conventions: 1 if parameters were invalid, 0 otherwise)

Returns the active Session. Loads config file and creates session if necessary.

[Validate]