cfml.parsing.preferences.ParserPreferenceConstants Maven / Gradle / Ivy
package cfml.parsing.preferences;
public class ParserPreferenceConstants {
/**
* @see ParserPreferences
*/
/** the dictionaries folder */
public static final String DICTIONARY_DIR = "dictionary.dir";
/** the cfml dictionary */
public static final String CF_DICTIONARY = "dictionary.cfml";
}