ch.qos.logback.core.joran.util
Class MethodDescriptor

java.lang.Object
  extended by ch.qos.logback.core.joran.util.MethodDescriptor

public class MethodDescriptor
extends Object

A MethodDescriptor describes a particular method that a class supports for external access from other components.

Author:
Anthony K. Trinh

Constructor Summary
MethodDescriptor(String name, Method method)
           
 
Method Summary
 Method getMethod()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodDescriptor

public MethodDescriptor(String name,
                        Method method)
Method Detail

getName

public String getName()

getMethod

public Method getMethod()


Copyright © 2005-2013 QOS.ch. All Rights Reserved.