| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.utils.configuration |
| Modifier and Type | Method and Description |
|---|---|
<T> Set<T> |
ConfigurationBeanLoader.loadAll(Class<T> resultClass)
Find all of the resources with the specified class, and instantiate them.
|
<T> T |
ConfigurationBeanLoader.loadInstance(String uri,
Class<T> resultClass)
Load the instance with this URI, if it is assignable to this class.
|
void |
WrappedInstance.setProperties(ConfigurationBeanLoader loader,
Collection<PropertyType.PropertyStatement> propertyStatements)
The loader provides the distilled property statements from the RDF, to
populate the instance.
|
Copyright © 2016. All rights reserved.