|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.importer.system.SystemInfo
public class SystemInfo
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 |
---|
public java.util.List patches
Constructor Detail |
---|
public SystemInfo()
Method Detail |
---|
public static SystemInfo createSystemInfo(java.io.InputStream xml)
xml
- xml representation of system info
public void toXML(java.io.OutputStream xml)
xml
- xml representation of system info
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |