Package ubic.gemma.cli.completion
Class SettingsCompletionSource
- java.lang.Object
-
- ubic.gemma.cli.completion.SettingsCompletionSource
-
- All Implemented Interfaces:
CompletionSource
public class SettingsCompletionSource extends Object implements CompletionSource
Provide completion for all available Gemma settings.- Author:
- poirigui
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ubic.gemma.cli.completion.CompletionSource
CompletionSource.Completion
-
-
Constructor Summary
Constructors Constructor Description SettingsCompletionSource(boolean includeGemmaPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CompletionSource.Completion>
getCompletions()
-
-
-
Method Detail
-
getCompletions
public List<CompletionSource.Completion> getCompletions()
- Specified by:
getCompletions
in interfaceCompletionSource
-
-