Uses of Class
edu.cornell.mannlib.vitro.webapp.utils.configuration.ConfigurationBeanLoaderException
-
Packages that use ConfigurationBeanLoaderException Package Description edu.cornell.mannlib.vitro.webapp.utils.configuration -
-
Uses of ConfigurationBeanLoaderException in edu.cornell.mannlib.vitro.webapp.utils.configuration
Methods in edu.cornell.mannlib.vitro.webapp.utils.configuration that throw ConfigurationBeanLoaderException Modifier and Type Method Description <T> Set<T>ConfigurationBeanLoader. loadAll(Class<T> resultClass)Find all of the resources with the specified class, and instantiate them.<T> TConfigurationBeanLoader. loadInstance(String uri, Class<T> resultClass)Load the instance with this URI, if it is assignable to this class.voidWrappedInstance. setProperties(ConfigurationBeanLoader loader, Collection<PropertyType.PropertyStatement> propertyStatements)The loader provides the distilled property statements from the RDF, to populate the instance.
-