Class StringOption

java.lang.Object
com.headius.options.Option<String>
com.headius.options.StringOption

public class StringOption extends Option<String>
A String-based Option.
  • Constructor Details

  • Method Details

    • reloadValue

      protected String reloadValue()
      Description copied from class: Option
      Perform the appropriate load and conversion for the option's property.
      Specified by:
      reloadValue in class Option<String>
      Returns:
      the updated value after reload