View Javadoc

1   //
2   // Generated stub from file:/C:/home/ceki/logback/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/ConfigurationContributor.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  
16  /**
17   * @author Ceki Gücü
18   */
19  public interface ConfigurationContributor
20  {
21      /**
22       * The list of method mapping from the contributor into the configuration mechanism,
23       * e.g. the ConfiguratorDelegate
24       * 
25       * <p>The key in the map is the method being contributed and the value is the name of
26       * the method in the target class.
27       *
28       * @return
29       */
30      Map getMappings();
31  }