| Package | Description |
|---|---|
| org.protempa.backend |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.merge(Configuration otherConfiguration) |
abstract Object |
BackendPropertyType.parse(String propertyName,
String value) |
void |
BackendPropertyType.parseProperty(BackendInstanceSpec instanceSpec,
BackendPropertySpec propertySpec,
String value) |
void |
BackendInstanceSpec.parseProperty(String name,
String valueStr) |
void |
BackendPropertyType.setProperty(BackendInstanceSpec instanceSpec,
BackendPropertySpec propertySpec,
Object value) |
void |
BackendInstanceSpec.setProperty(BackendPropertySpec spec,
Object value) |
void |
BackendInstanceSpec.setProperty(String name,
Object value) |
void |
BackendPropertySpec.validate(Object value)
Checks if the value null but required, then checks if the value has the
right type, then calls the specified validator's
BackendPropertyValidator.validate(java.lang.String, java.lang.Object) method. |
void |
BackendPropertyValidator.validate(String name,
E value) |
void |
DefaultBackendPropertyValidator.validate(String name,
Object value) |
Copyright © 2012–2018 Emory University. All rights reserved.