|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.registry.RegistryEntry
public final class RegistryEntry
Created by The eXo Platform SAS .
Encapsulates registry entry (i.e services', applications' etc settings)
| Constructor Summary | |
|---|---|
RegistryEntry(org.w3c.dom.Document dom)
creates a RegistryEntry after XML DOM Document root element node name it is the name of the Entry |
|
RegistryEntry(java.lang.String rootName)
creates an empty RegistryEntry |
|
| Method Summary | |
|---|---|
java.io.InputStream |
getAsInputStream()
|
org.w3c.dom.Document |
getDocument()
|
java.lang.String |
getName()
|
static RegistryEntry |
parse(byte[] bytes)
Factory method to create RegistryEntry from serialized XML |
static RegistryEntry |
parse(java.io.InputStream in)
Factory method to create RegistryEntry from stream XML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegistryEntry(org.w3c.dom.Document dom)
dom -
public RegistryEntry(java.lang.String rootName)
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
rootName -
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException| Method Detail |
|---|
public static RegistryEntry parse(byte[] bytes)
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
bytes -
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
public static RegistryEntry parse(java.io.InputStream in)
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
public java.io.InputStream getAsInputStream()
throws javax.xml.transform.TransformerException
java.io.IOException
javax.xml.transform.TransformerExceptionpublic java.lang.String getName()
public org.w3c.dom.Document getDocument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||