I am trying to list all existing Database Environments (com.sleepycat.je.Environment) in a given instance of Berkeley DB Java Edition.
Cannot find any API or documentation regarding this.
Scanning the subdirectories containing all environments seems a little ugly.
Does anyone know how to do it properly ?
An
Environmentis defined by its home directory only and there’s no structure above it, so your only option is indeed to scan all the directories.