Uses of Class
scriptella.configuration.ConfigurationException
Packages that use ConfigurationException
Package
Description
Classes and interfaces to parse script files.
Autodiscovery Driver for Scriptella.
Scriptella bridge for the JSR 223: Scripting for the Java Platform.
Service Provider Interface classes.
Classes for formatting and parsing text.
-
Uses of ConfigurationException in scriptella.configuration
Subclasses of ConfigurationException in scriptella.configuration -
Uses of ConfigurationException in scriptella.driver.auto
Methods in scriptella.driver.auto that throw ConfigurationException -
Uses of ConfigurationException in scriptella.driver.script
Methods in scriptella.driver.script that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidScriptConnection.executeQuery(Resource queryContent, ParametersCallback parametersCallback, QueryCallback queryCallback) voidScriptConnection.executeScript(Resource scriptContent, ParametersCallback parametersCallback) -
Uses of ConfigurationException in scriptella.spi
Methods in scriptella.spi that throw ConfigurationExceptionModifier and TypeMethodDescriptionbooleanConnectionParameters.getBooleanProperty(String name) Parses property value as boolean flag.booleanConnectionParameters.getBooleanProperty(String name, boolean defaultValue) Parses property value as a boolean flag.ConnectionParameters.getCharsetProperty(String name) Parses property value as a charset encoding name.ConnectionParameters.getIntegerProperty(String name) ConnectionParameters.getIntegerProperty(String name, int defaultValue) Returns the value of integer property.ConnectionParameters.getNumberProperty(String name, Number defaultValue) Returns numeric value of the property.ConnectionParameters.getResolvedUrl()Returns the url property resolved relative to a script location.ConnectionParameters.getUrlProperty(String name) Parses property value as URL parameter. -
Uses of ConfigurationException in scriptella.text
Methods in scriptella.text that throw ConfigurationExceptionModifier and TypeMethodDescriptionbooleanTypedPropertiesSource.getBooleanProperty(String name, boolean defaultValue) Parses property value as a boolean flag.TypedPropertiesSource.getCharsetProperty(String name) Parses property value as a charset encoding name.TypedPropertiesSource.getNumberProperty(String name, Number defaultValue) Returns numeric value of the property.