Package com.cybozu.vmbkp.control

Examples of com.cybozu.vmbkp.control.RestoreInfo


            System.err.println(msg);
            throw new Exception(msg);
        }
        String targetVmMoref = targetVmMorefList_.get(0);

        RestoreInfo restoreInfo =
            new RestoreInfo(cmdLine_);

        VmInfo vmInfo = profAllVm_.makeVmInfoWithMoref(targetVmMoref);
        assert vmInfo != null;

        VmArchiveManager vmArcMgr =
View Full Code Here

TOP

Related Classes of com.cybozu.vmbkp.control.RestoreInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.