Class SystemRegistryImpl.CommandData

java.lang.Object
org.jline.console.impl.SystemRegistryImpl.CommandData
Enclosing class:
SystemRegistryImpl

protected static class SystemRegistryImpl.CommandData extends Object
  • Field Details

    • rawLine

      private final String rawLine
    • command

      private String command
    • args

      private String[] args
    • file

      private final File file
    • append

      private final boolean append
    • variable

      private final String variable
    • pipe

      private String pipe
  • Constructor Details

  • 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