Class SystemInfo

java.lang.Object
org.alfresco.repo.importer.system.SystemInfo

public class SystemInfo extends Object
Root data holder of Repository system information to be exported and imported
Author:
davidc
  • Field Details

  • Constructor Details

    • SystemInfo

      public SystemInfo()
  • Method Details

    • createSystemInfo

      public static SystemInfo createSystemInfo(InputStream xml)
      Create System Info from XML representation
      Parameters:
      xml - xml representation of system info
      Returns:
      the System Info
    • toXML

      public void toXML(OutputStream xml)
      Create XML representation of System Info
      Parameters:
      xml - xml representation of system info