Package com.hubspot.jinjava.loader
Interface ResourceLocator
-
- All Known Implementing Classes:
CascadingResourceLocator,ClasspathResourceLocator,FileLocator
public interface ResourceLocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Optional<LocationResolver>getLocationResolver()StringgetString(String fullName, Charset encoding, JinjavaInterpreter interpreter)
-
-
-
Method Detail
-
getString
String getString(String fullName, Charset encoding, JinjavaInterpreter interpreter) throws IOException
- Throws:
IOException
-
getLocationResolver
default Optional<LocationResolver> getLocationResolver()
-
-