|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.i2p.util.LogLimit
class LogLimit
Defines the log limit for a particular set of logs
| Constructor Summary | |
|---|---|
LogLimit(String name,
int limit)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
getLimit()
|
String |
getRootName()
|
int |
hashCode()
|
boolean |
matches(Log log)
|
void |
setLimit(int limit)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogLimit(String name,
int limit)
| Method Detail |
|---|
public String getRootName()
public int getLimit()
public void setLimit(int limit)
public boolean matches(Log log)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||