com.pmease.quickbuild.web.util
Class MigrationSettingFacade

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

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

Facade class for MigrationSetting.

See Also:
Serialized Form

Constructor Summary
MigrationSettingFacade()
           
 
Method Summary
 java.lang.String getInstallDir()
          Specify Luntbuild 1.2.x installation directory, which should be in the same machine as your QuickBuild installation.
 void setInstallDir(java.lang.String installDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationSettingFacade

public MigrationSettingFacade()
Method Detail

getInstallDir

public java.lang.String getInstallDir()
Specify Luntbuild 1.2.x installation directory, which should be in the same machine as your QuickBuild installation. Before running the migration, you should first export data of Luntbuild (through Luntbuild's administration tab) into the file data.xml, and put this file under Luntbuild's installation directory. Please refer to user guide for detailed information about migration process.


setInstallDir

public void setInstallDir(java.lang.String installDir)


Copyright © 2005 PMEase Inc. All Rights Reserved.