org.alfresco.repo.importer.system
Class SystemInfo

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

public class SystemInfo
extends java.lang.Object

Root data holder of Repository system information to be exported and imported


Field Summary
 java.util.List patches
           
 
Constructor Summary
SystemInfo()
           
 
Method Summary
static SystemInfo createSystemInfo(java.io.InputStream xml)
          Create System Info from XML representation
 void toXML(java.io.OutputStream xml)
          Create XML representation of System Info
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patches

public java.util.List patches
Constructor Detail

SystemInfo

public SystemInfo()
Method Detail

createSystemInfo

public static SystemInfo createSystemInfo(java.io.InputStream xml)
Create System Info from XML representation

Parameters:
xml - xml representation of system info
Returns:
the System Info

toXML

public void toXML(java.io.OutputStream xml)
Create XML representation of System Info

Parameters:
xml - xml representation of system info


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.