Class: OrigenAppGenerators::EmptyApplication

Inherits:
Application
  • Object
show all
Defined in:
lib/origen_app_generators/empty_application.rb

Overview

Generates a generic application shell

Instance Method Summary collapse

Methods inherited from Base

#get_common_user_input, #get_lastest_origen_version, #set_source_paths, #set_type

Instance Method Details

#concludeObject



11
12
13
# File 'lib/origen_app_generators/empty_application.rb', line 11

def conclude
  puts "New app created at: #{destination_root}"
end

#generate_filesObject

Any methods that are not protected will get invoked in the order they are defined when the generator is run



7
8
9
# File 'lib/origen_app_generators/empty_application.rb', line 7

def generate_files
  build_filelist
end