com.pmease.quickbuild.web.util
Class BackupSettingFacade

java.lang.Object
  extended bycom.pmease.quickbuild.web.util.BackupSettingFacade
All Implemented Interfaces:
java.io.Serializable

public class BackupSettingFacade
extends java.lang.Object
implements java.io.Serializable

Facade class for BackupSetting.

See Also:
Serialized Form

Constructor Summary
BackupSettingFacade()
           
 
Method Summary
 java.lang.String getXmlFilePath()
          Specify XML file to which you want to backup your database.
 void setXmlFilePath(java.lang.String xmlFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackupSettingFacade

public BackupSettingFacade()
Method Detail

getXmlFilePath

public java.lang.String getXmlFilePath()
Specify XML file to which you want to backup your database. This file will be generated to the machine running your QuickBuild system. If a relative path is specified, it will be assumed to be relative to QuickBuild's installation directory.
NOTE: This operation may take a long time if there are many builds in the system. We strongly suggest to delete non-necessary builds in order to speed up the backup process.


setXmlFilePath

public void setXmlFilePath(java.lang.String xmlFilePath)


Copyright © 2005 PMEase Inc. All Rights Reserved.