Package edu.hm.hafner.analysis.registry
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
A parser configuration option. Basically an immutable key and value pair.
- Siehe auch:
-
Konstruktordetails
-
Option
Creates an entry representing a mapping from the specified key to the specified value.- Parameter:
key- the key represented by this entryvalue- the value represented by this entry
-