View Javadoc

1   //
2   // Generated stub from file:/C:/home/ceki/logback/logback-classic/src/main/groovy/ch/qos/logback/classic/sift/ZSiftingDelegate.groovy
3   //
4   
5   package ch.qos.logback.classic.sift;
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.core.spi.ContextAwareBase;
16  import ch.qos.logback.core.Appender;
17  import ch.qos.logback.classic.gaffer.AppenderDelegate;
18  import ch.qos.logback.core.util.StatusPrinter;
19  
20  /**
21   * @author Ceki Gücü
22   */
23  public class ZSiftingDelegate
24      extends ContextAwareBase
25      implements groovy.lang.GroovyObject
26  {
27      private java.lang.String key = null;
28      public java.lang.String getKey() {
29          throw new InternalError("Stubbed method");
30      }
31      public void setKey(java.lang.String value) {
32          throw new InternalError("Stubbed method");
33      }
34  
35      private java.lang.String value = null;
36      public java.lang.String getValue() {
37          throw new InternalError("Stubbed method");
38      }
39      public void setValue(java.lang.String value) {
40          throw new InternalError("Stubbed method");
41      }
42  
43      /**
44       * Magic constructor
45       */
46      private ZSiftingDelegate(java.lang.Void void0, java.lang.Void void1, java.lang.Void void2) {
47          throw new InternalError("Stubbed method");
48      }
49  
50      public ZSiftingDelegate(java.lang.String key, java.lang.String value) {
51          this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
52          throw new InternalError("Stubbed method");
53      }
54  
55      public Appender appender(java.lang.String name, Class clazz, Closure closure) {
56          throw new InternalError("Stubbed method");
57      }
58  
59      public groovy.lang.MetaClass getMetaClass() {
60          throw new InternalError("Stubbed method");
61      }
62  
63      public void setMetaClass(groovy.lang.MetaClass metaClass) {
64          throw new InternalError("Stubbed method");
65      }
66  
67      public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
68          throw new InternalError("Stubbed method");
69      }
70  
71      public java.lang.Object getProperty(java.lang.String name) {
72          throw new InternalError("Stubbed method");
73      }
74  
75      public void setProperty(java.lang.String name, java.lang.Object value) {
76          throw new InternalError("Stubbed method");
77      }
78  }