public interface EnvironmentCapability extends Capability
Modifier and Type | Method and Description |
---|---|
BDBProduct |
getBDBProduct() |
java.io.File |
getDataHome()
Returns the directory where data files are stored, which is the same as
the home directory by default.
|
java.lang.Object |
getEnvironment()
Returns the BDB environment object, which must be cast to the expected
type, depending on the BDB product and version being used.
|
java.io.File |
getHome()
Returns the home directory for the BDB environment.
|
int[] |
getVersion()
Returns the major, minor, and patch version numbers.
|
java.lang.Object getEnvironment()
BDBProduct getBDBProduct()
int[] getVersion()
java.io.File getHome()
java.io.File getDataHome()
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.