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

cfml.parsing.preferences.ParserPreferenceConstants Maven / Gradle / Ivy

There is a newer version: 2.11.0
Show newest version
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";
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy