Uses of Class
scriptella.configuration.Location

Packages that use Location
scriptella.configuration Classes and interfaces to parse script files. 
scriptella.core Core classes for scripts execution. 
scriptella.execution Facade classes for xml scripts execution. 
 

Uses of Location in scriptella.configuration
 

Methods in scriptella.configuration that return Location
 Location ScriptingElement.getLocation()
           
protected  Location XmlConfigurableBase.getLocation()
           
 

Methods in scriptella.configuration with parameters of type Location
protected  void XmlConfigurableBase.setLocation(Location location)
           
 

Uses of Location in scriptella.core
 

Methods in scriptella.core that return Location
 Location ExceptionInterceptor.ExecutionException.getLocation()
           
 

Methods in scriptella.core with parameters of type Location
static ExecutableElement StatisticInterceptor.prepare(ExecutableElement next, Location location)
           
static ExecutableElement ExceptionInterceptor.prepare(ExecutableElement next, Location loc)
           
 

Constructors in scriptella.core with parameters of type Location
ExceptionInterceptor.ExecutionException(java.lang.String message, java.lang.Throwable cause, Location location)
           
ExceptionInterceptor.ExecutionException(java.lang.Throwable cause, Location location)
           
ExceptionInterceptor(ExecutableElement next, Location location)
           
StatisticInterceptor(ExecutableElement next, Location location)
           
 

Uses of Location in scriptella.execution
 

Methods in scriptella.execution that return Location
 Location EtlExecutorException.getLastElementLocation()
           
 

Methods in scriptella.execution with parameters of type Location
 void ExecutionStatisticsBuilder.elementStarted(Location loc, Connection connection)
          Called when new element execution started.
 void SilentExecutionStatisticsBuilder.elementStarted(Location loc, Connection connection)
           
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.