Examples of BackupHelpers


Examples of org.platformlayer.ops.backups.BackupHelpers

          private void addActionScopeItems(Action action, ItemBase item, List<Object> scopeItems)
              throws OpsException {
            if (action instanceof BackupAction) {
              // TODO: Don't hard-code this
              BackupHelpers backupHelpers = opsSystem.getInjector().getInstance(BackupHelpers.class);
              BackupContext backupContext = backupHelpers.createBackupContext(item);
              scopeItems.add(backupContext);
            }
          }
        });
      } catch (Throwable e) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.