Class: Buildr::AS3::Toolkits::ApparatToolkit
- Inherits:
-
ZipToolkiteBase
- Object
- ZipToolkiteBase
- Buildr::AS3::Toolkits::ApparatToolkit
- Defined in:
- lib/buildr/as3/toolkits/apparat.rb
Instance Attribute Summary collapse
-
#asm_swc ⇒ Object
readonly
Returns the value of attribute asm_swc.
-
#asmifier ⇒ Object
readonly
Returns the value of attribute asmifier.
-
#concrete ⇒ Object
readonly
Returns the value of attribute concrete.
-
#coverage ⇒ Object
readonly
Returns the value of attribute coverage.
-
#dump ⇒ Object
readonly
Returns the value of attribute dump.
-
#ersatz_swc ⇒ Object
readonly
Returns the value of attribute ersatz_swc.
-
#home ⇒ Object
readonly
Returns the value of attribute home.
-
#jitb ⇒ Object
readonly
Returns the value of attribute jitb.
-
#lzma_decoder_swc ⇒ Object
readonly
Returns the value of attribute lzma_decoder_swc.
-
#reducer ⇒ Object
readonly
Returns the value of attribute reducer.
-
#scala_home ⇒ Object
readonly
Returns the value of attribute scala_home.
-
#stripper ⇒ Object
readonly
Returns the value of attribute stripper.
-
#tdsi ⇒ Object
readonly
Returns the value of attribute tdsi.
Instance Method Summary collapse
-
#initialize(version) ⇒ ApparatToolkit
constructor
A new instance of ApparatToolkit.
-
#invoke ⇒ Object
:nodoc:.
Methods inherited from ZipToolkiteBase
Constructor Details
#initialize(version) ⇒ ApparatToolkit
Returns a new instance of ApparatToolkit.
30 31 32 33 34 35 36 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 30 def initialize(version) @version = version @spec = "com.googlecode:apparat-bin:zip:#{@version}" @zip = Buildr.artifact(@spec) @zip_destination = File.join(File.dirname(@zip.to_s), "apparat-#{@version}", "apparat-#{@version}") generate_paths @zip_destination, @version end |
Instance Attribute Details
#asm_swc ⇒ Object (readonly)
Returns the value of attribute asm_swc.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def asm_swc @asm_swc end |
#asmifier ⇒ Object (readonly)
Returns the value of attribute asmifier.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def asmifier @asmifier end |
#concrete ⇒ Object (readonly)
Returns the value of attribute concrete.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def concrete @concrete end |
#coverage ⇒ Object (readonly)
Returns the value of attribute coverage.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def coverage @coverage end |
#dump ⇒ Object (readonly)
Returns the value of attribute dump.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def dump @dump end |
#ersatz_swc ⇒ Object (readonly)
Returns the value of attribute ersatz_swc.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def ersatz_swc @ersatz_swc end |
#home ⇒ Object (readonly)
Returns the value of attribute home.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def home @home end |
#jitb ⇒ Object (readonly)
Returns the value of attribute jitb.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def jitb @jitb end |
#lzma_decoder_swc ⇒ Object (readonly)
Returns the value of attribute lzma_decoder_swc.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def lzma_decoder_swc @lzma_decoder_swc end |
#reducer ⇒ Object (readonly)
Returns the value of attribute reducer.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def reducer @reducer end |
#scala_home ⇒ Object (readonly)
Returns the value of attribute scala_home.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def scala_home @scala_home end |
#stripper ⇒ Object (readonly)
Returns the value of attribute stripper.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def stripper @stripper end |
#tdsi ⇒ Object (readonly)
Returns the value of attribute tdsi.
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def tdsi @tdsi end |
Instance Method Details
#invoke ⇒ Object
:nodoc:
38 39 40 41 42 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 38 def invoke #:nodoc: @url ||= generate_url_from_version @version super self end |