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