public class FormatTools extends Object
Modifier and Type | Field and Description |
---|---|
static ChangeTable.Changer |
EC_FROM_STRING |
public static final ChangeTable.Changer EC_FROM_STRING
public static Format getFormat(String formatName) throws BioException
The string will be resolved in the following way:
org.biojava.bio.program.formats
with that name
It is not specified if the format returned is a new instance or not.
This method uses the service providor framework to find format providers. If you add formats to the core biojava distribution, you must add the class name to the filebiojava-live/resources/META-INF/services/org.biojava.bio.program.formats.Format
/ If you implement formats and
place them in your own .jar files, you should put the class name in a
similarly named file in your jar. This should mean that the format becomes
automatically registered with the system.formatName
- the Stirng to use to find the format nameBioException
- if the format could not be resolved for some reasonCopyright © 2014 BioJava. All rights reserved.