Uses of Class
com.pervasive.datarush.cal.OSGIOptions
Packages that use OSGIOptions
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of OSGIOptions in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return OSGIOptionsModifier and TypeMethodDescriptionClasspathSpecifier.Element.osgiOptions()Returns the osgi options of this element.Methods in com.pervasive.datarush.cal with parameters of type OSGIOptionsModifier and TypeMethodDescriptionClasspathSpecifier.Element.osgiOptions(OSGIOptions osgiOptions) Returns a new ClasspathElement, overriding the osgiOptions.Constructors in com.pervasive.datarush.cal with parameters of type OSGIOptionsModifierConstructorDescriptionElement(Path path, CacheScopeSpecifier cacheScope, boolean dynamic, OSGIOptions osgiOptions) Create a new classpath for the given path.