| Package | Description |
|---|---|
| org.apache.velocity.tools.config |
| Modifier and Type | Class and Description |
|---|---|
class |
Property
Simple extension of
Data that treats "name" as an alias
for "key". |
| Modifier and Type | Method and Description |
|---|---|
Data |
EasyFactoryConfiguration.EasyData.getData() |
Data |
FactoryConfiguration.getData(Data findme)
Search for Data by value
|
Data |
FactoryConfiguration.getData(String key)
Search for Data by key
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<Data> |
FactoryConfiguration.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
FactoryConfiguration.addData(Data newDatum) |
int |
Data.compareTo(Data datum) |
Data |
FactoryConfiguration.getData(Data findme)
Search for Data by value
|
boolean |
FactoryConfiguration.removeData(Data datum) |
protected void |
PropertiesFactoryConfiguration.setProperties(org.apache.velocity.util.ExtProperties props,
Data data) |
| Modifier and Type | Method and Description |
|---|---|
void |
FactoryConfiguration.setData(Collection<Data> data) |
| Constructor and Description |
|---|
ConfigurationException(Data data,
String message) |
ConfigurationException(Data data,
String message,
Throwable cause) |
ConfigurationException(Data data,
Throwable cause) |
EasyData(Data datum,
Configuration parent) |
NullKeyException(Data data) |
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.