|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextVerifier | |
---|---|
com.gridsystems.config.modules.jvm | |
com.gridsystems.config.tools | |
com.gridsystems.config.tools.console |
Uses of TextVerifier in com.gridsystems.config.modules.jvm |
---|
Subclasses of TextVerifier in com.gridsystems.config.modules.jvm | |
---|---|
class |
MemSizeVerifier
Verifies the correctness of a memory size value. |
Uses of TextVerifier in com.gridsystems.config.tools |
---|
Subclasses of TextVerifier in com.gridsystems.config.tools | |
---|---|
class |
FileVerifier
Verifies that a String is a valid path to a file that exists. |
class |
IpVerifier
Verifies that the String has a valid IP format. |
class |
NumberVerifier
Ensures a value is a valid integer between two limits. |
class |
PasswordVerifier
Verifies that a password field has a proper length and no forbiden symbols. |
class |
PatternVerifier
Performs a validation based on the pattern specified on construction. |
class |
PortVerifier
Verifies TCP/IP port numbers. |
Uses of TextVerifier in com.gridsystems.config.tools.console |
---|
Fields in com.gridsystems.config.tools.console declared as TextVerifier | |
---|---|
protected TextVerifier |
ValueField.verifier
The text verifier. |
Methods in com.gridsystems.config.tools.console that return TextVerifier | |
---|---|
TextVerifier |
ValueField.getVerifier()
Gets the current verifier for this field. |
Methods in com.gridsystems.config.tools.console with parameters of type TextVerifier | |
---|---|
void |
ValueField.setVerifier(TextVerifier verifier)
Sets the verifier for this field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |