|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| 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(Document dom)
creates a RegistryEntry after XML DOM Document root element node name it is the name of the Entry |
|
RegistryEntry(String rootName)
creates an empty RegistryEntry |
|
| Method Summary | |
|---|---|
InputStream |
getAsInputStream()
|
Document |
getDocument()
|
String |
getName()
|
static RegistryEntry |
parse(byte[] bytes)
Factory method to create RegistryEntry from serialized XML |
static RegistryEntry |
parse(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(Document dom)
dom -
public RegistryEntry(String rootName)
throws IOException,
SAXException,
ParserConfigurationException
rootName -
IOException
SAXException
ParserConfigurationException| Method Detail |
|---|
public static RegistryEntry parse(byte[] bytes)
throws IOException,
SAXException,
ParserConfigurationException
bytes -
IOException
SAXException
ParserConfigurationException
public static RegistryEntry parse(InputStream in)
throws IOException,
SAXException,
ParserConfigurationException
IOException
SAXException
ParserConfigurationException
public InputStream getAsInputStream()
throws TransformerException
IOException
TransformerExceptionpublic String getName()
public Document getDocument()
|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||