Uses of Class
fmpp.setting.SettingException
Packages that use SettingException
Package
Description
fmpp.LocalDataBuilder implementations.FMPP settings.
-
Uses of SettingException in fmpp.localdatabuilders
Methods in fmpp.localdatabuilders that throw SettingExceptionModifier and TypeMethodDescriptionstatic BshLocalDataBuilderBshLocalDataBuilder.createInstanceForSetting(String fName, List params) -
Uses of SettingException in fmpp.setting
Methods in fmpp.setting that throw SettingExceptionModifier and TypeMethodDescriptionvoidAdds a setting value.voidAdds all name-value pairs stored in the map withSettings.add(String, Object).voidSettings.addDefault(String name, Object value) Adds a setting value with low priority.voidSettings.addDefaults(Map settingMap) Adds all entries stored in the map withSettings.addDefault(String, Object).voidSettings.addDefaultsWithStrings(Properties props) Same asSettings.addDefaults(Map), but uses aPropertiesobject, so the values are strings.voidSettings.addDefaultWithString(String name, String value) Same asSettings.addDefault(String, Object), but uses string value.voidSettings.addWithString(String name, String value) Same asSettings.add(String, Object), but uses string value that will be interpreted bySettings.SettingType.parse(fmpp.setting.Settings, java.lang.String, boolean).voidSettings.addWithStrings(Properties props) Same asSettings.add(Map), but uses aPropertiesobject, so the values are strings.protected abstract ObjectConverts an object to the type of the setting.voidSettings.define(String name, Settings.SettingType type, boolean merge, boolean forceStr) Defines a new setting.protected voidSettings.doProcessing(Engine eng, File[] sources, File sourceFile, File outputFile) Executes the processing session(s) on theEnginelevel, using the already initializedEngineobject.voidSettings.execute()Executes a processing session based on the setting values.static voidSettings.fixVersion08SettingNames(Properties props) Backward compatibility hack: renames properties that use pre-FMPP 0.9.0 names of settings.voidLoads settings from a configuration file.voidSettings.loadDefaults(File cfgFile) Same asload, except that it adds the settings withSettings.addDefaults(Map).protected abstract ObjectMerges two setting values.protected abstract ObjectConverts a string value to the type of the setting.static intSettings.quietSettingValueToInt(String value, String name) Returns 0 for verbose mode, 1 for quiet mode, 2 for really-quiet mode.voidConvenience method for setting aBooleanvalue.voidConvenience method for setting anIntegervalue.voidSets the value of a setting.voidCallsSettings.set(String, Object)for each name-value pair of theMap.voidSettings.setDefault(String name, boolean value) Convenience method for setting aBooleanvalue; seeSettings.setDefault(String, Object).voidSettings.setDefault(String name, int value) Convenience method for setting anIntegervalue; seeSettings.setDefault(String, Object).voidSettings.setDefault(String name, Object value) Sets the value of a setting if the value wasn't set yet.voidSettings.setDefaults(Map settingValues) Similar toSettings.set(Map), but callsSettings.setDefault(String, Object)instead ofSettings.set(String, Object).voidSettings.setDefaultsWithStrings(Properties props) Similar toSettings.setWithStrings(Properties), but callsSettings.setDefaultWithString(String, String)instead ofSettings.setWithString(String, String).voidSettings.setDefaultWithString(String name, String value) Same asSettings.setDefault(String, Object), but uses a string value that will be parsed withSettings.SettingType.parse(fmpp.setting.Settings, java.lang.String, boolean).voidSettings.setWithString(String name, String value) Same asSettings.set(String, Object), but uses string value that will be parsed withSettings.SettingType.parse(fmpp.setting.Settings, java.lang.String, boolean).voidSettings.setWithStrings(Properties props) CallsSettings.setWithString(String, String)for each name-value pair of theProperties.voidSettings.undashNames(Properties props) Converts legacy dashed setting names to the standard format, assource-roottosourceRoot.Constructors in fmpp.setting that throw SettingException