Package org.nuxeo.runtime.model.impl
Class ComponentRegistrySerializer
- java.lang.Object
-
- org.nuxeo.runtime.model.impl.ComponentRegistrySerializer
-
public class ComponentRegistrySerializer extends Object
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description ComponentRegistrySerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Document
toDocument()
static String
toXML()
static void
toXML(OutputStream out)
static void
toXML(OutputStream out, String encoding)
static void
toXML(Writer out)
static void
toXML(Writer out, String encoding)
static void
writeIndex(File file)
static void
writeIndex(Writer writer)
-
-
-
Method Detail
-
writeIndex
public static void writeIndex(File file) throws IOException
- Throws:
IOException
-
writeIndex
public static void writeIndex(Writer writer) throws IOException
- Throws:
IOException
-
toDocument
public static Document toDocument()
-
toXML
public static void toXML(OutputStream out) throws IOException
- Throws:
IOException
-
toXML
public static void toXML(OutputStream out, String encoding) throws IOException
- Throws:
IOException
-
toXML
public static void toXML(Writer out) throws IOException
- Throws:
IOException
-
toXML
public static void toXML(Writer out, String encoding) throws IOException
- Throws:
IOException
-
toXML
public static String toXML() throws IOException
- Throws:
IOException
-
-