Package oracle.pgx.config
Interface ParseResult<F extends ConfigField>
-
- Type Parameters:
F
- the field enum this parse result uses
- All Known Implementing Classes:
ConfigParser
public interface ParseResult<F extends ConfigField>
A configuration parse result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<F>
getDefaults()
Gets the set of optional fields whose defaults where used during parsing.java.util.Map<F,java.lang.Object>
getValues()
Gets the parsed values.
-