All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.chronos.chronodb.api.builder.database.ChronoDBPropertyFileBuilder Maven / Gradle / Ivy

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