Skip to content
z-ziyang edited this page Sep 18, 2016 · 1 revision

package com.mithra.dialTest.common;

public class Constant {

public static String TEMPLATE_BASE_PATH = "template/";
public static String REBASE_PATH = "rsp/";
public static String BODY_PATH = "body_template/";

public static String RESPONSE_BASE_PATH = TEMPLATE_BASE_PATH + REBASE_PATH;

public static String TEMPLATE_BODY_BASE_PATH = TEMPLATE_BASE_PATH
		+ BODY_PATH;

}

Clone this wiki locally