Class ShellCommandRegistryHolder
java.lang.Object
org.apache.maven.cling.invoker.mvnsh.ShellCommandRegistryHolder
- All Implemented Interfaces:
- AutoCloseable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddCommandRegistry(org.jline.console.CommandRegistry commandRegistry) voidclose()org.jline.console.CommandRegistry[]
- 
Constructor Details- 
ShellCommandRegistryHolderpublic ShellCommandRegistryHolder()
 
- 
- 
Method Details- 
addCommandRegistrypublic void addCommandRegistry(org.jline.console.CommandRegistry commandRegistry) 
- 
getCommandRegistriespublic org.jline.console.CommandRegistry[] getCommandRegistries()
- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- Exception
 
 
-