package com.github.bjuvensjo.rsimulator.jms.config; /** * Constants. * * @author Magnus Bjuvensjö */ public interface 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 DEFAULT_ROOT_PATH = "src/main/resources"; }