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 Details

    • FileConverter

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