Class GridFilesystemTest

java.lang.Object
org.jgroups.tests.GridFilesystemTest

public class GridFilesystemTest extends Object
  • Field Details

  • Constructor Details

    • GridFilesystemTest

      public GridFilesystemTest()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • loop

      private static void loop(GridFilesystem fs)
    • execute

      private static boolean execute(GridFilesystem fs, String line)
    • help

      private static void help()
    • parseCommandLine

      private static String[] parseCommandLine(String line)
    • parseOptions

      private static String parseOptions(String[] args)
    • getNonOptions

      private static String[] getNonOptions(String[] args)
    • delete

      private static boolean delete(File dir)
    • print

      private static void print(File file, boolean details, boolean recursive, int indent, boolean exclude_self)
    • print

      private static String print(File file, boolean details, int indent)
    • indent

      private static String indent(int num)