Uses of Class
com.gridsystems.config.tools.ErrorSupport

Packages that use ErrorSupport
com.gridsystems.config.modules.jvm   
com.gridsystems.config.tools   
 

Uses of ErrorSupport in com.gridsystems.config.modules.jvm
 

Constructors in com.gridsystems.config.modules.jvm with parameters of type ErrorSupport
MemSizeVerifier(ErrorSupport support, java.lang.String id)
          Creates an instance of this verifier.
MemSizeVerifier(ErrorSupport support, java.lang.String id, boolean canBeEmpty)
          Creates an instance of this verifier.
 

Uses of ErrorSupport in com.gridsystems.config.tools
 

Fields in com.gridsystems.config.tools declared as ErrorSupport
protected  ErrorSupport TextVerifier.support
          The error message.
 

Constructors in com.gridsystems.config.tools with parameters of type ErrorSupport
FileVerifier(ErrorSupport support, java.lang.String id)
          Creates an instance.
FileVerifier(ErrorSupport support, java.lang.String id, int mode, int constraint)
          Creates an instance.
IpVerifier(ErrorSupport support, java.lang.String id)
          Creates an instance that matches IPs with both 4 and 6 numeric fields.
IpVerifier(ErrorSupport support, java.lang.String id, int validIp)
          Creates an instance.
NumberVerifier(ErrorSupport support, java.lang.String id)
          Creates a new instance with no bounds, and not empty values allowed.
NumberVerifier(ErrorSupport support, java.lang.String id, boolean emptyAllowed)
          Creates a new instance with no bounds.
NumberVerifier(ErrorSupport support, java.lang.String id, int min, int max, boolean emptyAllowed)
          Creates a new instance.
PasswordVerifier(ErrorSupport support, int minLength, int maxLength)
          Creates an instance.
PatternVerifier(ErrorSupport support, java.lang.String id, java.util.regex.Pattern pattern)
          Creates a new instance with the specified pattern.
PatternVerifier(ErrorSupport support, java.lang.String id, java.lang.String pattern)
          Creates a new instance with the specified pattern string and default flags.
PatternVerifier(ErrorSupport support, java.lang.String id, java.lang.String pattern, int flags)
          Creates an instance.
PortVerifier(ErrorSupport support)
          Creates a new instance with an error message.
PortVerifier(ErrorSupport support, java.lang.String id)
          Creates a new instance with an error message.
TextVerifier(ErrorSupport support)
          Creates an instance.
 



Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.