Uses of Class
eu.larkc.core.pluginregistry.PluginRegistryQueryException

Packages that use PluginRegistryQueryException
eu.larkc.core   
eu.larkc.core.pluginregistry   
eu.larkc.core.resourceregistry   
 

Uses of PluginRegistryQueryException in eu.larkc.core
 

Methods in eu.larkc.core that throw PluginRegistryQueryException
 void PluginRegistryTest.testAllPluginsMethods()
          Tests if _test plug-ins are in the registry
 void PluginRegistryTest.testEndpointDataRetrieval()
          Test whether plug-in endpoints are returned correctly
 

Uses of PluginRegistryQueryException in eu.larkc.core.pluginregistry
 

Methods in eu.larkc.core.pluginregistry that throw PluginRegistryQueryException
 java.util.Collection<org.openrdf.model.URI> PluginRegistry.getAllDeciders()
          Returns the URIs of all the Decider plug-ins available to the platform
 java.util.Collection<org.openrdf.model.URI> PluginRegistry.getAllIdentifiers()
          Returns the URIs of all the Identifier plug-ins available to the platform
 java.util.Collection<org.openrdf.model.URI> PluginRegistry.getAllPlugins()
          Returns the URIs of all the plug-ins available to the platform
 java.util.Collection<org.openrdf.model.URI> PluginRegistry.getAllReasoners()
          Returns the URIs of all the Reasoner plug-ins available to the platform
 java.util.Collection<org.openrdf.model.URI> PluginRegistry.getAllSelecters()
          Returns the URIs of all the Selecter plug-ins available to the platform
 java.util.Collection<org.openrdf.model.URI> PluginRegistry.getAllTransformers()
          Returns the URIs of all the Transformer plug-ins available to the platform
 java.lang.String PluginRegistry.getPluginEndpoint(org.openrdf.model.URI _Plugin)
          Returns the Endpoint (how to access it) of the given plug-ins
 java.util.Collection<org.openrdf.model.URI> PluginRegistry.getPluginSparql(java.lang.String sparqlQuery)
          Returns a collection of all the plug-ins that correspond to the specified input SPARQL query
 

Uses of PluginRegistryQueryException in eu.larkc.core.resourceregistry
 

Methods in eu.larkc.core.resourceregistry that throw PluginRegistryQueryException
 java.util.Collection<org.openrdf.model.URI> ResourceRegistry.getAllResources()