Class SMFLogLevelConverter

  • All Implemented Interfaces:
    com.beust.jcommander.IStringConverter<SMFLogLevel>

    public final class SMFLogLevelConverter
    extends java.lang.Object
    implements com.beust.jcommander.IStringConverter<SMFLogLevel>
    A converter for SMFLogLevel values.
    • Constructor Summary

      Constructors 
      Constructor Description
      SMFLogLevelConverter()
      Construct a new converter.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SMFLogLevel convert​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SMFLogLevelConverter

        public SMFLogLevelConverter()
        Construct a new converter.
    • Method Detail

      • convert

        public SMFLogLevel convert​(java.lang.String value)
        Specified by:
        convert in interface com.beust.jcommander.IStringConverter<SMFLogLevel>