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)
-
- (Object) asm_swc
readonly
Returns the value of attribute asm_swc.
-
- (Object) asmifier
readonly
Returns the value of attribute asmifier.
-
- (Object) concrete
readonly
Returns the value of attribute concrete.
-
- (Object) coverage
readonly
Returns the value of attribute coverage.
-
- (Object) dump
readonly
Returns the value of attribute dump.
-
- (Object) ersatz_swc
readonly
Returns the value of attribute ersatz_swc.
-
- (Object) home
readonly
Returns the value of attribute home.
-
- (Object) jitb
readonly
Returns the value of attribute jitb.
-
- (Object) lzma_decoder_swc
readonly
Returns the value of attribute lzma_decoder_swc.
-
- (Object) reducer
readonly
Returns the value of attribute reducer.
-
- (Object) scala_home
readonly
Returns the value of attribute scala_home.
-
- (Object) stripper
readonly
Returns the value of attribute stripper.
-
- (Object) tdsi
readonly
Returns the value of attribute tdsi.
Instance Method Summary (collapse)
-
- (ApparatToolkit) initialize(version)
constructor
A new instance of ApparatToolkit.
-
- (Object) invoke
:nodoc:.
Methods inherited from ZipToolkiteBase
Constructor Details
- (ApparatToolkit) initialize(version)
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
- (Object) asm_swc (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 |
- (Object) asmifier (readonly)
Returns the value of attribute asmifier
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def asmifier @asmifier end |
- (Object) concrete (readonly)
Returns the value of attribute concrete
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def concrete @concrete end |
- (Object) coverage (readonly)
Returns the value of attribute coverage
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def coverage @coverage end |
- (Object) dump (readonly)
Returns the value of attribute dump
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def dump @dump end |
- (Object) ersatz_swc (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 |
- (Object) home (readonly)
Returns the value of attribute home
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def home @home end |
- (Object) jitb (readonly)
Returns the value of attribute jitb
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def jitb @jitb end |
- (Object) lzma_decoder_swc (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 |
- (Object) reducer (readonly)
Returns the value of attribute reducer
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def reducer @reducer end |
- (Object) scala_home (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 |
- (Object) stripper (readonly)
Returns the value of attribute stripper
26 27 28 |
# File 'lib/buildr/as3/toolkits/apparat.rb', line 26 def stripper @stripper end |
- (Object) tdsi (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
- (Object) invoke
: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 |