View Javadoc

1   //
2   // Generated stub from file:/C:/home/ceki/logback/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/GafferConfigurator.groovy
3   //
4   
5   package ch.qos.logback.classic.gaffer;
6   
7   import java.lang.*;
8   import java.io.*;
9   import java.net.*;
10  import java.util.*;
11  import groovy.lang.*;
12  import groovy.util.*;
13  import java.math.BigDecimal;
14  import java.math.BigInteger;
15  import ch.qos.logback.classic.LoggerContext;
16  import ch.qos.logback.core.util.ContextUtil;
17  import ch.qos.logback.core.joran.util.ConfigurationWatchListUtil;
18  
19  /**
20   * Logback: the reliable, generic, fast and flexible logging framework.
21   * Copyright (C) 1999-2010, QOS.ch. All rights reserved.
22   * 
23   * This program and the accompanying materials are dual-licensed under
24   * either the terms of the Eclipse Public License v1.0 as published by
25   * the Eclipse Foundation
26   * 
27   * or (per the licensee's choosing)
28   * 
29   * under the terms of the GNU Lesser General Public License version 2.1
30   * as published by the Free Software Foundation.
31   */
32  public class GafferConfigurator
33      extends java.lang.Object
34      implements groovy.lang.GroovyObject
35  {
36      private LoggerContext context = null;
37      public LoggerContext getContext() {
38          throw new InternalError("Stubbed method");
39      }
40      public void setContext(LoggerContext value) {
41          throw new InternalError("Stubbed method");
42      }
43  
44      /**
45       * Magic constructor
46       */
47      private GafferConfigurator(java.lang.Void void0, java.lang.Void void1, java.lang.Void void2) {
48          throw new InternalError("Stubbed method");
49      }
50  
51      public GafferConfigurator(LoggerContext context) {
52          this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
53          throw new InternalError("Stubbed method");
54      }
55  
56      protected void informContextOfURLUsedForConfiguration(URL url) {
57          throw new InternalError("Stubbed method");
58      }
59  
60      public void run(URL url) {
61          throw new InternalError("Stubbed method");
62      }
63  
64      public void run(File file) {
65          throw new InternalError("Stubbed method");
66      }
67  
68      public void run(java.lang.String dslText) {
69          throw new InternalError("Stubbed method");
70      }
71  
72      public groovy.lang.MetaClass getMetaClass() {
73          throw new InternalError("Stubbed method");
74      }
75  
76      public void setMetaClass(groovy.lang.MetaClass metaClass) {
77          throw new InternalError("Stubbed method");
78      }
79  
80      public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
81          throw new InternalError("Stubbed method");
82      }
83  
84      public java.lang.Object getProperty(java.lang.String name) {
85          throw new InternalError("Stubbed method");
86      }
87  
88      public void setProperty(java.lang.String name, java.lang.Object value) {
89          throw new InternalError("Stubbed method");
90      }
91  }