|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.repository.RepositoryConnection.ThrottleItem
protected static class RepositoryConnection.ThrottleItem
Throttle item class. Each instance describes a particular throttle.
| Field Summary | |
|---|---|
protected java.lang.String |
description
The description. |
protected java.lang.String |
match
The regexp key. |
protected float |
value
The throttle value |
| Constructor Summary | |
|---|---|
RepositoryConnection.ThrottleItem(java.lang.String match,
java.lang.String description,
float value)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare. |
java.lang.String |
getDescription()
Get the description. |
java.lang.String |
getMatch()
Get the match. |
float |
getValue()
Get the throttle value. |
int |
hashCode()
Get the hash code. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String match
protected java.lang.String description
protected float value
| Constructor Detail |
|---|
public RepositoryConnection.ThrottleItem(java.lang.String match,
java.lang.String description,
float value)
| Method Detail |
|---|
public java.lang.String getMatch()
public java.lang.String getDescription()
public float getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||