Package org.openl.rules.lang.xls.classes
-
Interface Summary Interface Description ClassLocator Is used to locate a classes in a given URL pathLocatorExceptionHandler Classes that implement this interface will handle exceptions thrown while locating classes Use cases: logging, adding error messages to WebStudio, rethrowing unchecked exception etc. -
Class Summary Class Description AbstractLocatorExceptionHandler Abstract stub for exception handlersClassFinder This class is used to find a classes in file system.DirectoryClassLocator Finds a classes in a given directoryJarClassLocator Finds a classes in a given jarLoggingExceptionHandler