bioResourceFormatDetector

net.bioclipse.bioResourceFormatDetector

0.9.9

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.

<!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>


Extensions must implement the IBioResourceFormatDetector interface.