Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.model.impl
Class ComponentRegistrySerializer

java.lang.Object
  extended by org.nuxeo.runtime.model.impl.ComponentRegistrySerializer

public class ComponentRegistrySerializer
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
ComponentRegistrySerializer()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentRegistrySerializer

public ComponentRegistrySerializer()
Method Detail

writeIndex

public static void writeIndex(File file)
                       throws Exception
Throws:
Exception

writeIndex

public static void writeIndex(Writer writer)
                       throws Exception
Throws:
Exception

toDocument

public static Document toDocument()
                           throws Exception
Throws:
Exception

toXML

public static void toXML(OutputStream out)
                  throws Exception
Throws:
Exception

toXML

public static void toXML(OutputStream out,
                         String encoding)
                  throws Exception
Throws:
Exception

toXML

public static void toXML(Writer out)
                  throws Exception
Throws:
Exception

toXML

public static void toXML(Writer out,
                         String encoding)
                  throws Exception
Throws:
Exception

toXML

public static String toXML()
                    throws Exception
Throws:
Exception

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.