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

org.opentripplanner.graph_builder.model.DataSourceConfig Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.graph_builder.model;

import java.net.URI;

/**
 * Specific configuration applied to a single {@link org.opentripplanner.datastore.api.DataSource}
 */
public interface DataSourceConfig {
  /**
   * URI to data files.
   * 

* Example: * {@code "file:///Users/kelvin/otp/netex.zip", "gs://my-bucket/netex.zip" } *

* @return the URI to the data source. The source identifies uniquely a data source. */ URI source(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy