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

com.github.jlgrock.snp.apis.connection.configuration.WebConfiguration Maven / Gradle / Ivy

package com.github.jlgrock.snp.apis.connection.configuration;

import org.jvnet.hk2.annotations.Contract;

import java.nio.file.Path;

/**
 * Any web server specific configuration.
 */
@Contract
public interface WebConfiguration {
    /**
     * The directory to store any files that will be uploaded.
     * @return the path to the directory
     */
    Path fileLocation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy