|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constraint | |
|---|---|
| org.archive.crawler.settings | Provides classes for the settings framework. |
| Uses of Constraint in org.archive.crawler.settings |
|---|
| Subclasses of Constraint in org.archive.crawler.settings | |
|---|---|
class |
LegalValueListConstraint
A constraint that checks that an attribute value matches one of the items in the list of legal values. |
class |
LegalValueTypeConstraint
A constraint that checks that an attribute value is of the right type |
class |
RegularExpressionConstraint
A constraint that checks that a value matches a regular expression. |
| Methods in org.archive.crawler.settings with parameters of type Constraint | |
|---|---|
void |
MapType.addConstraint(Constraint constraint)
|
void |
Type.addConstraint(Constraint constraint)
Add a constraint to this type. |
int |
Constraint.compareTo(Constraint o)
Compare this constraints level to another constraint. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||