Class ShellCommandRegistryHolder

java.lang.Object
org.apache.maven.cling.invoker.mvnsh.ShellCommandRegistryHolder
All Implemented Interfaces:
AutoCloseable

public class ShellCommandRegistryHolder extends Object implements AutoCloseable
  • Constructor Details

    • ShellCommandRegistryHolder

      public ShellCommandRegistryHolder()
  • Method Details

    • addCommandRegistry

      public void addCommandRegistry(org.jline.console.CommandRegistry commandRegistry)
    • getCommandRegistries

      public org.jline.console.CommandRegistry[] getCommandRegistries()
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception