org.ow2.opensuit.core.impl.tools
Class Validator
java.lang.Object
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
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 |
Validator
public Validator()
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.