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

com.appcrossings.config.source.AdHocStreamSource Maven / Gradle / Ivy

Go to download

A property placeholder configurer compatible with Spring and allowing hierarchical configurations to be externalized from the application and loaded by URL

The newest version!
package com.appcrossings.config.source;

import java.net.URI;
import java.util.Optional;

public interface AdHocStreamSource {

  /**
   * Streams the absolute fully qualified URI provided.
   * 
   * @param uri
   * @return
   */
  public Optional stream(URI uri);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy