Module: OSGi::OSGiOptions

Includes:
Extension
Included in:
Buildr::Project
Defined in:
lib/buildr4osgi/osgi/registry.rb

Instance Method Summary collapse

Instance Method Details

#osgiObject

Makes a osgi instance available to the project. The osgi object may be used to access OSGi containers or set options, currently the resolving strategies.



122
123
124
125
# File 'lib/buildr4osgi/osgi/registry.rb', line 122

def osgi
  @osgi ||= OSGi.new(self)
  @osgi
end