Class: LFD::App

Inherits:
Object
  • Object
show all
Includes:
FileUtils, Build, Env, Init, Run, Setup
Defined in:
lib/lfd/app.rb

Instance Attribute Summary

Attributes included from Build

#info

Instance Method Summary collapse

Methods included from Run

#check_tracelog_config, #run

Methods included from Build

#build, #release

Methods included from Init

#example_config_file, #init

Methods included from Setup

#setup

Methods included from Env

#check_cmd, #check_flash_player, #check_flex_sdk, #compc, #compc_path, #compc_ready?, #env, #executable?, #executable_path, #flash_player, #flash_player_path, #flash_player_ready?, #flex_sdk_ready?, #mm_cfg, #mxmlc, #mxmlc_path, #mxmlc_ready?, #trace_log_file

Instance Method Details

#clean(opt = {}) ⇒ Object

subcommand: clean



46
47
48
49
# File 'lib/lfd/app.rb', line 46

def clean(opt={})
  rm_f CONFIG_FILE
  rmdir %w(bin lib src tmp)
end

#testObject

subcommand: test



39
40
41
42
# File 'lib/lfd/app.rb', line 39

def test
  build
  run
end