Package emissary.command.converter
Class ProjectBaseConverter
- java.lang.Object
-
- emissary.command.converter.PathExistsConverter
-
- emissary.command.converter.ProjectBaseConverter
-
- All Implemented Interfaces:
picocli.CommandLine.ITypeConverter<Path>
public class ProjectBaseConverter extends PathExistsConverter implements picocli.CommandLine.ITypeConverter<Path>
-
-
Constructor Summary
Constructors Constructor Description ProjectBaseConverter()
ProjectBaseConverter(String optionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Path
convert(String value)
-
Methods inherited from class emissary.command.converter.PathExistsConverter
convert, getOptionName
-
-
-
-
Constructor Detail
-
ProjectBaseConverter
public ProjectBaseConverter()
-
ProjectBaseConverter
public ProjectBaseConverter(@Nullable String optionName)
-
-
Method Detail
-
convert
public Path convert(String value)
- Specified by:
convert
in interfacepicocli.CommandLine.ITypeConverter<Path>
- Overrides:
convert
in classPathExistsConverter
-
-