org.apache.solr.util
Class SolrLogLayout.Method

java.lang.Object
  extended by org.apache.solr.util.SolrLogLayout.Method
Enclosing class:
SolrLogLayout

public static class SolrLogLayout.Method
extends Object


Field Summary
 String className
           
 String methodName
           
 
Constructor Summary
SolrLogLayout.Method(String className, String methodName)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

className

public String className

methodName

public String methodName
Constructor Detail

SolrLogLayout.Method

public SolrLogLayout.Method(String className,
                            String methodName)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.