Package com.cybozu.vmbkp.profile

Examples of com.cybozu.vmbkp.profile.ConfigGroup


        /* Read group config if available.  */
        String cfgGroupPath = cmdLine_.getGroupConfigPath();
        cfgGroup_ = null;
        if ((new File(cfgGroupPath)).isFile()) {
            cfgGroup_ = new ConfigGroup(cfgGroupPath, profAllVm_);
        }
    }
View Full Code Here

TOP

Related Classes of com.cybozu.vmbkp.profile.ConfigGroup

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.