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 boolean
equals(Object other)
String
getApplyTo()
String
getPattern()
String
getValue()
int
hashCode()
boolean
isCaseSensitive()
void
setApplyTo(String applyTo)
void
setCaseSensitive(boolean caseSensitive)
void
setPattern(String pattern)
void
setValue(String value)
String
toString()
-
-
-
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)
-
-