| Package | Description |
|---|---|
| com.sun.enterprise.admin.servermgmt | |
| com.sun.enterprise.admin.servermgmt.pe |
| Modifier and Type | Method and Description |
|---|---|
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 |
StringValidator.validate(Object str)
Validates the given value for the given entry.This method first invokes its superclass's validate method
and then checks additional string validations such as 0 length.
|
void |
DomainConfigValidator.validate(Object domainConfig)
Validates the domainConfig.
|
void |
PortValidator.validate(Object obj)
Validates the given Port.
|
void |
Validator.validate(Object obj)
Checks the validity of the given value for the entry.
|
void |
RepositoryNameValidator.validate(Object str)
Validates the given value for the given entry.This method first invokes
its superclass's validate method and then performs additional validations.
|
void |
FileValidator.validate(Object str)
Validates the given File.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PEDomainConfigValidator.validate(Object domainConfig) |
Copyright © 2019. All rights reserved.