[MOBY-guts] biomoby commit
Martin Senger
senger at dev.open-bio.org
Tue Nov 21 13:04:16 UTC 2006
senger
Tue Nov 21 08:04:15 EST 2006
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared
In directory dev.open-bio.org:/tmp/cvs-serv14563/src/main/org/biomoby/shared
Modified Files:
Central.java
Log Message:
Added "Released-Date" tag to joMby jar files
moby-live/Java/src/main/org/biomoby/shared Central.java,1.15,1.16
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Central.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Central.java 2005/11/16 08:39:48 1.15
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/Central.java 2006/11/21 13:04:15 1.16
@@ -110,7 +110,7 @@
* values are their authorities
* @throws MobyException if communication with the Moby Registry fails
*************************************************************************/
- Map getServiceNames()
+ Map<String,String> getServiceNames()
throws MobyException;
/**************************************************************************
@@ -124,7 +124,7 @@
* are arrays of service names provided by each authority
* @throws MobyException if communication with the Moby Registry fails
*************************************************************************/
- Map getServiceNamesByAuthority()
+ Map<String,String[]> getServiceNamesByAuthority()
throws MobyException;
/**************************************************************************
@@ -143,7 +143,7 @@
* values are their descriptions
* @throws MobyException if communication with the Moby Registry fails
*************************************************************************/
- Map getServiceTypes()
+ Map<String,String> getServiceTypes()
throws MobyException;
/**************************************************************************
@@ -171,7 +171,7 @@
* values are their descriptions
* @throws MobyException if communication with the Moby Registry fails
*************************************************************************/
- Map getNamespaces()
+ Map<String,String> getNamespaces()
throws MobyException;
/**************************************************************************
@@ -191,7 +191,7 @@
* values are their descriptions
* @throws MobyException if communication with the Moby Registry fails
*************************************************************************/
- Map getDataTypeNames()
+ Map<String,String> getDataTypeNames()
throws MobyException;
/*************************************************************************
@@ -214,7 +214,7 @@
* values (of type String) are data type names.
* @throws MobyException if communication with the Moby Registry fails
*************************************************************************/
- Map getDataTypeRelationships (String dataTypeName)
+ Map<String,String> getDataTypeRelationships (String dataTypeName)
throws MobyException;
/**************************************************************************
More information about the MOBY-guts
mailing list