Uses of Class
scriptella.configuration.Location
Packages that use Location
Package
Description
Classes and interfaces to parse script files.
Core classes for scripts execution.
Facade classes for xml scripts execution.
-
Uses of Location in scriptella.configuration
Methods in scriptella.configuration that return LocationModifier and TypeMethodDescriptionScriptingElement.getLocation()protected LocationXmlConfigurableBase.getLocation()Methods in scriptella.configuration with parameters of type LocationModifier and TypeMethodDescriptionprotected voidXmlConfigurableBase.setLocation(Location location) -
Uses of Location in scriptella.core
Methods in scriptella.core that return LocationMethods in scriptella.core with parameters of type LocationModifier and TypeMethodDescriptionstatic ExecutableElementExceptionInterceptor.prepare(ExecutableElement next, Location loc) static ExecutableElementStatisticInterceptor.prepare(ExecutableElement next, Location location) Constructors in scriptella.core with parameters of type LocationModifierConstructorDescriptionExceptionInterceptor(ExecutableElement next, Location location) ExecutionException(String message, Throwable cause, Location location) ExecutionException(Throwable cause, Location location) StatisticInterceptor(ExecutableElement next, Location location) -
Uses of Location in scriptella.execution
Methods in scriptella.execution that return LocationMethods in scriptella.execution with parameters of type LocationModifier and TypeMethodDescriptionvoidExecutionStatisticsBuilder.elementStarted(Location loc, Connection connection) Called when new element execution started.voidSilentExecutionStatisticsBuilder.elementStarted(Location loc, Connection connection)