Uses of Class
com.sun.enterprise.admin.servermgmt.Validator
-
Packages that use Validator Package Description com.sun.enterprise.admin.servermgmt com.sun.enterprise.admin.servermgmt.pe -
-
Uses of Validator in com.sun.enterprise.admin.servermgmt
Subclasses of Validator in com.sun.enterprise.admin.servermgmt Modifier and Type Class Description classDomainConfigValidatorThis class validates the domain config Map object.classFileValidatorThis class performs the file related validations such as existence of the file read, write & execute permissions, whether the file is a directory or a file NOT THREAD SAFEclassPortValidatorThis validator ensures that the specified port is not in use.classRepositoryNameValidatorValidates the repository name.classStringValidatorValidator class for domain config entries whose type is java.lang.String.Constructors in com.sun.enterprise.admin.servermgmt with parameters of type Validator Constructor Description DomainConfigEntryInfo(String key, String dataType, Validator validator)Creates a new DomainConfigEntryInfo object -
Uses of Validator in com.sun.enterprise.admin.servermgmt.pe
Subclasses of Validator in com.sun.enterprise.admin.servermgmt.pe Modifier and Type Class Description classPEDomainConfigValidatorThis class defines the domain config entries that are required to create a PE Tomcat domain.
-