Package org.hive2hive.core.processes.implementations.files.recover

Examples of org.hive2hive.core.processes.implementations.files.recover.IVersionSelector


        File file = askForFile(true);
        if (file == null) {
          return;
        }

        IVersionSelector versionSelector = new IVersionSelector() {
          public IFileVersion selectVersion(List<IFileVersion> availableVersions) {
            return new SelectionMenu<IFileVersion>(availableVersions, "Choose the version you want to recover.")
                .openAndSelect();
          }
View Full Code Here

TOP

Related Classes of org.hive2hive.core.processes.implementations.files.recover.IVersionSelector

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.