Uses of Class
org.archive.crawler.settings.Constraint

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.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.