Package eu.solven.cleanthat.language
Class CleanthatUrlLoader
- java.lang.Object
-
- eu.solven.cleanthat.language.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
-
-
Field Summary
Fields Modifier and Type Field Description static String
PREFIX_CODE
-
Constructor Summary
Constructors Modifier Constructor Description protected
CleanthatUrlLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.core.io.Resource
loadUrl(eu.solven.cleanthat.codeprovider.ICodeProvider codeProvider, String javaConfigFile)
-
-
-
Field Detail
-
PREFIX_CODE
public static final String PREFIX_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadUrl
public static org.springframework.core.io.Resource loadUrl(eu.solven.cleanthat.codeprovider.ICodeProvider codeProvider, String javaConfigFile)
-
-