freemarker.debug.impl

Class DebuggerService


public abstract class DebuggerService
extends java.lang.Object

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.
Version:
$Id: DebuggerService.java,v 1.2 2003/05/30 16:51:53 szegedia Exp $
Author:
Attila Szegedi

Method Summary

static List
getBreakpoints(String templateName)
static void
registerTemplate(Template template)
static boolean
suspendEnvironment(Environment env, int line)

Method Details

getBreakpoints

public static List getBreakpoints(String templateName)

registerTemplate

public static void registerTemplate(Template template)

suspendEnvironment

public static boolean suspendEnvironment(Environment env,
                                         int line)
            throws RemoteException