Class: OrigenAppGenerators::EmptyPlugin
- Inherits:
-
Plugin
- Object
- Origen::CodeGenerators::Base
- Base
- Application
- Plugin
- OrigenAppGenerators::EmptyPlugin
- Defined in:
- lib/origen_app_generators/empty_plugin.rb
Overview
Generates a generic plugin shell
Instance Method Summary collapse
- #conclude ⇒ Object
-
#generate_files ⇒ Object
Any methods that are not protected will get invoked in the order they are defined when the generator is run.
Methods inherited from Plugin
Methods inherited from Base
#get_common_user_input, #get_lastest_origen_version, #set_source_paths, #set_type
Instance Method Details
#conclude ⇒ Object
11 12 13 |
# File 'lib/origen_app_generators/empty_plugin.rb', line 11 def conclude puts "New app created at: #{destination_root}" end |
#generate_files ⇒ Object
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_plugin.rb', line 7 def generate_files build_filelist end |