public interface ConfigQuery<T>
Configuration
to something else. This can be used
to model additional functionality and applying it to a given Configuration
instance by
calling the Configuration.query(ConfigQuery)
method.Modifier and Type | Method and Description |
---|---|
T |
query(Configuration config)
Creates a result based on the given Configuration.
|
T query(Configuration config)
config
- the input configuration, not null.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.