Class DomainXmlVerifier
- java.lang.Object
-
- com.sun.enterprise.admin.servermgmt.cli.DomainXmlVerifier
-
public class DomainXmlVerifier extends Object
Does basic level verification of domain.xml. This is helpful as there is no DTD to validate the domain's config i.e. domain.xml- Author:
- Nandini Ektare
-
-
Field Summary
Fields Modifier and Type Field Description booleanerror
-
Constructor Summary
Constructors Constructor Description DomainXmlVerifier(com.sun.enterprise.config.serverbeans.Domain domain)DomainXmlVerifier(com.sun.enterprise.config.serverbeans.Domain domain, PrintStream out)
-
-
-
Constructor Detail
-
DomainXmlVerifier
public DomainXmlVerifier(com.sun.enterprise.config.serverbeans.Domain domain) throws Exception- Throws:
Exception
-
DomainXmlVerifier
public DomainXmlVerifier(com.sun.enterprise.config.serverbeans.Domain domain, PrintStream out) throws Exception- Throws:
Exception
-
-