bioResourceFormatDetector
Identifier:
net.bioclipse.bioResourceFormatDetector
Since:
0.9.9
Description:
Extension point that can be implemented by plugins to provide format detection. It is independent from BioResources so that the format can be detected with parsing the file itself.
Configuration Markup:
<!ELEMENT extension (FormatDetector+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT FormatDetector EMPTY>
<!ATTLIST FormatDetector
FormatDetectorName CDATA #REQUIRED
class CDATA #REQUIRED>
- FormatDetectorName -
- class -
Examples:
API Information:
Extensions must implement the IBioResourceFormatDetector interface.