void |
RepositoryNameValidator.checkValidName(String name) |
|
void |
RepositoryNameValidator.checkValidObjectNameToken(String name) |
|
void |
RepositoryNameValidator.checkValidXmlToken(String name) |
Implementation copied from com.sun.enterprise.admin.verifier.tests.StaticTest
|
void |
DomainConfigValidator.validate(Object domainConfig) |
Validates the domainConfig.
|
void |
FileValidator.validate(Object str) |
Validates the given File.
|
void |
PortValidator.validate(Object obj) |
Validates the given Port.
|
void |
RepositoryNameValidator.validate(Object str) |
Validates the given value for the given entry.
|
void |
StringValidator.validate(Object str) |
Validates the given value for the given entry.
|
void |
Validator.validate(Object obj) |
Checks the validity of the given value for the entry.
|