|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objects that can be used to produce a UnigeneDB
instance
given a URL.
This class is intended for implementers of the Unigene functionality
The URL is used to locate the unigene data, as well as potentialy deciding
upon the access mechanism. Factory implementations are provided for
file
and jdbc
URLs. You can add another stoorage
mechanism to the system by writing an implementation of
UnigeneFactory
and registering it with UnigeneTools.
Method Summary | |
boolean |
canAccept(java.net.URL unigeneURL)
|
UnigeneDB |
createUnigene(java.net.URL unigeneURL)
|
UnigeneDB |
loadUnigene(java.net.URL unigeneURL)
|
Method Detail |
public UnigeneDB loadUnigene(java.net.URL unigeneURL) throws BioException
BioException
public UnigeneDB createUnigene(java.net.URL unigeneURL) throws BioException
BioException
public boolean canAccept(java.net.URL unigeneURL)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |