Package | Description |
---|---|
com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
Modifier and Type | Method and 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, overriding
dynamic . |
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.
|
Modifier and Type | Method and Description |
---|---|
List<ClasspathSpecifier.Element> |
ClasspathSpecifier.classpath()
Returns the classpath consisting of elements on the client machine
|
Constructor and Description |
---|
ClasspathSpecifier(boolean osgi,
List<ClasspathSpecifier.Element> classpath)
Create a new classpath specifier.
|
Copyright © 2016 Actian Corporation. All rights reserved.