Class SelfSignedCertificateGenerator.FileConverter
- java.lang.Object
-
- com.beust.jcommander.converters.BaseConverter<File>
-
- net.shibboleth.utilities.java.support.security.SelfSignedCertificateGenerator.FileConverter
-
- All Implemented Interfaces:
com.beust.jcommander.IStringConverter<File>
- Enclosing class:
- SelfSignedCertificateGenerator
public static class SelfSignedCertificateGenerator.FileConverter extends com.beust.jcommander.converters.BaseConverter<File>
Command line option conversion from String to File.
-
-
Constructor Summary
Constructors Constructor Description FileConverter(String optionName)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Fileconvert(String value)
-