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.core.spi.ContextAwareBase;
16 import ch.qos.logback.core.spi.LifeCycle;
17 import ch.qos.logback.core.spi.ContextAware;
18 import ch.qos.logback.core.joran.spi.NoAutoStartUtil;
19
20
21
22
23 public class ComponentDelegate
24 extends ContextAwareBase
25 implements groovy.lang.GroovyObject
26 {
27 final private java.lang.Object component = null;
28 final public java.lang.Object getComponent() {
29 throw new InternalError("Stubbed method");
30 }
31
32 final private List fieldsToCaccade = null;
33 final public List getFieldsToCaccade() {
34 throw new InternalError("Stubbed method");
35 }
36
37
38
39
40 private ComponentDelegate(java.lang.Void void0, java.lang.Void void1, java.lang.Void void2) {
41 throw new InternalError("Stubbed method");
42 }
43
44 public ComponentDelegate(java.lang.Object component) {
45 this((java.lang.Void)null, (java.lang.Void)null, (java.lang.Void)null);
46 throw new InternalError("Stubbed method");
47 }
48
49 public java.lang.String getLabel() {
50 throw new InternalError("Stubbed method");
51 }
52
53 public java.lang.String getLabelFistLetterInUpperCase() {
54 throw new InternalError("Stubbed method");
55 }
56
57 public void methodMissing(java.lang.String name, java.lang.Object args) {
58 throw new InternalError("Stubbed method");
59 }
60
61 public void cascadeFields(ComponentDelegate subDelegate) {
62 throw new InternalError("Stubbed method");
63 }
64
65 public void injectParent(java.lang.Object subComponent) {
66 throw new InternalError("Stubbed method");
67 }
68
69 public void propertyMissing(java.lang.String name, java.lang.Object value) {
70 throw new InternalError("Stubbed method");
71 }
72
73 public java.lang.Object analyzeArgs(java.lang.Object[] args) {
74 throw new InternalError("Stubbed method");
75 }
76
77 public Class parseClassArgument(java.lang.Object arg) {
78 throw new InternalError("Stubbed method");
79 }
80
81 public java.lang.String parseNameArgument(java.lang.Object arg) {
82 throw new InternalError("Stubbed method");
83 }
84
85 public java.lang.String getComponentName() {
86 throw new InternalError("Stubbed method");
87 }
88
89 public groovy.lang.MetaClass getMetaClass() {
90 throw new InternalError("Stubbed method");
91 }
92
93 public void setMetaClass(groovy.lang.MetaClass metaClass) {
94 throw new InternalError("Stubbed method");
95 }
96
97 public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
98 throw new InternalError("Stubbed method");
99 }
100
101 public java.lang.Object getProperty(java.lang.String name) {
102 throw new InternalError("Stubbed method");
103 }
104
105 public void setProperty(java.lang.String name, java.lang.Object value) {
106 throw new InternalError("Stubbed method");
107 }
108 }