From: jprocter Date: Fri, 11 May 2012 13:14:14 +0000 (+0100) Subject: JAL-424 TODO: new method signature for local source creation X-Git-Tag: Jalview_2_9~532^2~9 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=054c9f2b5f902124ba242edeec2080df69630afe;p=jalview.git JAL-424 TODO: new method signature for local source creation --- diff --git a/src/jalview/ws/dbsources/das/api/DasSourceRegistryI.java b/src/jalview/ws/dbsources/das/api/DasSourceRegistryI.java index b745519..35e29b2 100644 --- a/src/jalview/ws/dbsources/das/api/DasSourceRegistryI.java +++ b/src/jalview/ws/dbsources/das/api/DasSourceRegistryI.java @@ -22,6 +22,7 @@ public interface DasSourceRegistryI jalviewSourceI getSource(String nickname); + //TODO: re JAL-424 - introduce form where local source is queried for metadata, rather than have it all provided by caller. jalviewSourceI createLocalSource(String uri, String name, boolean sequence, boolean features); boolean removeLocalSource(jalviewSourceI source);