org.eclipse.net4j
Class Net4jConfigurator
java.lang.Object
org.eclipse.net4j.Net4jConfigurator
public class Net4jConfigurator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Net4jConfigurator
public Net4jConfigurator(IManagedContainer container)
getContainer
public IManagedContainer getContainer()
configure
public IAcceptor[] configure(java.io.File configFile)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException,
org.eclipse.core.runtime.CoreException
- Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
org.eclipse.core.runtime.CoreException
configureAcceptor
protected IAcceptor configureAcceptor(org.w3c.dom.Element acceptorConfig)
configureNegotiator
protected INegotiator configureNegotiator(org.w3c.dom.Element negotiatorConfig)
getDocument
protected org.w3c.dom.Document getDocument(java.io.File configFile)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
- Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
getStoreConfig
protected org.w3c.dom.Element getStoreConfig(org.w3c.dom.Element repositoryConfig)
getProperties
public static java.util.Map<java.lang.String,java.lang.String> getProperties(org.w3c.dom.Element element,
int levels)