diff options
author | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-24 14:45:36 +0000 |
---|---|---|
committer | Matt Windsor <mattwindsor@btinternet.com> | 2011-03-24 14:45:36 +0000 |
commit | edf99237651912c729ae89464ca8cc1305c55957 (patch) | |
tree | eb4facbffd59c0d7fc590af412c5a1523c50402d /doc/uk/org/ury/common | |
parent | cb0a78131286b1a312351308d2cb6e59ed122fef (diff) |
Documentation refresh; classpath update; CODECHANGE: moved content serving in request handling to abstract request handler.
Diffstat (limited to 'doc/uk/org/ury/common')
56 files changed, 595 insertions, 153 deletions
diff --git a/doc/uk/org/ury/common/library/LibraryUtils.html b/doc/uk/org/ury/common/library/LibraryUtils.html index 17c9bd1..39bac0c 100644 --- a/doc/uk/org/ury/common/library/LibraryUtils.html +++ b/doc/uk/org/ury/common/library/LibraryUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:46 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 --> <TITLE> LibraryUtils </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -101,8 +101,8 @@ java.lang.Object </PRE> <P> -A set of common utility routines to facilitate the extraction of - library items from the library areas of the URY database. +A set of common utility routines to facilitate the extraction of library + items from the library areas of the URY database. <P> <P> @@ -145,7 +145,7 @@ A set of common utility routines to facilitate the extraction of java.lang.String search)</CODE> <BR> - Perform a library search.</TD> + Performs a library search.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> @@ -195,20 +195,17 @@ public static java.util.List<<A HREF="../../../../../uk/org/ury/common/librar throws <A HREF="../../../../../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A>, <A HREF="../../../../../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A></PRE> <DL> -<DD>Perform a library search. +<DD>Performs a library search. <P> <DD><DL> -<DT><B>Parameters:</B><DD><CODE>db</CODE> - The database to query.<DD><CODE>search</CODE> - The search fragment to include in the search. - Can be empty or null. +<DT><B>Parameters:</B><DD><CODE>db</CODE> - The database to query.<DD><CODE>search</CODE> - The search fragment to include in the search. Can be empty or + null. <DT><B>Returns:</B><DD>a list of LibraryItems matching the search terms. <DT><B>Throws:</B> -<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the search term is - are null. -<DD><CODE><A HREF="../../../../../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A></CODE> - if the database backend - yielded an error while executing the search - query. -<DD><CODE><A HREF="../../../../../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A></CODE> - if the search term is - empty (to be handled as a user error).</DL> +<DD><CODE>java.lang.IllegalArgumentException</CODE> - if the search term is are null. +<DD><CODE><A HREF="../../../../../uk/org/ury/backend/database/exceptions/QueryFailureException.html" title="class in uk.org.ury.backend.database.exceptions">QueryFailureException</A></CODE> - if the database backend yielded an error while executing the + search query. +<DD><CODE><A HREF="../../../../../uk/org/ury/common/library/exceptions/EmptySearchException.html" title="class in uk.org.ury.common.library.exceptions">EmptySearchException</A></CODE> - if the search term is empty (to be handled as a user error).</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> diff --git a/doc/uk/org/ury/common/library/class-use/LibraryUtils.html b/doc/uk/org/ury/common/library/class-use/LibraryUtils.html index ceeb507..55b07c0 100644 --- a/doc/uk/org/ury/common/library/class-use/LibraryUtils.html +++ b/doc/uk/org/ury/common/library/class-use/LibraryUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.library.LibraryUtils </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html b/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html index 6275938..be18c1b 100644 --- a/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html +++ b/doc/uk/org/ury/common/library/exceptions/EmptySearchException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:47 GMT 2011 --> <TITLE> EmptySearchException </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html b/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html index fef6228..22cad31 100644 --- a/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html +++ b/doc/uk/org/ury/common/library/exceptions/class-use/EmptySearchException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.library.exceptions.EmptySearchException </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> @@ -121,7 +121,7 @@ Uses of <A HREF="../../../../../../../uk/org/ury/common/library/exceptions/Empty java.lang.String search)</CODE> <BR> - Perform a library search.</TD> + Performs a library search.</TD> </TR> </TABLE> diff --git a/doc/uk/org/ury/common/library/exceptions/package-frame.html b/doc/uk/org/ury/common/library/exceptions/package-frame.html index 9eabd15..e7cd898 100644 --- a/doc/uk/org/ury/common/library/exceptions/package-frame.html +++ b/doc/uk/org/ury/common/library/exceptions/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.library.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/exceptions/package-summary.html b/doc/uk/org/ury/common/library/exceptions/package-summary.html index 71be17a..3820a99 100644 --- a/doc/uk/org/ury/common/library/exceptions/package-summary.html +++ b/doc/uk/org/ury/common/library/exceptions/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.library.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/exceptions/package-tree.html b/doc/uk/org/ury/common/library/exceptions/package-tree.html index b6fd4b7..1d7fda1 100644 --- a/doc/uk/org/ury/common/library/exceptions/package-tree.html +++ b/doc/uk/org/ury/common/library/exceptions/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.library.exceptions Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/exceptions/package-use.html b/doc/uk/org/ury/common/library/exceptions/package-use.html index fe5dfca..b0c91aa 100644 --- a/doc/uk/org/ury/common/library/exceptions/package-use.html +++ b/doc/uk/org/ury/common/library/exceptions/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.common.library.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/item/LibraryItem.html b/doc/uk/org/ury/common/library/item/LibraryItem.html index d72ba28..2358ecf 100644 --- a/doc/uk/org/ury/common/library/item/LibraryItem.html +++ b/doc/uk/org/ury/common/library/item/LibraryItem.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:47 GMT 2011 --> <TITLE> LibraryItem </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/item/LibraryItemProperty.html b/doc/uk/org/ury/common/library/item/LibraryItemProperty.html index 7b2150e..fc02d8a 100644 --- a/doc/uk/org/ury/common/library/item/LibraryItemProperty.html +++ b/doc/uk/org/ury/common/library/item/LibraryItemProperty.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:47 GMT 2011 --> <TITLE> LibraryItemProperty </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html b/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html index f460c06..2af73bc 100644 --- a/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html +++ b/doc/uk/org/ury/common/library/item/class-use/LibraryItem.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.library.item.LibraryItem </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> @@ -121,7 +121,7 @@ Uses of <A HREF="../../../../../../../uk/org/ury/common/library/item/LibraryItem java.lang.String search)</CODE> <BR> - Perform a library search.</TD> + Performs a library search.</TD> </TR> </TABLE> diff --git a/doc/uk/org/ury/common/library/item/class-use/LibraryItemProperty.html b/doc/uk/org/ury/common/library/item/class-use/LibraryItemProperty.html index 20e6507..a2d52a1 100644 --- a/doc/uk/org/ury/common/library/item/class-use/LibraryItemProperty.html +++ b/doc/uk/org/ury/common/library/item/class-use/LibraryItemProperty.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.library.item.LibraryItemProperty </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/item/package-frame.html b/doc/uk/org/ury/common/library/item/package-frame.html index abd1b4e..e02b0be 100644 --- a/doc/uk/org/ury/common/library/item/package-frame.html +++ b/doc/uk/org/ury/common/library/item/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.library.item </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/item/package-summary.html b/doc/uk/org/ury/common/library/item/package-summary.html index a1330d0..33fb6f7 100644 --- a/doc/uk/org/ury/common/library/item/package-summary.html +++ b/doc/uk/org/ury/common/library/item/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.library.item </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/item/package-tree.html b/doc/uk/org/ury/common/library/item/package-tree.html index 8ef50c5..e0c84af 100644 --- a/doc/uk/org/ury/common/library/item/package-tree.html +++ b/doc/uk/org/ury/common/library/item/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.library.item Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/item/package-use.html b/doc/uk/org/ury/common/library/item/package-use.html index 3424b63..52a3731 100644 --- a/doc/uk/org/ury/common/library/item/package-use.html +++ b/doc/uk/org/ury/common/library/item/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.common.library.item </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/package-frame.html b/doc/uk/org/ury/common/library/package-frame.html index fa4d666..374ef00 100644 --- a/doc/uk/org/ury/common/library/package-frame.html +++ b/doc/uk/org/ury/common/library/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.library </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/package-summary.html b/doc/uk/org/ury/common/library/package-summary.html index 986e26b..2129365 100644 --- a/doc/uk/org/ury/common/library/package-summary.html +++ b/doc/uk/org/ury/common/library/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.library </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -90,8 +90,8 @@ Package uk.org.ury.common.library </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../uk/org/ury/common/library/LibraryUtils.html" title="class in uk.org.ury.common.library">LibraryUtils</A></B></TD> -<TD>A set of common utility routines to facilitate the extraction of - library items from the library areas of the URY database.</TD> +<TD>A set of common utility routines to facilitate the extraction of library + items from the library areas of the URY database.</TD> </TR> </TABLE> diff --git a/doc/uk/org/ury/common/library/package-tree.html b/doc/uk/org/ury/common/library/package-tree.html index 4cca21e..0a60407 100644 --- a/doc/uk/org/ury/common/library/package-tree.html +++ b/doc/uk/org/ury/common/library/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.library Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/library/package-use.html b/doc/uk/org/ury/common/library/package-use.html index 36dc7e5..8f7ff8a 100644 --- a/doc/uk/org/ury/common/library/package-use.html +++ b/doc/uk/org/ury/common/library/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.common.library </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/protocol/Directive.html b/doc/uk/org/ury/common/protocol/Directive.html index 6896a31..7b34397 100644 --- a/doc/uk/org/ury/common/protocol/Directive.html +++ b/doc/uk/org/ury/common/protocol/Directive.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:47 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:43 GMT 2011 --> <TITLE> Directive </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/protocol/ProtocolUtils.html b/doc/uk/org/ury/common/protocol/ProtocolUtils.html index 204f4e2..05de494 100644 --- a/doc/uk/org/ury/common/protocol/ProtocolUtils.html +++ b/doc/uk/org/ury/common/protocol/ProtocolUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:47 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:43 GMT 2011 --> <TITLE> ProtocolUtils </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> @@ -140,11 +140,11 @@ Utilities for converting between strings encoded in the response protocol and </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static java.util.Map<?,?></CODE></FONT></TD> +<CODE>static java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#decode(java.lang.String)">decode</A></B>(java.lang.String string)</CODE> <BR> - Decode a protocol string into a key-value map.</TD> + Decodes a protocol string into a key-value map.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> @@ -157,10 +157,10 @@ Utilities for converting between strings encoded in the response protocol and <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static boolean</CODE></FONT></TD> -<TD><CODE><B><A HREF="../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)">responseIsOK</A></B>(java.util.Map<?,?> response)</CODE> +<TD><CODE><B><A HREF="../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)">responseIsOK</A></B>(java.util.Map<java.lang.String,java.lang.Object> response)</CODE> <BR> - Check if a response is flagged as having OK status.</TD> + Checks if a response is flagged as having OK status.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> @@ -205,7 +205,8 @@ public <B>ProtocolUtils</B>()</PRE> <A NAME="encode(java.util.Map)"><!-- --></A><H3> encode</H3> <PRE> -public static java.lang.String <B>encode</B>(java.util.Map<java.lang.String,java.lang.Object> items)</PRE> +public static java.lang.String <B>encode</B>(java.util.Map<java.lang.String,java.lang.Object> items) + throws <A HREF="../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A></PRE> <DL> <DD>Encode a key-value map into a protocol string. @@ -217,7 +218,9 @@ public static java.lang.String <B>encode</B>(java.util.Map<java.lang.String,j <DT><B>Parameters:</B><DD><CODE>items</CODE> - The key-value map of items, which should contain strings, lists and maps. The keys of any map should be protocol directives. -<DT><B>Returns:</B><DD>A string containing the encoded representation of the map.</DL> +<DT><B>Returns:</B><DD>A string containing the encoded representation of the map. +<DT><B>Throws:</B> +<DD><CODE><A HREF="../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A></CODE> - if the encoding engine fails to encode the map as a string.</DL> </DD> </DL> <HR> @@ -225,16 +228,16 @@ public static java.lang.String <B>encode</B>(java.util.Map<java.lang.String,j <A NAME="decode(java.lang.String)"><!-- --></A><H3> decode</H3> <PRE> -public static java.util.Map<?,?> <B>decode</B>(java.lang.String string) - throws <A HREF="../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">DecodeFailureException</A></PRE> +public static java.util.Map<java.lang.String,java.lang.Object> <B>decode</B>(java.lang.String string) + throws <A HREF="../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">DecodeFailureException</A></PRE> <DL> -<DD>Decode a protocol string into a key-value map. +<DD>Decodes a protocol string into a key-value map. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>string</CODE> - The string to decode. <DT><B>Returns:</B><DD>A key-value map mapping directives to strings, lists and maps. <DT><B>Throws:</B> -<DD><CODE><A HREF="../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">DecodeFailureException</A></CODE> - if the decoding engine returns something other than a map.</DL> +<DD><CODE><A HREF="../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">DecodeFailureException</A></CODE> - if the decoding engine fails to decode the string.</DL> </DD> </DL> <HR> @@ -242,10 +245,10 @@ public static java.util.Map<?,?> <B>decode</B>(java.lang.String strin <A NAME="responseIsOK(java.util.Map)"><!-- --></A><H3> responseIsOK</H3> <PRE> -public static boolean <B>responseIsOK</B>(java.util.Map<?,?> response) +public static boolean <B>responseIsOK</B>(java.util.Map<java.lang.String,java.lang.Object> response) throws <A HREF="../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions">InvalidMessageException</A></PRE> <DL> -<DD>Check if a response is flagged as having OK status. +<DD>Checks if a response is flagged as having OK status. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>response</CODE> - The response message, as a key-value map (eg in decoded diff --git a/doc/uk/org/ury/common/protocol/Status.html b/doc/uk/org/ury/common/protocol/Status.html index 2aacd37..5817226 100644 --- a/doc/uk/org/ury/common/protocol/Status.html +++ b/doc/uk/org/ury/common/protocol/Status.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:47 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:43 GMT 2011 --> <TITLE> Status </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/protocol/class-use/Directive.html b/doc/uk/org/ury/common/protocol/class-use/Directive.html index 8e8773a..3fbcaf0 100644 --- a/doc/uk/org/ury/common/protocol/class-use/Directive.html +++ b/doc/uk/org/ury/common/protocol/class-use/Directive.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.protocol.Directive </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/protocol/class-use/ProtocolUtils.html b/doc/uk/org/ury/common/protocol/class-use/ProtocolUtils.html index 3fa2218..4b1c665 100644 --- a/doc/uk/org/ury/common/protocol/class-use/ProtocolUtils.html +++ b/doc/uk/org/ury/common/protocol/class-use/ProtocolUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.protocol.ProtocolUtils </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/protocol/class-use/Status.html b/doc/uk/org/ury/common/protocol/class-use/Status.html index be9a264..916c5ce 100644 --- a/doc/uk/org/ury/common/protocol/class-use/Status.html +++ b/doc/uk/org/ury/common/protocol/class-use/Status.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.protocol.Status </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/protocol/exceptions/DecodeFailureException.html b/doc/uk/org/ury/common/protocol/exceptions/DecodeFailureException.html index 50bc91a..c5b30dd 100644 --- a/doc/uk/org/ury/common/protocol/exceptions/DecodeFailureException.html +++ b/doc/uk/org/ury/common/protocol/exceptions/DecodeFailureException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:46 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 --> <TITLE> DecodeFailureException </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> @@ -56,7 +56,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS - <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" target="_top"><B>FRAMES</B></A> <A HREF="DecodeFailureException.html" target="_top"><B>NO FRAMES</B></A> @@ -127,10 +127,10 @@ Exception thrown when the protocol decoder fails. <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> -<TD><CODE><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html#DecodeFailureException(java.lang.String)">DecodeFailureException</A></B>(java.lang.String reason)</CODE> +<TD><CODE><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html#DecodeFailureException(java.lang.Throwable)">DecodeFailureException</A></B>(java.lang.Throwable cause)</CODE> <BR> - Construct a new DecodeFailureException with a reason.</TD> + Construct a new DecodeFailureException with a chained exception.</TD> </TR> </TABLE> @@ -174,15 +174,15 @@ Exception thrown when the protocol decoder fails. </TR> </TABLE> -<A NAME="DecodeFailureException(java.lang.String)"><!-- --></A><H3> +<A NAME="DecodeFailureException(java.lang.Throwable)"><!-- --></A><H3> DecodeFailureException</H3> <PRE> -public <B>DecodeFailureException</B>(java.lang.String reason)</PRE> +public <B>DecodeFailureException</B>(java.lang.Throwable cause)</PRE> <DL> -<DD>Construct a new DecodeFailureException with a reason. +<DD>Construct a new DecodeFailureException with a chained exception. <P> <DL> -<DT><B>Parameters:</B><DD><CODE>reason</CODE> - The reason for throwing the exception.</DL> +<DT><B>Parameters:</B><DD><CODE>cause</CODE> - The exception to chain.</DL> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> @@ -216,7 +216,7 @@ public <B>DecodeFailureException</B>(java.lang.String reason)</PRE> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS - <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD> + <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" target="_top"><B>FRAMES</B></A> <A HREF="DecodeFailureException.html" target="_top"><B>NO FRAMES</B></A> diff --git a/doc/uk/org/ury/common/protocol/exceptions/EncodeFailureException.html b/doc/uk/org/ury/common/protocol/exceptions/EncodeFailureException.html new file mode 100644 index 0000000..2d932d7 --- /dev/null +++ b/doc/uk/org/ury/common/protocol/exceptions/EncodeFailureException.html @@ -0,0 +1,250 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 --> +<TITLE> +EncodeFailureException +</TITLE> + +<META NAME="date" CONTENT="2011-03-24"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="EncodeFailureException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EncodeFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="EncodeFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<!-- ======== START OF CLASS DATA ======== --> +<H2> +<FONT SIZE="-1"> +uk.org.ury.common.protocol.exceptions</FONT> +<BR> +Class EncodeFailureException</H2> +<PRE> +java.lang.Object + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception + <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.common.protocol.exceptions.EncodeFailureException</B> +</PRE> +<DL> +<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD> +</DL> +<HR> +<DL> +<DT><PRE>public class <B>EncodeFailureException</B><DT>extends java.lang.Exception</DL> +</PRE> + +<P> +Exception thrown when the protocol encoder fails. +<P> + +<P> +<DL> +<DT><B>Author:</B></DT> + <DD>Matt Windsor</DD> +<DT><B>See Also:</B><DD><A HREF="../../../../../../serialized-form.html#uk.org.ury.common.protocol.exceptions.EncodeFailureException">Serialized Form</A></DL> +<HR> + +<P> + +<!-- ======== CONSTRUCTOR SUMMARY ======== --> + +<A NAME="constructor_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Constructor Summary</B></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html#EncodeFailureException(java.lang.Throwable)">EncodeFailureException</A></B>(java.lang.Throwable cause)</CODE> + +<BR> + Construct a new EncodeFailureException with a chained exception.</TD> +</TR> +</TABLE> + +<!-- ========== METHOD SUMMARY =========== --> + +<A NAME="method_summary"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +<B>Method Summary</B></FONT></TH> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD> +</TR> +</TABLE> + <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> +</TR> +</TABLE> + +<P> + +<!-- ========= CONSTRUCTOR DETAIL ======== --> + +<A NAME="constructor_detail"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> +<B>Constructor Detail</B></FONT></TH> +</TR> +</TABLE> + +<A NAME="EncodeFailureException(java.lang.Throwable)"><!-- --></A><H3> +EncodeFailureException</H3> +<PRE> +public <B>EncodeFailureException</B>(java.lang.Throwable cause)</PRE> +<DL> +<DD>Construct a new EncodeFailureException with a chained exception. +<P> +<DL> +<DT><B>Parameters:</B><DD><CODE>cause</CODE> - The exception to chain.</DL> +</DL> +<!-- ========= END OF CLASS DATA ========= --> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EncodeFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="EncodeFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +<TR> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> + SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD> +<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> +DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/common/protocol/exceptions/InvalidMessageException.html b/doc/uk/org/ury/common/protocol/exceptions/InvalidMessageException.html index 0653219..b515d43 100644 --- a/doc/uk/org/ury/common/protocol/exceptions/InvalidMessageException.html +++ b/doc/uk/org/ury/common/protocol/exceptions/InvalidMessageException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:46 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 --> <TITLE> InvalidMessageException </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> @@ -55,7 +55,7 @@ function windowTitle() <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" target="_top"><B>FRAMES</B></A> @@ -216,7 +216,7 @@ public <B>InvalidMessageException</B>(java.lang.String reason)</PRE> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> - <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A> + <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" target="_top"><B>FRAMES</B></A> diff --git a/doc/uk/org/ury/common/protocol/exceptions/class-use/DecodeFailureException.html b/doc/uk/org/ury/common/protocol/exceptions/class-use/DecodeFailureException.html index e6b89a8..52896c4 100644 --- a/doc/uk/org/ury/common/protocol/exceptions/class-use/DecodeFailureException.html +++ b/doc/uk/org/ury/common/protocol/exceptions/class-use/DecodeFailureException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.protocol.exceptions.DecodeFailureException </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> @@ -116,11 +116,11 @@ Uses of <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/Deco </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE>static java.util.Map<?,?></CODE></FONT></TD> +<CODE>static java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> <TD><CODE><B>ProtocolUtils.</B><B><A HREF="../../../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#decode(java.lang.String)">decode</A></B>(java.lang.String string)</CODE> <BR> - Decode a protocol string into a key-value map.</TD> + Decodes a protocol string into a key-value map.</TD> </TR> </TABLE> @@ -141,7 +141,7 @@ Uses of <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/Deco </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> -<CODE> java.util.Map<?,?></CODE></FONT></TD> +<CODE> java.util.Map<java.lang.String,java.lang.Object></CODE></FONT></TD> <TD><CODE><B>Client.</B><B><A HREF="../../../../../../../uk/org/ury/frontend/client/Client.html#get(java.lang.String)">get</A></B>(java.lang.String file)</CODE> <BR> diff --git a/doc/uk/org/ury/common/protocol/exceptions/class-use/EncodeFailureException.html b/doc/uk/org/ury/common/protocol/exceptions/class-use/EncodeFailureException.html new file mode 100644 index 0000000..6f571ae --- /dev/null +++ b/doc/uk/org/ury/common/protocol/exceptions/class-use/EncodeFailureException.html @@ -0,0 +1,180 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!--NewPage--> +<HTML> +<HEAD> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> +<TITLE> +Uses of Class uk.org.ury.common.protocol.exceptions.EncodeFailureException +</TITLE> + +<META NAME="date" CONTENT="2011-03-24"> + +<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> + +<SCRIPT type="text/javascript"> +function windowTitle() +{ + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class uk.org.ury.common.protocol.exceptions.EncodeFailureException"; + } +} +</SCRIPT> +<NOSCRIPT> +</NOSCRIPT> + +</HEAD> + +<BODY BGCOLOR="white" onload="windowTitle();"> +<HR> + + +<!-- ========= START OF TOP NAVBAR ======= --> +<A NAME="navbar_top"><!-- --></A> +<A HREF="#skip-navbar_top" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_top_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html?uk/org/ury/common/protocol/exceptions//class-useEncodeFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="EncodeFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_top"></A> +<!-- ========= END OF TOP NAVBAR ========= --> + +<HR> +<CENTER> +<H2> +<B>Uses of Class<br>uk.org.ury.common.protocol.exceptions.EncodeFailureException</B></H2> +</CENTER> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Packages that use <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><A HREF="#uk.org.ury.common.protocol"><B>uk.org.ury.common.protocol</B></A></TD> +<TD> </TD> +</TR> +</TABLE> + +<P> +<A NAME="uk.org.ury.common.protocol"><!-- --></A> +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> +<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> +Uses of <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A> in <A HREF="../../../../../../../uk/org/ury/common/protocol/package-summary.html">uk.org.ury.common.protocol</A></FONT></TH> +</TR> +</TABLE> + +<P> + +<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> +<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> +<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../uk/org/ury/common/protocol/package-summary.html">uk.org.ury.common.protocol</A> that throw <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A></FONT></TH> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> +<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> +<CODE>static java.lang.String</CODE></FONT></TD> +<TD><CODE><B>ProtocolUtils.</B><B><A HREF="../../../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#encode(java.util.Map)">encode</A></B>(java.util.Map<java.lang.String,java.lang.Object> items)</CODE> + +<BR> + Encode a key-value map into a protocol string.</TD> +</TR> +</TABLE> + +<P> +<HR> + + +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<A NAME="navbar_bottom"><!-- --></A> +<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> +<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> +<TR> +<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> +<A NAME="navbar_bottom_firstrow"><!-- --></A> +<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> + <TR ALIGN="center" VALIGN="top"> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD> + <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> + <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> + </TR> +</TABLE> +</TD> +<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> +</EM> +</TD> +</TR> + +<TR> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + PREV + NEXT</FONT></TD> +<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> + <A HREF="../../../../../../../index.html?uk/org/ury/common/protocol/exceptions//class-useEncodeFailureException.html" target="_top"><B>FRAMES</B></A> + <A HREF="EncodeFailureException.html" target="_top"><B>NO FRAMES</B></A> + <SCRIPT type="text/javascript"> + <!-- + if(window==top) { + document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); + } + //--> +</SCRIPT> +<NOSCRIPT> + <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> +</NOSCRIPT> + + +</FONT></TD> +</TR> +</TABLE> +<A NAME="skip-navbar_bottom"></A> +<!-- ======== END OF BOTTOM NAVBAR ======= --> + +<HR> + +</BODY> +</HTML> diff --git a/doc/uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html b/doc/uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html index 38cd47a..81710b1 100644 --- a/doc/uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html +++ b/doc/uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.protocol.exceptions.InvalidMessageException </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> @@ -117,10 +117,10 @@ Uses of <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/Inva <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static boolean</CODE></FONT></TD> -<TD><CODE><B>ProtocolUtils.</B><B><A HREF="../../../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)">responseIsOK</A></B>(java.util.Map<?,?> response)</CODE> +<TD><CODE><B>ProtocolUtils.</B><B><A HREF="../../../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)">responseIsOK</A></B>(java.util.Map<java.lang.String,java.lang.Object> response)</CODE> <BR> - Check if a response is flagged as having OK status.</TD> + Checks if a response is flagged as having OK status.</TD> </TR> </TABLE> diff --git a/doc/uk/org/ury/common/protocol/exceptions/package-frame.html b/doc/uk/org/ury/common/protocol/exceptions/package-frame.html index dc92d8b..0bbc295 100644 --- a/doc/uk/org/ury/common/protocol/exceptions/package-frame.html +++ b/doc/uk/org/ury/common/protocol/exceptions/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.protocol.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> @@ -25,6 +25,8 @@ Exceptions</FONT> <BR> <A HREF="DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions" target="classFrame">DecodeFailureException</A> <BR> +<A HREF="EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions" target="classFrame">EncodeFailureException</A> +<BR> <A HREF="InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions" target="classFrame">InvalidMessageException</A></FONT></TD> </TR> </TABLE> diff --git a/doc/uk/org/ury/common/protocol/exceptions/package-summary.html b/doc/uk/org/ury/common/protocol/exceptions/package-summary.html index 5c26eba..acb4b40 100644 --- a/doc/uk/org/ury/common/protocol/exceptions/package-summary.html +++ b/doc/uk/org/ury/common/protocol/exceptions/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.protocol.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> @@ -93,6 +93,10 @@ Package uk.org.ury.common.protocol.exceptions <TD>Exception thrown when the protocol decoder fails.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD WIDTH="15%"><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A></B></TD> +<TD>Exception thrown when the protocol encoder fails.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions">InvalidMessageException</A></B></TD> <TD>Generic exception thrown when a protocol function cannot process a message due to an issue with the message.</TD> diff --git a/doc/uk/org/ury/common/protocol/exceptions/package-tree.html b/doc/uk/org/ury/common/protocol/exceptions/package-tree.html index 83fdb25..8d22f87 100644 --- a/doc/uk/org/ury/common/protocol/exceptions/package-tree.html +++ b/doc/uk/org/ury/common/protocol/exceptions/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.protocol.exceptions Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> @@ -95,7 +95,7 @@ Class Hierarchy <LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable) <UL> <LI TYPE="circle">java.lang.Exception<UL> -<LI TYPE="circle">uk.org.ury.common.protocol.exceptions.<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>DecodeFailureException</B></A><LI TYPE="circle">uk.org.ury.common.protocol.exceptions.<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>InvalidMessageException</B></A></UL> +<LI TYPE="circle">uk.org.ury.common.protocol.exceptions.<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>DecodeFailureException</B></A><LI TYPE="circle">uk.org.ury.common.protocol.exceptions.<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>EncodeFailureException</B></A><LI TYPE="circle">uk.org.ury.common.protocol.exceptions.<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>InvalidMessageException</B></A></UL> </UL> </UL> </UL> diff --git a/doc/uk/org/ury/common/protocol/exceptions/package-use.html b/doc/uk/org/ury/common/protocol/exceptions/package-use.html index 3737f62..3075a67 100644 --- a/doc/uk/org/ury/common/protocol/exceptions/package-use.html +++ b/doc/uk/org/ury/common/protocol/exceptions/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.common.protocol.exceptions </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> @@ -117,6 +117,12 @@ Classes in <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/pack Exception thrown when the protocol decoder fails.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> +<TD><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/class-use/EncodeFailureException.html#uk.org.ury.common.protocol"><B>EncodeFailureException</B></A></B> + +<BR> + Exception thrown when the protocol encoder fails.</TD> +</TR> +<TR BGCOLOR="white" CLASS="TableRowColor"> <TD><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html#uk.org.ury.common.protocol"><B>InvalidMessageException</B></A></B> <BR> diff --git a/doc/uk/org/ury/common/protocol/package-frame.html b/doc/uk/org/ury/common/protocol/package-frame.html index 3b56421..08bdd9b 100644 --- a/doc/uk/org/ury/common/protocol/package-frame.html +++ b/doc/uk/org/ury/common/protocol/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.protocol </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/protocol/package-summary.html b/doc/uk/org/ury/common/protocol/package-summary.html index e6850e6..7ee0ec2 100644 --- a/doc/uk/org/ury/common/protocol/package-summary.html +++ b/doc/uk/org/ury/common/protocol/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.protocol </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/protocol/package-tree.html b/doc/uk/org/ury/common/protocol/package-tree.html index 7de4a9c..29d77dd 100644 --- a/doc/uk/org/ury/common/protocol/package-tree.html +++ b/doc/uk/org/ury/common/protocol/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.protocol Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/protocol/package-use.html b/doc/uk/org/ury/common/protocol/package-use.html index cbec9e8..5b44a36 100644 --- a/doc/uk/org/ury/common/protocol/package-use.html +++ b/doc/uk/org/ury/common/protocol/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.common.protocol </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/ShowChannel.html b/doc/uk/org/ury/common/show/ShowChannel.html index 9f2528b..5cfe7e7 100644 --- a/doc/uk/org/ury/common/show/ShowChannel.html +++ b/doc/uk/org/ury/common/show/ShowChannel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> ShowChannel </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/ShowUtils.html b/doc/uk/org/ury/common/show/ShowUtils.html index 43218ae..876573d 100644 --- a/doc/uk/org/ury/common/show/ShowUtils.html +++ b/doc/uk/org/ury/common/show/ShowUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> ShowUtils </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/class-use/ShowChannel.html b/doc/uk/org/ury/common/show/class-use/ShowChannel.html index e82e2cd..2bdfc4a 100644 --- a/doc/uk/org/ury/common/show/class-use/ShowChannel.html +++ b/doc/uk/org/ury/common/show/class-use/ShowChannel.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.show.ShowChannel </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/class-use/ShowUtils.html b/doc/uk/org/ury/common/show/class-use/ShowUtils.html index b4bcae7..5363f34 100644 --- a/doc/uk/org/ury/common/show/class-use/ShowUtils.html +++ b/doc/uk/org/ury/common/show/class-use/ShowUtils.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.show.ShowUtils </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/item/ShowItem.html b/doc/uk/org/ury/common/show/item/ShowItem.html index 8257954..7503a8e 100644 --- a/doc/uk/org/ury/common/show/item/ShowItem.html +++ b/doc/uk/org/ury/common/show/item/ShowItem.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:46 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 --> <TITLE> ShowItem </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/item/ShowItemProperty.html b/doc/uk/org/ury/common/show/item/ShowItemProperty.html index 90ecdf7..2333b6a 100644 --- a/doc/uk/org/ury/common/show/item/ShowItemProperty.html +++ b/doc/uk/org/ury/common/show/item/ShowItemProperty.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:46 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 --> <TITLE> ShowItemProperty </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/item/class-use/ShowItem.html b/doc/uk/org/ury/common/show/item/class-use/ShowItem.html index 9ea7f88..23ac652 100644 --- a/doc/uk/org/ury/common/show/item/class-use/ShowItem.html +++ b/doc/uk/org/ury/common/show/item/class-use/ShowItem.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.show.item.ShowItem </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/item/class-use/ShowItemProperty.html b/doc/uk/org/ury/common/show/item/class-use/ShowItemProperty.html index 6729510..fd00c1f 100644 --- a/doc/uk/org/ury/common/show/item/class-use/ShowItemProperty.html +++ b/doc/uk/org/ury/common/show/item/class-use/ShowItemProperty.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Class uk.org.ury.common.show.item.ShowItemProperty </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/item/package-frame.html b/doc/uk/org/ury/common/show/item/package-frame.html index 176ace4..a542825 100644 --- a/doc/uk/org/ury/common/show/item/package-frame.html +++ b/doc/uk/org/ury/common/show/item/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.show.item </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/item/package-summary.html b/doc/uk/org/ury/common/show/item/package-summary.html index d94427d..08e02b3 100644 --- a/doc/uk/org/ury/common/show/item/package-summary.html +++ b/doc/uk/org/ury/common/show/item/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.show.item </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/item/package-tree.html b/doc/uk/org/ury/common/show/item/package-tree.html index 35f025f..30394d0 100644 --- a/doc/uk/org/ury/common/show/item/package-tree.html +++ b/doc/uk/org/ury/common/show/item/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.show.item Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/item/package-use.html b/doc/uk/org/ury/common/show/item/package-use.html index 9207b51..d7a9c5a 100644 --- a/doc/uk/org/ury/common/show/item/package-use.html +++ b/doc/uk/org/ury/common/show/item/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.common.show.item </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/package-frame.html b/doc/uk/org/ury/common/show/package-frame.html index c2c1826..e5601eb 100644 --- a/doc/uk/org/ury/common/show/package-frame.html +++ b/doc/uk/org/ury/common/show/package-frame.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.show </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/package-summary.html b/doc/uk/org/ury/common/show/package-summary.html index fcf7784..47a4906 100644 --- a/doc/uk/org/ury/common/show/package-summary.html +++ b/doc/uk/org/ury/common/show/package-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.show </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/package-tree.html b/doc/uk/org/ury/common/show/package-tree.html index 5a5819a..5caa230 100644 --- a/doc/uk/org/ury/common/show/package-tree.html +++ b/doc/uk/org/ury/common/show/package-tree.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> uk.org.ury.common.show Class Hierarchy </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> diff --git a/doc/uk/org/ury/common/show/package-use.html b/doc/uk/org/ury/common/show/package-use.html index 1dc8c5c..ad463fb 100644 --- a/doc/uk/org/ury/common/show/package-use.html +++ b/doc/uk/org/ury/common/show/package-use.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 --> <TITLE> Uses of Package uk.org.ury.common.show </TITLE> -<META NAME="date" CONTENT="2011-03-23"> +<META NAME="date" CONTENT="2011-03-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> |