Klasse ParserDescriptor.Option

java.lang.Object
java.util.AbstractMap.SimpleImmutableEntry<String,String>
edu.hm.hafner.analysis.registry.ParserDescriptor.Option
Alle implementierten Schnittstellen:
Serializable, Map.Entry<String,String>
Umschließende Klasse:
ParserDescriptor

public static class ParserDescriptor.Option extends AbstractMap.SimpleImmutableEntry<String,String>
A parser configuration option. Basically an immutable key and value pair.
Siehe auch:
  • Konstruktordetails

    • Option

      public Option(String key, String value)
      Creates an entry representing a mapping from the specified key to the specified value.
      Parameter:
      key - the key represented by this entry
      value - the value represented by this entry