|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfreemarker.debug.DebuggerClient
public class DebuggerClient
A utility class that allows you to connect to the FreeMarker debugger service running on a specific host and port.
Method Summary | |
---|---|
static Debugger |
getDebugger(java.net.InetAddress host,
int port,
java.lang.String password)
Connects to the FreeMarker debugger service running on a specific host and port. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Debugger getDebugger(java.net.InetAddress host, int port, java.lang.String password) throws java.io.IOException
Debugger.DEFAULT_PORT
.
host
- the host address of the machine where the debugger service is
running.port
- the port of the debugger servicepassword
- the password required to connect to the debugger service
java.io.IOException
- if an exception occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |