Class XmlBackup
- java.lang.Object
-
- com.atlassian.confluence.it.setup.content.XmlBackup
-
- All Implemented Interfaces:
InitialContent
public class XmlBackup extends Object implements InitialContent
Represents an XML backup to restore during site setup
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getXmlBackupPath()
boolean
isAbsolutePath()
boolean
needsAdminSetup()
-
-
-
Constructor Detail
-
XmlBackup
public XmlBackup(String xmlBackupPath, boolean isAbsolutePath)
-
-
Method Detail
-
getXmlBackupPath
public String getXmlBackupPath()
-
isAbsolutePath
public boolean isAbsolutePath()
-
needsAdminSetup
public boolean needsAdminSetup()
- Specified by:
needsAdminSetup
in interfaceInitialContent
-
-