Return-Path: X-Original-To: apmail-freemarker-notifications-archive@minotaur.apache.org Delivered-To: apmail-freemarker-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7191184FD for ; Tue, 3 Nov 2015 23:03:58 +0000 (UTC) Received: (qmail 13260 invoked by uid 500); 3 Nov 2015 23:03:58 -0000 Delivered-To: apmail-freemarker-notifications-archive@freemarker.apache.org Received: (qmail 13243 invoked by uid 500); 3 Nov 2015 23:03:58 -0000 Mailing-List: contact notifications-help@freemarker.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@freemarker.incubator.apache.org Delivered-To: mailing list notifications@freemarker.incubator.apache.org Received: (qmail 13234 invoked by uid 99); 3 Nov 2015 23:03:58 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 23:03:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D4488180233 for ; Tue, 3 Nov 2015 23:03:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.991 X-Spam-Level: ** X-Spam-Status: No, score=2.991 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 5WSKxIfSwutp for ; Tue, 3 Nov 2015 23:03:35 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 931C124CA1 for ; Tue, 3 Nov 2015 23:03:32 +0000 (UTC) Received: (qmail 12373 invoked by uid 99); 3 Nov 2015 23:03:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2015 23:03:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 93966E0850; Tue, 3 Nov 2015 23:03:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ddekany@apache.org To: notifications@freemarker.incubator.apache.org Date: Tue, 03 Nov 2015 23:03:33 -0000 Message-Id: <3f22dfec33bc4197b85f6015dd3493f4@git.apache.org> In-Reply-To: <240b8761679d42cc9fbf47d1ca4a3861@git.apache.org> References: <240b8761679d42cc9fbf47d1ca4a3861@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/51] [partial] incubator-freemarker-site git commit: Uploaded freemarker.org/builds content from the previous (non-ASF) server http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/debug/DebugModel.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/debug/DebugModel.html b/builds/2.3.24-pre01/_html/api/freemarker/debug/DebugModel.html new file mode 100644 index 0000000..f2bfc8f --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/debug/DebugModel.html @@ -0,0 +1,748 @@ + + + + + + +DebugModel (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.debug
+

Interface DebugModel

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Remote
    +
    +
    +
    All Known Subinterfaces:
    +
    DebuggedEnvironment
    +
    +
    +
    +
    public interface DebugModel
    +extends Remote
    +
    Represents the debugger-side mirror of a TemplateModel object, a Template + object, or a Configuration object. The Environment objects are also represented + by instances of this model, although not directly but through a separate + subinterface DebuggedEnvironment. The interface is a union of + almost all of FreeMarker template models with identical method signatures. + For purposes of optimizing network traffic there are bulk retrieval methods + for sequences and hashes, as well as a getModelTypes() method that + returns a bit mask of various TYPE_xxx constants flagging which + template models are implemented by the mirrored object.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/debug/DebuggedEnvironment.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/debug/DebuggedEnvironment.html b/builds/2.3.24-pre01/_html/api/freemarker/debug/DebuggedEnvironment.html new file mode 100644 index 0000000..1722ae1 --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/debug/DebuggedEnvironment.html @@ -0,0 +1,315 @@ + + + + + + +DebuggedEnvironment (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.debug
+

Interface DebuggedEnvironment

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    DebugModel, Remote
    +
    +
    +
    +
    public interface DebuggedEnvironment
    +extends DebugModel
    +
    Represents the debugger-side mirror of a debugged + Environment object in the remote VM. This interface + extends DebugModel, and the properties of the Environment are exposed + as hash keys on it. Specifically, the following keys are supported: + "currentNamespace", "dataModel", "globalNamespace", "knownVariables", + "mainNamespace", and "template". +

    The debug model for the template supports keys "configuration" and "name". +

    The debug model for the configuration supports key "sharedVariables". +

    Additionally, all of the debug models for environment, template, and + configuration also support all the setting keys of + Configurable objects.

    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        resume

        +
        void resume()
        +     throws RemoteException
        +
        Resumes the processing of the environment in the remote VM after it was + stopped on a breakpoint.
        +
        +
        Throws:
        +
        RemoteException
        +
        +
      • +
      + + + +
        +
      • +

        stop

        +
        void stop()
        +   throws RemoteException
        +
        Stops the processing of the environment after it was stopped on + a breakpoint. Causes a StopException to be + thrown in the processing thread in the remote VM.
        +
        +
        Throws:
        +
        RemoteException
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/debug/Debugger.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/debug/Debugger.html b/builds/2.3.24-pre01/_html/api/freemarker/debug/Debugger.html new file mode 100644 index 0000000..217eec5 --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/debug/Debugger.html @@ -0,0 +1,459 @@ + + + + + + +Debugger (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.debug
+

Interface Debugger

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    Remote
    +
    +
    +
    +
    public interface Debugger
    +extends Remote
    +
    The main debugger interface. Allows management of breakpoints as well as + installation of listeners for debug events.
    +
  • +
+
+
+ +
+
+ +
+
+ + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/b35e4aa5/builds/2.3.24-pre01/_html/api/freemarker/debug/DebuggerClient.html ---------------------------------------------------------------------- diff --git a/builds/2.3.24-pre01/_html/api/freemarker/debug/DebuggerClient.html b/builds/2.3.24-pre01/_html/api/freemarker/debug/DebuggerClient.html new file mode 100644 index 0000000..2379e3b --- /dev/null +++ b/builds/2.3.24-pre01/_html/api/freemarker/debug/DebuggerClient.html @@ -0,0 +1,267 @@ + + + + + + +DebuggerClient (FreeMarker 2.3.24-pre01 API) + + + + + + + + + + + + +
+
freemarker.debug
+

Class DebuggerClient

+
+
+ +
+
    +
  • +
    +
    +
    public class DebuggerClient
    +extends Object
    +
    A utility class that allows you to connect to the FreeMarker debugger service + running on a specific host and port.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getDebugger

        +
        public static Debugger getDebugger(InetAddress host,
        +                                   int port,
        +                                   String password)
        +                            throws IOException
        +
        Connects to the FreeMarker debugger service running on a specific host + and port. The Java VM to which the connection is made must have defined + the system property freemarker.debug.password in order to enable + the debugger service. Additionally, the freemarker.debug.port + system property can be set to specify the port where the debugger service + is listening. When not specified, it defaults to + Debugger.DEFAULT_PORT.
        +
        +
        Parameters:
        +
        host - the host address of the machine where the debugger service is + running.
        +
        port - the port of the debugger service
        +
        password - the password required to connect to the debugger service
        +
        Returns:
        +
        Debugger a debugger object. null is returned in case incorrect + password was supplied.
        +
        Throws:
        +
        IOException - if an exception occurs.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + +