Uses of Class
com.pervasive.datarush.cal.ClasspathSpecifier.Element
Packages that use ClasspathSpecifier.Element
Package
Description
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.ElementModifier and TypeMethodDescriptionClasspathSpecifier.Element.cacheScope(CacheScopeSpecifier cacheScope) Returns a new ClasspathElement, overriding the cacheScope.ClasspathSpecifier.Element.dynamic(boolean dynamic) Returns a new ClasspathElement, overridingdynamic.ClasspathSpecifier.Element.osgiOptions(OSGIOptions osgiOptions) Returns a new ClasspathElement, overriding the osgiOptions.Returns a new ClasspathElement, overriding the path.Methods in com.pervasive.datarush.cal that return types with arguments of type ClasspathSpecifier.ElementModifier and TypeMethodDescriptionClasspathSpecifier.classpath()Returns the classpath consisting of elements on the client machineConstructor parameters in com.pervasive.datarush.cal with type arguments of type ClasspathSpecifier.ElementModifierConstructorDescriptionClasspathSpecifier(boolean osgi, List<ClasspathSpecifier.Element> classpath) Create a new classpath specifier.