Class Completion
java.lang.Object
org.springframework.shell.standard.AbstractShellComponent
org.springframework.shell.standard.commands.Completion
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.ApplicationContextAware
,org.springframework.context.ResourceLoaderAware
Command to create a shell completion files, i.e. for
bash
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Marker interface used in auto-config. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbash()
void
setResourceLoader
(org.springframework.core.io.ResourceLoader resourceLoader) Methods inherited from class org.springframework.shell.standard.AbstractShellComponent
afterPropertiesSet, getApplicationContext, getCommandCatalog, getCompletionResolver, getResourceLoader, getShell, getTemplateExecutor, getTerminal, getThemeResolver, setApplicationContext
-
Constructor Details
-
Completion
-
-
Method Details
-
setResourceLoader
public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader) - Specified by:
setResourceLoader
in interfaceorg.springframework.context.ResourceLoaderAware
- Overrides:
setResourceLoader
in classAbstractShellComponent
-
bash
-