Bioclispe Extension Points
net.bioclipse.bioclipseResources
Provides an extension point for a Bioclipse resource. Each resource is a bit of information that can be processed in Bioclipse.
Plugins that provide extenstions:
* bc_cdk : CDKResource
* bc_cml : CMLResource
* bc_biojava : BiojavaResource
net.bioclipse.bioResourceFormatDetector
Provides an extension point that allows determining the format of net.bioclipse.bioclipseResources extensions. It is expected to get the 'resource of the persisted resource' and create an input stream and scan that itself.
Plugins that provide extenstions:
* bc_cdk
net.bioclipse.searchProviders
Provides an extension point that allows searching on online content. This is not included in the 1.0 release.