Class ShellCommandRegistryHolder
java.lang.Object
org.apache.maven.cling.invoker.mvnsh.ShellCommandRegistryHolder
- All Implemented Interfaces:
 AutoCloseable
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddCommandRegistry(org.jline.console.CommandRegistry commandRegistry) voidclose()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:
 closein interfaceAutoCloseable- Throws:
 Exception
 
 -