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 DocumenttoDocument()static StringtoXML()static voidtoXML(OutputStream out)static voidtoXML(OutputStream out, String encoding)static voidtoXML(Writer out)static voidtoXML(Writer out, String encoding)static voidwriteIndex(File file)static voidwriteIndex(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
-
-