Class SystemInfo
java.lang.Object
org.alfresco.repo.importer.system.SystemInfo
Root data holder of Repository system information to be exported and imported
- Author:
- davidc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemInfoCreate System Info from XML representationvoidtoXML(OutputStream xml) Create XML representation of System Info
-
Field Details
-
patches
-
-
Constructor Details
-
SystemInfo
public SystemInfo()
-
-
Method Details
-
createSystemInfo
Create System Info from XML representation- Parameters:
xml- xml representation of system info- Returns:
- the System Info
-
toXML
Create XML representation of System Info- Parameters:
xml- xml representation of system info
-