com.atlassian.confluence.it.setup.content
Class XmlBackup

java.lang.Object
  extended by 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


Constructor Summary
XmlBackup(String xmlBackupPath, boolean isAbsolutePath)
           
 
Method Summary
 String getXmlBackupPath()
           
 boolean isAbsolutePath()
           
 boolean needsAdminSetup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface InitialContent


Copyright © 2003-2012 Atlassian. All Rights Reserved.