
org.chronos.chronodb.api.builder.database.ChronoDBPropertyFileBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.chronos.chronodb.api Show documentation
Show all versions of org.chronos.chronodb.api Show documentation
Versioned data storage, embeddable and easy to use.
The newest version!
package org.chronos.chronodb.api.builder.database;
import org.chronos.chronodb.api.ChronoDB;
import org.chronos.chronodb.internal.impl.ChronoDBBaseConfiguration;
/**
* A builder for all kinds of instances of {@link ChronoDB}, based on a *.properties
file.
*
*
* The resulting {@link ChronoDB} implementation is determined via the value of the
* {@link ChronoDBBaseConfiguration#getBackendType()} property.
*
* @author [email protected] -- Initial Contribution and API
*
*/
public interface ChronoDBPropertyFileBuilder extends ChronoDBFinalizableBuilder {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy