Methods in de.smartics.properties.utils that return ProjectClassLoader |
static ProjectClassLoader |
ProjectClassLoader.create(ClassLoader parent, List<File> rootDirectories) Default factory method. |
static ProjectClassLoader |
ProjectClassLoader.create(List<File> rootDirectories) Convenience factory method using the Thread.currentThread().getContextClassLoader() . |
static ProjectClassLoader |
ProjectClassLoader.createFromNames(ClassLoader parent, Collection<String> rootDirectoryNames) Convenience factory method to specify the directories as String s. |
static ProjectClassLoader |
ProjectClassLoader.createFromNames(Collection<String> rootDirectoryNames) Convenience factory method to specify the directories as String s and using the Thread.currentThread().getContextClassLoader() . |