1
2
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
21
22
23
24
25
26
27
28
29
30
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
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 }