Uses of Class
com.pervasive.datarush.cal.ClasspathSpecifier.Element
-
Packages that use ClasspathSpecifier.Element Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of ClasspathSpecifier.Element in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return ClasspathSpecifier.Element Modifier and Type Method Description ClasspathSpecifier.Element
ClasspathSpecifier.Element. cacheScope(CacheScopeSpecifier cacheScope)
Returns a new ClasspathElement, overriding the cacheScope.ClasspathSpecifier.Element
ClasspathSpecifier.Element. dynamic(boolean dynamic)
Returns a new ClasspathElement, overridingdynamic
.ClasspathSpecifier.Element
ClasspathSpecifier.Element. osgiOptions(OSGIOptions osgiOptions)
Returns a new ClasspathElement, overriding the osgiOptions.ClasspathSpecifier.Element
ClasspathSpecifier.Element. path(Path path)
Returns a new ClasspathElement, overriding the path.Methods in com.pervasive.datarush.cal that return types with arguments of type ClasspathSpecifier.Element Modifier and Type Method Description List<ClasspathSpecifier.Element>
ClasspathSpecifier. classpath()
Returns the classpath consisting of elements on the client machineConstructor parameters in com.pervasive.datarush.cal with type arguments of type ClasspathSpecifier.Element Constructor Description ClasspathSpecifier(boolean osgi, List<ClasspathSpecifier.Element> classpath)
Create a new classpath specifier.
-