Uses of Package
org.springframework.shell.context
Packages that use org.springframework.shell.context
Package
Description
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
Contains strategies for dealing with results of commands.
-
Classes in org.springframework.shell.context used by org.springframework.shellClassDescriptionInterface defining a contract for a context which allows to loosely connect different components together and keep things alive between commands.
-
Classes in org.springframework.shell.context used by org.springframework.shell.bootClassDescriptionInterface defining a contract for a context which allows to loosely connect different components together and keep things alive between commands.
-
Classes in org.springframework.shell.context used by org.springframework.shell.commandClassDescriptionEnumeration for modes shell is operating.Interface defining a contract for a context which allows to loosely connect different components together and keep things alive between commands.
-
Classes in org.springframework.shell.context used by org.springframework.shell.contextClassDescriptionEnumeration for modes shell is operating.Interface defining a contract for a context which allows to loosely connect different components together and keep things alive between commands.
-
Classes in org.springframework.shell.context used by org.springframework.shell.jlineClassDescriptionInterface defining a contract for a context which allows to loosely connect different components together and keep things alive between commands.
-
Classes in org.springframework.shell.context used by org.springframework.shell.resultClassDescriptionInterface defining a contract for a context which allows to loosely connect different components together and keep things alive between commands.