class Origen::Application::CommandDispatcher

Public Instance Methods

snapshots_exist?() click to toggle source

Returns true if some pre-built workspace snaphots exist. The location of these is defined by the configuration attribute config.snapshots_directory

# File lib/origen/application/command_dispatcher.rb, line 7
def snapshots_exist?
  File.exist?(Origen.config.snapshots_directory)
end