Class ShellCommandRegistryHolder
java.lang.Object
org.apache.maven.cling.invoker.mvnsh.ShellCommandRegistryHolder
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCommandRegistry
(org.jline.console.CommandRegistry commandRegistry) void
close()
org.jline.console.CommandRegistry[]
-
Constructor Details
-
ShellCommandRegistryHolder
public ShellCommandRegistryHolder()
-
-
Method Details
-
addCommandRegistry
public void addCommandRegistry(org.jline.console.CommandRegistry commandRegistry) -
getCommandRegistries
public org.jline.console.CommandRegistry[] getCommandRegistries() -
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-