public class ComponentRegistrySerializer extends Object
Constructor and Description |
---|
ComponentRegistrySerializer() |
Modifier and Type | Method and 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) |
public ComponentRegistrySerializer()
public static void writeIndex(File file) throws IOException
IOException
public static void writeIndex(Writer writer) throws IOException
IOException
public static Document toDocument()
public static void toXML(OutputStream out) throws IOException
IOException
public static void toXML(OutputStream out, String encoding) throws IOException
IOException
public static void toXML(Writer out) throws IOException
IOException
public static void toXML(Writer out, String encoding) throws IOException
IOException
public static String toXML() throws IOException
IOException
Copyright © 2015 Nuxeo SA. All rights reserved.