Class SystemRegistryImpl.CommandData

java.lang.Object
org.apache.groovy.groovysh.jline.SystemRegistryImpl.CommandData
Enclosing class:
SystemRegistryImpl

protected static class SystemRegistryImpl.CommandData extends Object
  • Constructor Details

    • CommandData

      public CommandData(org.apache.groovy.groovysh.jline.SystemRegistryImpl.ArgsParser parser, boolean statement, String rawLine, String variable, File file, boolean append, String pipe)
  • Method Details

    • setPipe

      public void setPipe(String pipe)
    • file

      public File file()
    • append

      public boolean append()
    • variable

      public String variable()
    • command

      public String command()
    • args

      public String[] args()
    • rawLine

      public String rawLine()
    • pipe

      public String pipe()
    • toString

      public String toString()
      Overrides:
      toString in class Object