com.sun.grizzly.http.webxml.parser.helper
Class WebXmlHelper

java.lang.Object
  extended by com.sun.grizzly.http.webxml.parser.helper.WebXmlHelper

public class WebXmlHelper
extends Object


Constructor Summary
WebXmlHelper()
           
 
Method Summary
 void getInfo(String file)
           
 String getVersion()
           
 boolean isDtdFound()
           
 boolean isXsdFound()
           
 void setDtdFound(boolean dtdFound)
           
 void setVersion(String version)
           
 void setXsdFound(boolean xsdFound)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXmlHelper

public WebXmlHelper()
Method Detail

isDtdFound

public boolean isDtdFound()

setDtdFound

public void setDtdFound(boolean dtdFound)

isXsdFound

public boolean isXsdFound()

setXsdFound

public void setXsdFound(boolean xsdFound)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getInfo

public void getInfo(String file)
             throws Exception
Throws:
Exception


Copyright © 2012 Oracle Corporation. All Rights Reserved.