org.ow2.opensuit.core.impl.tools
Class Validator

java.lang.Object
  extended by org.ow2.opensuit.core.impl.tools.Validator

public class Validator
extends java.lang.Object

This is a helper class used by the open suit Eclipse plugin.

Author:
psmeyers

Nested Class Summary
static class Validator.J2EEServletContext
           
static class Validator.J2EEValidator
           
 
Constructor Summary
Validator()
           
 
Method Summary
static org.ow2.opensuit.xmlmap.XmlInstantiator instantiate(java.net.URL xmlFile, java.io.File webRootDir)
           
static org.ow2.opensuit.xmlmap.XmlInstantiator instantiate(java.net.URL xmlFile, java.io.File webRootDir, java.lang.ClassLoader classLoader, java.util.Map<java.lang.String,org.w3c.dom.Document> parsedFiles)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validator

public Validator()
Method Detail

main

public static void main(java.lang.String[] args)

instantiate

public static org.ow2.opensuit.xmlmap.XmlInstantiator instantiate(java.net.URL xmlFile,
                                                                  java.io.File webRootDir)
                                                           throws java.io.IOException,
                                                                  org.xml.sax.SAXException,
                                                                  javax.xml.parsers.ParserConfigurationException,
                                                                  javax.xml.parsers.FactoryConfigurationError
Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError

instantiate

public static org.ow2.opensuit.xmlmap.XmlInstantiator instantiate(java.net.URL xmlFile,
                                                                  java.io.File webRootDir,
                                                                  java.lang.ClassLoader classLoader,
                                                                  java.util.Map<java.lang.String,org.w3c.dom.Document> parsedFiles)
                                                           throws java.io.IOException,
                                                                  org.xml.sax.SAXException,
                                                                  javax.xml.parsers.ParserConfigurationException,
                                                                  javax.xml.parsers.FactoryConfigurationError
Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.FactoryConfigurationError


Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.