Module: Naether
- Defined in:
- lib/naether.rb,
lib/naether/java.rb,
lib/naether/maven.rb,
lib/naether/runtime.rb,
lib/naether/notation.rb,
lib/naether/java/ruby.rb,
lib/naether/java/jruby.rb,
lib/naether/configuration.rb
Defined Under Namespace
Classes: s Configurat, s Ja, s Mav, s Notati, s Runti
Class Method Summary
(collapse)
Class Method Details
+ (Object) create
57
58
59
60
61
62
|
# File 'lib/naether.rb', line 57
s( jars )
create
end
def create
require "#{File.dirname(__FILE__)}
|
+ (Naether) create_from_jars(f cr)
51
52
53
54
|
# File 'lib/naether.rb', line 51
eturn [Naether]
def create_from_jars( jars )
require "#{File.dirname(__FILE__)}/naether/java"
Naether::Java.internal_loa
|
42
43
44
|
# File 'lib/naether.rb', line 42
#
def platform
Naether::Configurat
|