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

com.github.bjuvensjo.rsimulator.http.config.Constants Maven / Gradle / Ivy

The newest version!
package com.github.bjuvensjo.rsimulator.http.config;

/**
 * Constants.
 */
public final class Constants {
    /**
     * The parameter name that is used to set/unset the use of relative root path.
     */
    public static final String USE_ROOT_RELATIVE_PATH = "useRootRelativePath";
    /**
     * The parameter name that is used to set the root path.
     */
    public static final String ROOT_PATH = "rootPath";

    public static final String SERVLET_REQUEST = "servletRequest";
    public static final String SERVLET_RESPONSE = "servletResponse";
    public static final String VARS = "vars";

    public static final String DEFAULT_ROOT_PATH = "src/main/resources";
    public static final String SIMULATOR_RESPONSE = "simulatorResponse";

    private Constants() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy