Package emissary.command.converter
Class PathExistsConverter
- java.lang.Object
-
- emissary.command.converter.PathExistsConverter
-
- All Implemented Interfaces:
picocli.CommandLine.ITypeConverter<Path>
- Direct Known Subclasses:
PathExistsReadableConverter
,ProjectBaseConverter
public class PathExistsConverter extends Object implements picocli.CommandLine.ITypeConverter<Path>
-
-
Constructor Summary
Constructors Constructor Description PathExistsConverter()
PathExistsConverter(String optionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Path
convert(String value)
Path
convert(String option, String value)
String
getOptionName()
-
-
-
Constructor Detail
-
PathExistsConverter
public PathExistsConverter()
-
PathExistsConverter
public PathExistsConverter(@Nullable String optionName)
-
-