|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.Attribute
org.archive.crawler.settings.Type
org.archive.crawler.settings.ComplexType
org.archive.crawler.settings.ModuleType
org.archive.crawler.framework.Filter
org.archive.crawler.filter.TransclusionFilter
DecidingFilter and
equivalent DecideRule.
public class TransclusionFilter
Filter which accepts CandidateURI/CrawlURI instances which contain more than zero but fewer than max-trans-hops entries at the end of their discovery path.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.archive.crawler.settings.ComplexType |
|---|
ComplexType.MBeanAttributeInfoIterator |
| Field Summary | |
|---|---|
(package private) int |
maxEmbedHops
Deprecated. |
(package private) int |
maxReferralHops
Deprecated. |
(package private) int |
maxSpeculativeHops
Deprecated. |
(package private) int |
maxTransHops
Deprecated. |
| Fields inherited from class org.archive.crawler.framework.Filter |
|---|
ATTR_ENABLED |
| Fields inherited from class org.archive.crawler.settings.ComplexType |
|---|
definition, definitionMap |
| Constructor Summary | |
|---|---|
TransclusionFilter(java.lang.String name)
Deprecated. |
|
| Method Summary | |
|---|---|
protected boolean |
innerAccepts(java.lang.Object o)
Deprecated. Classes subclassing this one should override this method to perfrom their custom determination of whether or not the object given to it. |
void |
readMaxValues(java.lang.Object o)
Deprecated. |
| Methods inherited from class org.archive.crawler.framework.Filter |
|---|
accepts, getFilterOffPosition, kickUpdate, returnTrueIfMatches, toString |
| Methods inherited from class org.archive.crawler.settings.ModuleType |
|---|
addElement, listUsedFiles |
| Methods inherited from class org.archive.crawler.settings.Type |
|---|
addConstraint, equals, getConstraints, getLegalValueType, isExpertSetting, isOverrideable, isTransient, setExpertSetting, setLegalValueType, setOverrideable, setTransient |
| Methods inherited from class javax.management.Attribute |
|---|
getName |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
int maxTransHops
int maxSpeculativeHops
int maxReferralHops
int maxEmbedHops
| Constructor Detail |
|---|
public TransclusionFilter(java.lang.String name)
name - | Method Detail |
|---|
protected boolean innerAccepts(java.lang.Object o)
Filter
innerAccepts in class Filtero - The object
public void readMaxValues(java.lang.Object o)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||