| Package | Description |
|---|---|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
Resources.EmptyPropertyAccessor |
private static class |
Resources.PropertiesAccessor
Implementation of
Resources.PropertyAccessor that reads from a
Properties. |
| Modifier and Type | Field and Description |
|---|---|
protected Resources.PropertyAccessor |
Resources.Prop.accessor |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Resources.create(Resources.PropertyAccessor accessor,
Class<T> clazz)
Creates an instance of the resource object that can access properties
but not resources.
|
private static <T> T |
Resources.create(String base,
Resources.PropertyAccessor accessor,
Class<T> clazz) |
| Constructor and Description |
|---|
BooleanProp(Resources.PropertyAccessor accessor,
Method method) |
DoubleProp(Resources.PropertyAccessor accessor,
Method method) |
IntProp(Resources.PropertyAccessor accessor,
Method method) |
Prop(Resources.PropertyAccessor accessor,
Method method) |
StringProp(Resources.PropertyAccessor accessor,
Method method) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.