View Javadoc

1   //
2   // Generated stub from file:/C:/home/ceki/logback/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/PropertyUtil.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 java.lang.reflect.Method;
16  import java.beans.Introspector;
17  
18  /**
19   * @author Ceki Gücü
20   */
21  public class PropertyUtil
22      extends java.lang.Object
23      implements groovy.lang.GroovyObject
24  {
25      static public boolean hasAdderMethod(java.lang.Object obj, java.lang.String name) {
26          throw new InternalError("Stubbed method");
27      }
28  
29      static public NestingType nestingType(java.lang.Object obj, java.lang.String name) {
30          throw new InternalError("Stubbed method");
31      }
32  
33      static public void attach(NestingType nestingType, java.lang.Object component, java.lang.Object subComponent, java.lang.String name) {
34          throw new InternalError("Stubbed method");
35      }
36  
37      static public java.lang.String transformFirstLetter(java.lang.String s, Closure closure) {
38          throw new InternalError("Stubbed method");
39      }
40  
41      static public java.lang.String upperCaseFirstLetter(java.lang.String s) {
42          throw new InternalError("Stubbed method");
43      }
44  
45      public groovy.lang.MetaClass getMetaClass() {
46          throw new InternalError("Stubbed method");
47      }
48  
49      public void setMetaClass(groovy.lang.MetaClass metaClass) {
50          throw new InternalError("Stubbed method");
51      }
52  
53      public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
54          throw new InternalError("Stubbed method");
55      }
56  
57      public java.lang.Object getProperty(java.lang.String name) {
58          throw new InternalError("Stubbed method");
59      }
60  
61      public void setProperty(java.lang.String name, java.lang.Object value) {
62          throw new InternalError("Stubbed method");
63      }
64  }