Class CleanthatUrlLoader


  • public class CleanthatUrlLoader
    extends Object
    Knows how to load resource given a URL, with a flexible format handling 'classpath:' to load from the classpath, and 'code:' to load from the repository.
    Author:
    Benoit Lacelle
    • Constructor Detail

      • CleanthatUrlLoader

        protected CleanthatUrlLoader()
    • Method Detail

      • loadUrl

        public static org.springframework.core.io.Resource loadUrl​(eu.solven.cleanthat.codeprovider.ICodeProvider codeProvider,
                                                                   String javaConfigFile)