Class SystemInfo
- java.lang.Object
-
- org.alfresco.repo.importer.system.SystemInfo
-
public class SystemInfo extends java.lang.ObjectRoot data holder of Repository system information to be exported and imported- Author:
- davidc
-
-
Constructor Summary
Constructors Constructor Description SystemInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemInfocreateSystemInfo(java.io.InputStream xml)Create System Info from XML representationvoidtoXML(java.io.OutputStream xml)Create XML representation of System Info
-
-
-
Field Detail
-
patches
public java.util.List<PatchInfo> patches
-
-
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
-
-