Package ubic.gemma.cli.completion
Interface CompletionSource
-
- All Known Implementing Classes:
LoggerCompletionSource
,SettingsCompletionSource
public interface CompletionSource
Defines a source of completions.- Author:
- poirigui
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CompletionSource.Completion
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CompletionSource.Completion>
getCompletions()
-
-
-
Method Detail
-
getCompletions
List<CompletionSource.Completion> getCompletions()
-
-