Class RelativePathDirectoryClassLoader

All Implemented Interfaces:
IConfigurationClassLoader, org.springframework.core.SmartClassLoader

public class RelativePathDirectoryClassLoader extends DirectoryClassLoader
First searches to the Scenario root directory Then attempts relative paths (to the scenario root directory) Then delegates to it's parent
  • Constructor Details

    • RelativePathDirectoryClassLoader

      public RelativePathDirectoryClassLoader()
  • Method Details