@Component public class QualifiedModuleNameConverter extends Object implements org.springframework.shell.core.Converter<ModuleCommands.QualifiedModuleName>
ModuleCommands.QualifiedModuleNames.| Constructor and Description |
|---|
QualifiedModuleNameConverter() |
| Modifier and Type | Method and Description |
|---|---|
ModuleCommands.QualifiedModuleName |
convertFromText(String value,
Class<?> targetType,
String optionContext) |
boolean |
getAllPossibleValues(List<org.springframework.shell.core.Completion> completions,
Class<?> targetType,
String existingData,
String optionContext,
org.springframework.shell.core.MethodTarget target) |
boolean |
supports(Class<?> type,
String optionContext) |
public boolean supports(Class<?> type, String optionContext)
supports in interface org.springframework.shell.core.Converter<ModuleCommands.QualifiedModuleName>public ModuleCommands.QualifiedModuleName convertFromText(String value, Class<?> targetType, String optionContext)
convertFromText in interface org.springframework.shell.core.Converter<ModuleCommands.QualifiedModuleName>public boolean getAllPossibleValues(List<org.springframework.shell.core.Completion> completions, Class<?> targetType, String existingData, String optionContext, org.springframework.shell.core.MethodTarget target)
getAllPossibleValues in interface org.springframework.shell.core.Converter<ModuleCommands.QualifiedModuleName>Copyright © 2015 Pivotal Software, Inc.. All rights reserved.