Class ResourceLoaderClassLoadHelper

java.lang.Object
org.springframework.scheduling.quartz.ResourceLoaderClassLoadHelper
All Implemented Interfaces:
ClassLoadHelper

public class ResourceLoaderClassLoadHelper extends Object implements ClassLoadHelper
Wrapper that adapts from the Quartz ClassLoadHelper interface onto Spring's ResourceLoader interface. Used by default when the SchedulerFactoryBean runs in a Spring ApplicationContext.
Since:
2.5.5
Author:
Juergen Hoeller
See Also: