Class 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 Detail

      • FileConverter

        public FileConverter​(String optionName)
        Constructor.
        Parameters:
        optionName - name of the option
    • Method Detail