Package edu.hm.hafner.analysis.registry
Class ParserDescriptor.Option
java.lang.Object
java.util.AbstractMap.SimpleImmutableEntry<String,String>
edu.hm.hafner.analysis.registry.ParserDescriptor.Option
- All Implemented Interfaces:
Serializable,Map.Entry<String,String>
- Enclosing class:
- ParserDescriptor
A parser configuration option. Basically an immutable key and value pair.
- See Also:
-
Constructor Details
-
Option
Creates an entry representing a mapping from the specified key to the specified value.- Parameters:
key- the key represented by this entryvalue- the value represented by this entry
-