Class VSS

java.lang.Object
javaforce.utils.VSS

public class VSS extends Object
  • Constructor Details

    • VSS

      public VSS()
  • Method Details

    • listVolumes

      public static String[] listVolumes()
    • listShadows

      public static String[] listShadows()
    • createShadow

      public static boolean createShadow(String volume)
    • deleteShadow

      public static boolean deleteShadow(String volume)
    • deleteShadowAll

      public static boolean deleteShadowAll()
    • mountShadow

      public static boolean mountShadow(String mountPath, String shadowPath)
    • unmountShadow

      public static boolean unmountShadow(String mountPath)
    • usage

      public static void usage()
    • main

      public static void main(String[] args)
    • listvols

      public static void listvols(String[] args)
    • listshadows

      public static void listshadows(String[] args)
    • createshadow

      public static void createshadow(String[] args)
    • mountshadow

      public static void mountshadow(String[] args)
    • unmountshadow

      public static void unmountshadow(String[] args)
    • deleteshadow

      public static void deleteshadow(String[] args)