Class GroovyPosixCommands

java.lang.Object
org.apache.groovy.groovysh.jline.GroovyPosixCommands

public class GroovyPosixCommands extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    cat(org.jline.builtins.PosixCommands.Context context, Object[] argv)
     
    static void
    grep(org.jline.builtins.PosixCommands.Context context, Object[] argv)
     
    static void
    head(org.jline.builtins.PosixCommands.Context context, Object[] argv)
     
    static void
    less(org.jline.builtins.PosixCommands.Context context, String[] argv)
     
    static void
    ls(org.jline.builtins.PosixCommands.Context context, Object[] argv)
     
    static void
    sort(org.jline.builtins.PosixCommands.Context context, Object[] argv)
     
    static void
    tail(org.jline.builtins.PosixCommands.Context context, Object[] argv)
     
    static void
    wc(org.jline.builtins.PosixCommands.Context context, Object[] argv)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GroovyPosixCommands

      public GroovyPosixCommands()
  • Method Details

    • cat

      public static void cat(org.jline.builtins.PosixCommands.Context context, Object[] argv) throws Exception
      Throws:
      Exception
    • wc

      public static void wc(org.jline.builtins.PosixCommands.Context context, Object[] argv) throws Exception
      Throws:
      Exception
    • head

      public static void head(org.jline.builtins.PosixCommands.Context context, Object[] argv) throws Exception
      Throws:
      Exception
    • tail

      public static void tail(org.jline.builtins.PosixCommands.Context context, Object[] argv) throws Exception
      Throws:
      Exception
    • ls

      public static void ls(org.jline.builtins.PosixCommands.Context context, Object[] argv) throws Exception
      Throws:
      Exception
    • grep

      public static void grep(org.jline.builtins.PosixCommands.Context context, Object[] argv) throws Exception
      Throws:
      Exception
    • sort

      public static void sort(org.jline.builtins.PosixCommands.Context context, Object[] argv) throws Exception
      Throws:
      Exception
    • less

      public static void less(org.jline.builtins.PosixCommands.Context context, String[] argv) throws Exception
      Throws:
      Exception