public class VelocityTemplateContext
extends java.lang.Object
Constructor and Description |
---|
VelocityTemplateContext() |
Modifier and Type | Method and Description |
---|---|
static FileTemplateManager |
getFromContext() |
static <T,E extends java.lang.Throwable> |
withContext(Project project,
ThrowableComputable<T,E> computable) |
public static <T,E extends java.lang.Throwable> T withContext(Project project, ThrowableComputable<T,E> computable) throws E extends java.lang.Throwable
E extends java.lang.Throwable
public static FileTemplateManager getFromContext()