Class GenericRecrawlableResolver.MinFrequency
- java.lang.Object
-
- com.norconex.collector.http.recrawl.impl.GenericRecrawlableResolver.MinFrequency
-
- Enclosing class:
- GenericRecrawlableResolver
public static class GenericRecrawlableResolver.MinFrequency extends Object
-
-
Constructor Summary
Constructors Constructor Description MinFrequency()MinFrequency(String applyTo, String value, String pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetApplyTo()StringgetPattern()StringgetValue()inthashCode()booleanisCaseSensitive()voidsetApplyTo(String applyTo)voidsetCaseSensitive(boolean caseSensitive)voidsetPattern(String pattern)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getApplyTo
public String getApplyTo()
-
setApplyTo
public void setApplyTo(String applyTo)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getPattern
public String getPattern()
-
setPattern
public void setPattern(String pattern)
-
isCaseSensitive
public boolean isCaseSensitive()
-
setCaseSensitive
public void setCaseSensitive(boolean caseSensitive)
-
-