ch.qos.logback.core.joran.util
Class MethodDescriptor
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodDescriptor
public MethodDescriptor(String name,
Method method)
getName
public String getName()
getMethod
public Method getMethod()
Copyright © 2005-2013 QOS.ch. All Rights Reserved.