Package freemarker.debug.impl
Class DebuggerService
java.lang.Object
freemarker.debug.impl.DebuggerService
This class provides debugging hooks for the core FreeMarker engine. It is
not usable for anyone outside the FreeMarker core classes. It is public only
as an implementation detail.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
getBreakpoints(String templateName)
static void
registerTemplate(Template template)
static void
shutdown()
static boolean
suspendEnvironment(Environment env, String templateName, int line)
-
Constructor Details
-
DebuggerService
public DebuggerService()
-
-
Method Details
-
getBreakpoints
-
registerTemplate
-
suspendEnvironment
public static boolean suspendEnvironment(Environment env, String templateName, int line) throws RemoteException- Throws:
RemoteException
-
shutdown
public static void shutdown()
-