org.apache.solr
Class SolrLogFormatter.Method

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

public static class SolrLogFormatter.Method
extends Object


Field Summary
 String className
           
 String methodName
           
 
Constructor Summary
SolrLogFormatter.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

SolrLogFormatter.Method

public SolrLogFormatter.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.