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

com.xcase.webservice.constant.WebServiceConstant Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.webservice.constant;

/**
 *
 * @author martin
 */
public class WebServiceConstant {

    // config
    /**
     * config file name.
     */
    public static final String CONFIG_FILE_NAME = "webservice-config.properties";

    /**
     * local config file name.
     */
    public static final String LOCAL_CONFIG_FILE_NAME = "webservice-local-config.properties";

    /**
     * default config file name.
     */
    public static final String CONFIG_FILE_DEFAULT_NAME = "webservice-config-default.properties";

    private WebServiceConstant() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy