|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationException | |
|---|---|
| com.bigdata.config | |
| Uses of ConfigurationException in com.bigdata.config |
|---|
| Methods in com.bigdata.config that throw ConfigurationException | ||
|---|---|---|
void |
IValidator.accept(String key,
String val,
E arg)
|
|
void |
IntegerValidator.accept(String key,
String val,
Integer arg)
Accepts all values by default. |
|
void |
IntegerRangeValidator.accept(String key,
String val,
Integer arg)
Accepts all values in the range specified to the ctor. |
|
void |
LongValidator.accept(String key,
String val,
Long arg)
Accepts all values by default. |
|
void |
LongRangeValidator.accept(String key,
String val,
Long arg)
Accepts all values in the range specified to the ctor. |
|
static
|
Configuration.getProperty(IIndexManager indexManager,
Properties properties,
String namespace,
String globalName,
String defaultValue,
IValidator<E> validator)
Variant converts to the specified generic type and validates the value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||