From edf99237651912c729ae89464ca8cc1305c55957 Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Thu, 24 Mar 2011 14:45:36 +0000 Subject: Documentation refresh; classpath update; CODECHANGE: moved content serving in request handling to abstract request handler. --- doc/allclasses-frame.html | 6 +- doc/allclasses-noframe.html | 6 +- doc/constant-values.html | 4 +- doc/deprecated-list.html | 4 +- doc/help-doc.html | 4 +- doc/index-files/index-1.html | 4 +- doc/index-files/index-10.html | 8 +- doc/index-files/index-11.html | 4 +- doc/index-files/index-12.html | 4 +- doc/index-files/index-13.html | 4 +- doc/index-files/index-14.html | 4 +- doc/index-files/index-15.html | 8 +- doc/index-files/index-16.html | 6 +- doc/index-files/index-17.html | 4 +- doc/index-files/index-18.html | 4 +- doc/index-files/index-19.html | 4 +- doc/index-files/index-2.html | 4 +- doc/index-files/index-3.html | 6 +- doc/index-files/index-4.html | 10 +- doc/index-files/index-5.html | 7 +- doc/index-files/index-6.html | 4 +- doc/index-files/index-7.html | 4 +- doc/index-files/index-8.html | 16 +- doc/index-files/index-9.html | 4 +- doc/index.html | 2 +- doc/overview-frame.html | 4 +- doc/overview-summary.html | 4 +- doc/overview-tree.html | 6 +- doc/serialized-form.html | 20 +- doc/uk/org/ury/backend/config/Auth.html | 4 +- doc/uk/org/ury/backend/config/ConfigReader.html | 4 +- doc/uk/org/ury/backend/config/Database.html | 4 +- doc/uk/org/ury/backend/config/class-use/Auth.html | 4 +- .../ury/backend/config/class-use/ConfigReader.html | 4 +- .../org/ury/backend/config/class-use/Database.html | 4 +- doc/uk/org/ury/backend/config/package-frame.html | 4 +- doc/uk/org/ury/backend/config/package-summary.html | 4 +- doc/uk/org/ury/backend/config/package-tree.html | 4 +- doc/uk/org/ury/backend/config/package-use.html | 4 +- .../org/ury/backend/database/DatabaseDriver.html | 4 +- doc/uk/org/ury/backend/database/DatabaseItem.html | 4 +- doc/uk/org/ury/backend/database/UserClass.html | 4 +- .../backend/database/class-use/DatabaseDriver.html | 6 +- .../backend/database/class-use/DatabaseItem.html | 4 +- .../ury/backend/database/class-use/UserClass.html | 4 +- .../exceptions/ConnectionFailureException.html | 4 +- .../exceptions/MissingCredentialsException.html | 4 +- .../exceptions/MissingPropertyException.html | 4 +- .../database/exceptions/QueryFailureException.html | 4 +- .../class-use/ConnectionFailureException.html | 4 +- .../class-use/MissingCredentialsException.html | 4 +- .../class-use/MissingPropertyException.html | 4 +- .../class-use/QueryFailureException.html | 6 +- .../backend/database/exceptions/package-frame.html | 4 +- .../database/exceptions/package-summary.html | 4 +- .../backend/database/exceptions/package-tree.html | 4 +- .../backend/database/exceptions/package-use.html | 4 +- doc/uk/org/ury/backend/database/package-frame.html | 4 +- .../org/ury/backend/database/package-summary.html | 4 +- doc/uk/org/ury/backend/database/package-tree.html | 4 +- doc/uk/org/ury/backend/database/package-use.html | 4 +- .../backend/handlers/LibraryRequestHandler.html | 4 +- .../handlers/class-use/LibraryRequestHandler.html | 4 +- doc/uk/org/ury/backend/handlers/package-frame.html | 4 +- .../org/ury/backend/handlers/package-summary.html | 4 +- doc/uk/org/ury/backend/handlers/package-tree.html | 4 +- doc/uk/org/ury/backend/handlers/package-use.html | 4 +- .../ury/backend/server/AbstractRequestHandler.html | 4 +- .../org/ury/backend/server/ApiRequestHandler.html | 4 +- doc/uk/org/ury/backend/server/HttpHandler.html | 4 +- .../org/ury/backend/server/HttpListenerThread.html | 4 +- .../org/ury/backend/server/HttpWorkerThread.html | 4 +- doc/uk/org/ury/backend/server/Server.html | 4 +- .../ury/backend/server/ServerRequestHandler.html | 4 +- .../server/class-use/AbstractRequestHandler.html | 4 +- .../server/class-use/ApiRequestHandler.html | 4 +- .../ury/backend/server/class-use/HttpHandler.html | 4 +- .../server/class-use/HttpListenerThread.html | 4 +- .../backend/server/class-use/HttpWorkerThread.html | 4 +- .../org/ury/backend/server/class-use/Server.html | 4 +- .../server/class-use/ServerRequestHandler.html | 4 +- .../server/exceptions/BadRequestException.html | 4 +- .../server/exceptions/HandleFailureException.html | 36 ++- .../exceptions/HandlerNotFoundException.html | 4 +- .../exceptions/HandlerSetupFailureException.html | 4 +- .../server/exceptions/HandlingException.html | 4 +- .../server/exceptions/NotAHandlerException.html | 4 +- .../exceptions/UnknownFunctionException.html | 4 +- .../exceptions/class-use/BadRequestException.html | 4 +- .../class-use/HandleFailureException.html | 4 +- .../class-use/HandlerNotFoundException.html | 4 +- .../class-use/HandlerSetupFailureException.html | 4 +- .../exceptions/class-use/HandlingException.html | 8 +- .../exceptions/class-use/NotAHandlerException.html | 4 +- .../class-use/UnknownFunctionException.html | 4 +- .../backend/server/exceptions/package-frame.html | 4 +- .../backend/server/exceptions/package-summary.html | 8 +- .../backend/server/exceptions/package-tree.html | 4 +- .../ury/backend/server/exceptions/package-use.html | 12 +- doc/uk/org/ury/backend/server/package-frame.html | 4 +- doc/uk/org/ury/backend/server/package-summary.html | 4 +- doc/uk/org/ury/backend/server/package-tree.html | 4 +- doc/uk/org/ury/backend/server/package-use.html | 4 +- doc/uk/org/ury/common/library/LibraryUtils.html | 27 +-- .../ury/common/library/class-use/LibraryUtils.html | 4 +- .../library/exceptions/EmptySearchException.html | 4 +- .../exceptions/class-use/EmptySearchException.html | 6 +- .../common/library/exceptions/package-frame.html | 4 +- .../common/library/exceptions/package-summary.html | 4 +- .../common/library/exceptions/package-tree.html | 4 +- .../ury/common/library/exceptions/package-use.html | 4 +- .../org/ury/common/library/item/LibraryItem.html | 4 +- .../common/library/item/LibraryItemProperty.html | 4 +- .../common/library/item/class-use/LibraryItem.html | 6 +- .../item/class-use/LibraryItemProperty.html | 4 +- .../org/ury/common/library/item/package-frame.html | 4 +- .../ury/common/library/item/package-summary.html | 4 +- .../org/ury/common/library/item/package-tree.html | 4 +- .../org/ury/common/library/item/package-use.html | 4 +- doc/uk/org/ury/common/library/package-frame.html | 4 +- doc/uk/org/ury/common/library/package-summary.html | 8 +- doc/uk/org/ury/common/library/package-tree.html | 4 +- doc/uk/org/ury/common/library/package-use.html | 4 +- doc/uk/org/ury/common/protocol/Directive.html | 4 +- doc/uk/org/ury/common/protocol/ProtocolUtils.html | 31 +-- doc/uk/org/ury/common/protocol/Status.html | 4 +- .../ury/common/protocol/class-use/Directive.html | 4 +- .../common/protocol/class-use/ProtocolUtils.html | 4 +- .../org/ury/common/protocol/class-use/Status.html | 4 +- .../exceptions/DecodeFailureException.html | 20 +- .../exceptions/EncodeFailureException.html | 250 +++++++++++++++++++++ .../exceptions/InvalidMessageException.html | 8 +- .../class-use/DecodeFailureException.html | 10 +- .../class-use/EncodeFailureException.html | 180 +++++++++++++++ .../class-use/InvalidMessageException.html | 8 +- .../common/protocol/exceptions/package-frame.html | 6 +- .../protocol/exceptions/package-summary.html | 8 +- .../common/protocol/exceptions/package-tree.html | 6 +- .../common/protocol/exceptions/package-use.html | 10 +- doc/uk/org/ury/common/protocol/package-frame.html | 4 +- .../org/ury/common/protocol/package-summary.html | 4 +- doc/uk/org/ury/common/protocol/package-tree.html | 4 +- doc/uk/org/ury/common/protocol/package-use.html | 4 +- doc/uk/org/ury/common/show/ShowChannel.html | 4 +- doc/uk/org/ury/common/show/ShowUtils.html | 4 +- .../org/ury/common/show/class-use/ShowChannel.html | 4 +- .../org/ury/common/show/class-use/ShowUtils.html | 4 +- doc/uk/org/ury/common/show/item/ShowItem.html | 4 +- .../org/ury/common/show/item/ShowItemProperty.html | 4 +- .../ury/common/show/item/class-use/ShowItem.html | 4 +- .../show/item/class-use/ShowItemProperty.html | 4 +- doc/uk/org/ury/common/show/item/package-frame.html | 4 +- .../org/ury/common/show/item/package-summary.html | 4 +- doc/uk/org/ury/common/show/item/package-tree.html | 4 +- doc/uk/org/ury/common/show/item/package-use.html | 4 +- doc/uk/org/ury/common/show/package-frame.html | 4 +- doc/uk/org/ury/common/show/package-summary.html | 4 +- doc/uk/org/ury/common/show/package-tree.html | 4 +- doc/uk/org/ury/common/show/package-use.html | 4 +- .../org/ury/frontend/AbstractFrontendModule.html | 4 +- doc/uk/org/ury/frontend/FrontendApplet.html | 4 +- doc/uk/org/ury/frontend/FrontendBanner.html | 4 +- doc/uk/org/ury/frontend/FrontendControlPanel.html | 4 +- doc/uk/org/ury/frontend/FrontendError.html | 4 +- doc/uk/org/ury/frontend/FrontendFrame.html | 4 +- doc/uk/org/ury/frontend/FrontendMaster.html | 4 +- doc/uk/org/ury/frontend/FrontendModule.html | 4 +- doc/uk/org/ury/frontend/FrontendModulePanel.html | 4 +- doc/uk/org/ury/frontend/FrontendPanel.html | 4 +- doc/uk/org/ury/frontend/FrontendSubBanner.html | 4 +- doc/uk/org/ury/frontend/HintField.html | 4 +- .../frontend/class-use/AbstractFrontendModule.html | 4 +- .../org/ury/frontend/class-use/FrontendApplet.html | 4 +- .../org/ury/frontend/class-use/FrontendBanner.html | 4 +- .../frontend/class-use/FrontendControlPanel.html | 4 +- .../org/ury/frontend/class-use/FrontendError.html | 4 +- .../org/ury/frontend/class-use/FrontendFrame.html | 4 +- .../org/ury/frontend/class-use/FrontendMaster.html | 4 +- .../org/ury/frontend/class-use/FrontendModule.html | 4 +- .../frontend/class-use/FrontendModulePanel.html | 4 +- .../org/ury/frontend/class-use/FrontendPanel.html | 4 +- .../ury/frontend/class-use/FrontendSubBanner.html | 4 +- doc/uk/org/ury/frontend/class-use/HintField.html | 4 +- doc/uk/org/ury/frontend/client/Client.html | 18 +- .../org/ury/frontend/client/class-use/Client.html | 4 +- doc/uk/org/ury/frontend/client/package-frame.html | 4 +- .../org/ury/frontend/client/package-summary.html | 6 +- doc/uk/org/ury/frontend/client/package-tree.html | 4 +- doc/uk/org/ury/frontend/client/package-use.html | 4 +- .../org/ury/frontend/client/test/ClientTest.html | 4 +- .../frontend/client/test/class-use/ClientTest.html | 4 +- .../ury/frontend/client/test/package-frame.html | 4 +- .../ury/frontend/client/test/package-summary.html | 4 +- .../org/ury/frontend/client/test/package-tree.html | 4 +- .../org/ury/frontend/client/test/package-use.html | 4 +- .../frontend/cpanels/menu/DemoControlPanel.html | 4 +- .../cpanels/menu/class-use/DemoControlPanel.html | 4 +- .../ury/frontend/cpanels/menu/package-frame.html | 4 +- .../ury/frontend/cpanels/menu/package-summary.html | 4 +- .../ury/frontend/cpanels/menu/package-tree.html | 4 +- .../org/ury/frontend/cpanels/menu/package-use.html | 4 +- .../frontend/cpanels/show/LibraryControlPanel.html | 4 +- .../show/class-use/LibraryControlPanel.html | 4 +- .../ury/frontend/cpanels/show/package-frame.html | 4 +- .../ury/frontend/cpanels/show/package-summary.html | 4 +- .../ury/frontend/cpanels/show/package-tree.html | 4 +- .../org/ury/frontend/cpanels/show/package-use.html | 4 +- .../frontend/exceptions/LoadFailureException.html | 4 +- .../exceptions/UICreationFailureException.html | 4 +- .../exceptions/class-use/LoadFailureException.html | 4 +- .../class-use/UICreationFailureException.html | 4 +- .../org/ury/frontend/exceptions/package-frame.html | 4 +- .../ury/frontend/exceptions/package-summary.html | 4 +- .../org/ury/frontend/exceptions/package-tree.html | 4 +- .../org/ury/frontend/exceptions/package-use.html | 4 +- .../modules/library/LibraryTableModel.html | 4 +- .../frontend/modules/library/LibraryViewer.html | 4 +- .../modules/library/LibraryViewerPanel.html | 4 +- .../library/class-use/LibraryTableModel.html | 4 +- .../modules/library/class-use/LibraryViewer.html | 4 +- .../library/class-use/LibraryViewerPanel.html | 4 +- .../frontend/modules/library/package-frame.html | 4 +- .../frontend/modules/library/package-summary.html | 4 +- .../ury/frontend/modules/library/package-tree.html | 4 +- .../ury/frontend/modules/library/package-use.html | 4 +- doc/uk/org/ury/frontend/modules/menu/DemoMenu.html | 4 +- .../ury/frontend/modules/menu/DemoMenuPanel.html | 4 +- .../frontend/modules/menu/class-use/DemoMenu.html | 4 +- .../modules/menu/class-use/DemoMenuPanel.html | 4 +- .../ury/frontend/modules/menu/package-frame.html | 4 +- .../ury/frontend/modules/menu/package-summary.html | 4 +- .../ury/frontend/modules/menu/package-tree.html | 4 +- .../org/ury/frontend/modules/menu/package-use.html | 4 +- .../ury/frontend/modules/show/ChannelPanel.html | 4 +- .../org/ury/frontend/modules/show/ShowViewer.html | 4 +- .../ury/frontend/modules/show/ShowViewerPanel.html | 4 +- doc/uk/org/ury/frontend/modules/show/TrackBin.html | 4 +- .../modules/show/class-use/ChannelPanel.html | 4 +- .../modules/show/class-use/ShowViewer.html | 4 +- .../modules/show/class-use/ShowViewerPanel.html | 4 +- .../frontend/modules/show/class-use/TrackBin.html | 4 +- .../ury/frontend/modules/show/package-frame.html | 4 +- .../ury/frontend/modules/show/package-summary.html | 4 +- .../ury/frontend/modules/show/package-tree.html | 4 +- .../org/ury/frontend/modules/show/package-use.html | 4 +- doc/uk/org/ury/frontend/package-frame.html | 4 +- doc/uk/org/ury/frontend/package-summary.html | 4 +- doc/uk/org/ury/frontend/package-tree.html | 4 +- doc/uk/org/ury/frontend/package-use.html | 4 +- .../ury/frontend/testrig/ApplicationLauncher.html | 4 +- doc/uk/org/ury/frontend/testrig/Launcher.html | 4 +- .../testrig/class-use/ApplicationLauncher.html | 4 +- .../ury/frontend/testrig/class-use/Launcher.html | 4 +- doc/uk/org/ury/frontend/testrig/package-frame.html | 4 +- .../org/ury/frontend/testrig/package-summary.html | 4 +- doc/uk/org/ury/frontend/testrig/package-tree.html | 4 +- doc/uk/org/ury/frontend/testrig/package-use.html | 4 +- 257 files changed, 1081 insertions(+), 592 deletions(-) create mode 100644 doc/uk/org/ury/common/protocol/exceptions/EncodeFailureException.html create mode 100644 doc/uk/org/ury/common/protocol/exceptions/class-use/EncodeFailureException.html (limited to 'doc') diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html index e9c6d68..67ca584 100644 --- a/doc/allclasses-frame.html +++ b/doc/allclasses-frame.html @@ -2,12 +2,12 @@ - + All Classes - + @@ -61,6 +61,8 @@ All Classes
EmptySearchException
+EncodeFailureException +
FrontendApplet
FrontendBanner diff --git a/doc/allclasses-noframe.html b/doc/allclasses-noframe.html index 410c100..95fc703 100644 --- a/doc/allclasses-noframe.html +++ b/doc/allclasses-noframe.html @@ -2,12 +2,12 @@ - + All Classes - + @@ -61,6 +61,8 @@ All Classes
EmptySearchException
+EncodeFailureException +
FrontendApplet
FrontendBanner diff --git a/doc/constant-values.html b/doc/constant-values.html index 0c98edf..64dcbf3 100644 --- a/doc/constant-values.html +++ b/doc/constant-values.html @@ -2,12 +2,12 @@ - + Constant Field Values - + diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html index 783e4e3..529d90f 100644 --- a/doc/deprecated-list.html +++ b/doc/deprecated-list.html @@ -2,12 +2,12 @@ - + Deprecated List - + diff --git a/doc/help-doc.html b/doc/help-doc.html index 5418b28..2571e7a 100644 --- a/doc/help-doc.html +++ b/doc/help-doc.html @@ -2,12 +2,12 @@ - + API Help - + diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html index a4891da..f72b1ed 100644 --- a/doc/index-files/index-1.html +++ b/doc/index-files/index-1.html @@ -2,12 +2,12 @@ - + A-Index - + diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html index 79c4a21..b757262 100644 --- a/doc/index-files/index-10.html +++ b/doc/index-files/index-10.html @@ -2,12 +2,12 @@ - + L-Index - + @@ -94,8 +94,8 @@ Constructor for class uk.org.ury.backend.handlers.LibraryTableModel - Class in uk.org.ury.frontend.modules.library
A table model for the library viewer.
LibraryTableModel(List<LibraryItem>) - Constructor for class uk.org.ury.frontend.modules.library.LibraryTableModel
Construct a new table model. -
LibraryUtils - Class in uk.org.ury.common.library
A set of common utility routines to facilitate the extraction of - library items from the library areas of the URY database.
LibraryUtils() - +
LibraryUtils - Class in uk.org.ury.common.library
A set of common utility routines to facilitate the extraction of library + items from the library areas of the URY database.
LibraryUtils() - Constructor for class uk.org.ury.common.library.LibraryUtils
 
LibraryViewer - Class in uk.org.ury.frontend.modules.library
Module for investigating the track library.
LibraryViewer() - diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html index 3f0f031..7ba2506 100644 --- a/doc/index-files/index-11.html +++ b/doc/index-files/index-11.html @@ -2,12 +2,12 @@ - + M-Index - + diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html index 0bad544..a17adbe 100644 --- a/doc/index-files/index-12.html +++ b/doc/index-files/index-12.html @@ -2,12 +2,12 @@ - + N-Index - + diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html index b6024de..343d7fe 100644 --- a/doc/index-files/index-13.html +++ b/doc/index-files/index-13.html @@ -2,12 +2,12 @@ - + P-Index - + diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html index dbd4533..e21c119 100644 --- a/doc/index-files/index-14.html +++ b/doc/index-files/index-14.html @@ -2,12 +2,12 @@ - + Q-Index - + diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html index a7cd16e..0e34b1d 100644 --- a/doc/index-files/index-15.html +++ b/doc/index-files/index-15.html @@ -2,12 +2,12 @@ - + R-Index - + @@ -88,9 +88,9 @@ Static method in class uk.org.ury.frontend.reportFatal(String, FrontendApplet) - Static method in class uk.org.ury.frontend.FrontendError
  -
responseIsOK(Map<?, ?>) - +
responseIsOK(Map<String, Object>) - Static method in class uk.org.ury.common.protocol.ProtocolUtils -
Check if a response is flagged as having OK status. +
Checks if a response is flagged as having OK status.
restoreModule(FrontendModulePanel, FrontendControlPanel) - Method in class uk.org.ury.frontend.FrontendApplet
Restore an existing module and control panel into the frontend frame. diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html index 3f9f6df..e88397f 100644 --- a/doc/index-files/index-16.html +++ b/doc/index-files/index-16.html @@ -2,12 +2,12 @@ - + S-Index - + @@ -84,7 +84,7 @@ function windowTitle()
search(DatabaseDriver, String) - Static method in class uk.org.ury.common.library.LibraryUtils -
Perform a library search. +
Performs a library search.
search() - Method in class uk.org.ury.frontend.modules.library.LibraryViewerPanel
Action method for performing a search, bound by the UI XML manifest to diff --git a/doc/index-files/index-17.html b/doc/index-files/index-17.html index df77707..39b4c49 100644 --- a/doc/index-files/index-17.html +++ b/doc/index-files/index-17.html @@ -2,12 +2,12 @@ - + T-Index - + diff --git a/doc/index-files/index-18.html b/doc/index-files/index-18.html index ecb4be5..e591f21 100644 --- a/doc/index-files/index-18.html +++ b/doc/index-files/index-18.html @@ -2,12 +2,12 @@ - + U-Index - + diff --git a/doc/index-files/index-19.html b/doc/index-files/index-19.html index 2e89024..96726de 100644 --- a/doc/index-files/index-19.html +++ b/doc/index-files/index-19.html @@ -2,12 +2,12 @@ - + V-Index - + diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html index 5296e28..06a8523 100644 --- a/doc/index-files/index-2.html +++ b/doc/index-files/index-2.html @@ -2,12 +2,12 @@ - + B-Index - + diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html index ebe36c8..e627bcb 100644 --- a/doc/index-files/index-3.html +++ b/doc/index-files/index-3.html @@ -2,12 +2,12 @@ - + C-Index - + @@ -85,7 +85,7 @@ function windowTitle()
ChannelPanel - Class in uk.org.ury.frontend.modules.show
A panel displaying channel information.
ChannelPanel(int, ShowChannel) - Constructor for class uk.org.ury.frontend.modules.show.ChannelPanel
Construct a new ChannelPanel. -
Client - Class in uk.org.ury.frontend.client
 
Client() - +
Client - Class in uk.org.ury.frontend.client
An implementation of a client to communicate with the URY Server.
Client() - Constructor for class uk.org.ury.frontend.client.Client
 
ClientTest - Class in uk.org.ury.frontend.client.test
JUnit test for the low-level client logic.
ClientTest() - diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html index f8323eb..11b49b2 100644 --- a/doc/index-files/index-4.html +++ b/doc/index-files/index-4.html @@ -2,12 +2,12 @@ - + D-Index - + @@ -95,10 +95,10 @@ Constructor for class uk.org.ury.backend.database.decode(String) - Static method in class uk.org.ury.common.protocol.ProtocolUtils -
Decode a protocol string into a key-value map. -
DecodeFailureException - Exception in uk.org.ury.common.protocol.exceptions
Exception thrown when the protocol decoder fails.
DecodeFailureException(String) - +
Decodes a protocol string into a key-value map. +
DecodeFailureException - Exception in uk.org.ury.common.protocol.exceptions
Exception thrown when the protocol decoder fails.
DecodeFailureException(Throwable) - Constructor for exception uk.org.ury.common.protocol.exceptions.DecodeFailureException -
Construct a new DecodeFailureException with a reason. +
Construct a new DecodeFailureException with a chained exception.
DEFAULT_MODULE_NAME - Static variable in interface uk.org.ury.frontend.testrig.Launcher
  diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html index 048b8e4..f190393 100644 --- a/doc/index-files/index-5.html +++ b/doc/index-files/index-5.html @@ -2,12 +2,12 @@ - + E-Index - + @@ -93,6 +93,9 @@ Constructor for exception uk.org.ury.common.library.exceptions.encode(Map<String, Object>) - Static method in class uk.org.ury.common.protocol.ProtocolUtils
Encode a key-value map into a protocol string. +
EncodeFailureException - Exception in uk.org.ury.common.protocol.exceptions
Exception thrown when the protocol encoder fails.
EncodeFailureException(Throwable) - +Constructor for exception uk.org.ury.common.protocol.exceptions.EncodeFailureException +
Construct a new EncodeFailureException with a chained exception.
executeQuery(String, int) - Method in class uk.org.ury.backend.database.DatabaseDriver
Execute an unprepared SQL statement with no arguments. diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html index 62322bc..e2789d0 100644 --- a/doc/index-files/index-6.html +++ b/doc/index-files/index-6.html @@ -2,12 +2,12 @@ - + F-Index - + diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html index fd67441..0fa6ab9 100644 --- a/doc/index-files/index-7.html +++ b/doc/index-files/index-7.html @@ -2,12 +2,12 @@ - + G-Index - + diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html index 72c2efe..fe57aa3 100644 --- a/doc/index-files/index-8.html +++ b/doc/index-files/index-8.html @@ -2,12 +2,12 @@ - + H-Index - + @@ -85,14 +85,16 @@ function windowTitle()
handle(HttpRequest, HttpResponse, HttpContext) - Method in class uk.org.ury.backend.server.AbstractRequestHandler
Begins handling of a HTTP request. -
HandleFailureException - Exception in uk.org.ury.backend.server.exceptions
Generic exception thrown when a server request handler fails to - handle a request.
HandleFailureException() - +
HandleFailureException - Exception in uk.org.ury.backend.server.exceptions
Generic exception thrown when a server request handler fails to handle a + request.
HandleFailureException() - Constructor for exception uk.org.ury.backend.server.exceptions.HandleFailureException -
Construct a new HandleFailureException with a - default reason. +
Constructs a new HandleFailureException with a default reason.
HandleFailureException(String) - Constructor for exception uk.org.ury.backend.server.exceptions.HandleFailureException -
Construct a new HandleFailureException. +
Constructs a new HandleFailureException. +
HandleFailureException(Throwable) - +Constructor for exception uk.org.ury.backend.server.exceptions.HandleFailureException +
Constructs a new HandleFailureException with a chained exception.
handleGet(HttpRequest, HttpResponse, HttpContext) - Method in class uk.org.ury.backend.handlers.LibraryRequestHandler
Handle a HTTP GET request. diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html index 71cf44d..0760db5 100644 --- a/doc/index-files/index-9.html +++ b/doc/index-files/index-9.html @@ -2,12 +2,12 @@ - + I-Index - + diff --git a/doc/index.html b/doc/index.html index 7edc232..027f580 100644 --- a/doc/index.html +++ b/doc/index.html @@ -2,7 +2,7 @@ - + Generated Documentation (Untitled) diff --git a/doc/overview-frame.html b/doc/overview-frame.html index 9b64e84..1513d02 100644 --- a/doc/overview-frame.html +++ b/doc/overview-frame.html @@ -2,12 +2,12 @@ - + Overview List - + diff --git a/doc/overview-summary.html b/doc/overview-summary.html index 560f476..b1729f2 100644 --- a/doc/overview-summary.html +++ b/doc/overview-summary.html @@ -2,12 +2,12 @@ - + Overview - + diff --git a/doc/overview-tree.html b/doc/overview-tree.html index d7fa2cb..69cf794 100644 --- a/doc/overview-tree.html +++ b/doc/overview-tree.html @@ -2,12 +2,12 @@ - + Class Hierarchy - + @@ -158,7 +158,7 @@ Class Hierarchy
  • java.lang.Throwable (implements java.io.Serializable)
  • 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 @@ - + Uses of Class uk.org.ury.common.library.LibraryUtils - + 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 @@ - + EmptySearchException - + 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 @@ - + Uses of Class uk.org.ury.common.library.exceptions.EmptySearchException - + @@ -121,7 +121,7 @@ Uses of + 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 @@ - + uk.org.ury.common.library.exceptions - + 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 @@ - + uk.org.ury.common.library.exceptions Class Hierarchy - + 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 @@ - + Uses of Package uk.org.ury.common.library.exceptions - + 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 @@ - + LibraryItem - + 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 @@ - + LibraryItemProperty - + 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 @@ - + Uses of Class uk.org.ury.common.library.item.LibraryItem - + @@ -121,7 +121,7 @@ Uses of + 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 @@ - + uk.org.ury.common.library.item - + 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 @@ - + uk.org.ury.common.library.item - + 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 @@ - + uk.org.ury.common.library.item Class Hierarchy - + 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 @@ - + Uses of Package uk.org.ury.common.library.item - + 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 @@ - + uk.org.ury.common.library - + 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 @@ - + uk.org.ury.common.library - + @@ -90,8 +90,8 @@ Package uk.org.ury.common.library LibraryUtils -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.   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 @@ - + uk.org.ury.common.library Class Hierarchy - + 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 @@ - + Uses of Package uk.org.ury.common.library - + 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 @@ - + Directive - + 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 @@ - + ProtocolUtils - + @@ -140,11 +140,11 @@ Utilities for converting between strings encoded in the response protocol and -static java.util.Map<?,?> +static java.util.Map<java.lang.String,java.lang.Object> decode(java.lang.String string)
    -          Decode a protocol string into a key-value map. +          Decodes a protocol string into a key-value map. @@ -157,10 +157,10 @@ Utilities for converting between strings encoded in the response protocol and static boolean -responseIsOK(java.util.Map<?,?> response) +responseIsOK(java.util.Map<java.lang.String,java.lang.Object> response)
    -          Check if a response is flagged as having OK status. +          Checks if a response is flagged as having OK status.   @@ -205,7 +205,8 @@ public ProtocolUtils()

    encode

    -public static java.lang.String encode(java.util.Map<java.lang.String,java.lang.Object> items)
    +public static java.lang.String encode(java.util.Map<java.lang.String,java.lang.Object> items) + throws EncodeFailureException
    Encode a key-value map into a protocol string. @@ -217,7 +218,9 @@ public static java.lang.String encode(java.util.Map<java.lang.String,j
    Parameters:
    items - The key-value map of items, which should contain strings, lists and maps. The keys of any map should be protocol directives. -
    Returns:
    A string containing the encoded representation of the map.
    +
    Returns:
    A string containing the encoded representation of the map. +
    Throws: +
    EncodeFailureException - if the encoding engine fails to encode the map as a string.

    @@ -225,16 +228,16 @@ public static java.lang.String encode(java.util.Map<java.lang.String,j

    decode

    -public static java.util.Map<?,?> decode(java.lang.String string)
    -                                 throws DecodeFailureException
    +public static java.util.Map<java.lang.String,java.lang.Object> decode(java.lang.String string) + throws DecodeFailureException
    -
    Decode a protocol string into a key-value map. +
    Decodes a protocol string into a key-value map.

    Parameters:
    string - The string to decode.
    Returns:
    A key-value map mapping directives to strings, lists and maps.
    Throws: -
    DecodeFailureException - if the decoding engine returns something other than a map.
    +
    DecodeFailureException - if the decoding engine fails to decode the string.

    @@ -242,10 +245,10 @@ public static java.util.Map<?,?> decode(java.lang.String strin

    responseIsOK

    -public static boolean responseIsOK(java.util.Map<?,?> response)
    +public static boolean responseIsOK(java.util.Map<java.lang.String,java.lang.Object> response)
                                 throws InvalidMessageException
    -
    Check if a response is flagged as having OK status. +
    Checks if a response is flagged as having OK status.

    Parameters:
    response - 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 @@ - + Status - + 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 @@ - + Uses of Class uk.org.ury.common.protocol.Directive - + 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 @@ - + Uses of Class uk.org.ury.common.protocol.ProtocolUtils - + 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 @@ - + Uses of Class uk.org.ury.common.protocol.Status - + 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 @@ - + DecodeFailureException - + @@ -56,7 +56,7 @@ function windowTitle()  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   @@ -127,10 +127,10 @@ Exception thrown when the protocol decoder fails. Constructor Summary -DecodeFailureException(java.lang.String reason) +DecodeFailureException(java.lang.Throwable cause)
    -          Construct a new DecodeFailureException with a reason. +          Construct a new DecodeFailureException with a chained exception.   @@ -174,15 +174,15 @@ Exception thrown when the protocol decoder fails. -

    +

    DecodeFailureException

    -public DecodeFailureException(java.lang.String reason)
    +public DecodeFailureException(java.lang.Throwable cause)
    -
    Construct a new DecodeFailureException with a reason. +
    Construct a new DecodeFailureException with a chained exception.

    -
    Parameters:
    reason - The reason for throwing the exception.
    +
    Parameters:
    cause - The exception to chain.

    @@ -216,7 +216,7 @@ public DecodeFailureException(java.lang.String reason)  PREV CLASS  - NEXT CLASSNEXT CLASS FRAMES    NO FRAMES   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 @@ + + + + + + +EncodeFailureException + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + +

    + +uk.org.ury.common.protocol.exceptions +
    +Class EncodeFailureException

    +
    +java.lang.Object
    +  extended by java.lang.Throwable
    +      extended by java.lang.Exception
    +          extended by uk.org.ury.common.protocol.exceptions.EncodeFailureException
    +
    +
    +
    All Implemented Interfaces:
    java.io.Serializable
    +
    +
    +
    +
    public class EncodeFailureException
    extends java.lang.Exception
    + + +

    +Exception thrown when the protocol encoder fails. +

    + +

    +

    +
    Author:
    +
    Matt Windsor
    +
    See Also:
    Serialized Form
    +
    + +

    + + + + + + + + + + + +
    +Constructor Summary
    EncodeFailureException(java.lang.Throwable cause) + +
    +          Construct a new EncodeFailureException with a chained exception.
    +  + + + + + + + +
    +Method Summary
    + + + + + + + +
    Methods inherited from class java.lang.Throwable
    fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    + + + + + + + +
    Methods inherited from class java.lang.Object
    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    +  +

    + + + + + + + + +
    +Constructor Detail
    + +

    +EncodeFailureException

    +
    +public EncodeFailureException(java.lang.Throwable cause)
    +
    +
    Construct a new EncodeFailureException with a chained exception. +

    +

    +
    Parameters:
    cause - The exception to chain.
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + 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 @@ - + InvalidMessageException - + @@ -55,7 +55,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -216,7 +216,7 @@ public InvalidMessageException(java.lang.String reason) PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   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 @@ - + Uses of Class uk.org.ury.common.protocol.exceptions.DecodeFailureException - + @@ -116,11 +116,11 @@ Uses of -static java.util.Map<?,?> +static java.util.Map<java.lang.String,java.lang.Object> ProtocolUtils.decode(java.lang.String string)
    -          Decode a protocol string into a key-value map. +          Decodes a protocol string into a key-value map.   @@ -141,7 +141,7 @@ Uses of - java.util.Map<?,?> + java.util.Map<java.lang.String,java.lang.Object>
    Client.get(java.lang.String file)
    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 @@ + + + + + + +Uses of Class uk.org.ury.common.protocol.exceptions.EncodeFailureException + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + +
    + +
    + + + +
    +
    +

    +Uses of Class
    uk.org.ury.common.protocol.exceptions.EncodeFailureException

    +
    + + + + + + + + + +
    +Packages that use EncodeFailureException
    uk.org.ury.common.protocol  
    +  +

    + + + + + +
    +Uses of EncodeFailureException in uk.org.ury.common.protocol
    +  +

    + + + + + + + + + +
    Methods in uk.org.ury.common.protocol that throw EncodeFailureException
    +static java.lang.StringProtocolUtils.encode(java.util.Map<java.lang.String,java.lang.Object> items) + +
    +          Encode a key-value map into a protocol string.
    +  +

    +


    + + + + + + + + + + + + + + + +
    + +
    + + + +
    + + + 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 @@ - + Uses of Class uk.org.ury.common.protocol.exceptions.InvalidMessageException - + @@ -117,10 +117,10 @@ Uses of static boolean -ProtocolUtils.responseIsOK(java.util.Map<?,?> response) +ProtocolUtils.responseIsOK(java.util.Map<java.lang.String,java.lang.Object> response)
    -          Check if a response is flagged as having OK status. +          Checks if a response is flagged as having OK status.   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 @@ - + uk.org.ury.common.protocol.exceptions - + @@ -25,6 +25,8 @@ Exceptions
     
    DecodeFailureException
    +EncodeFailureException +
    InvalidMessageException 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 @@ - + uk.org.ury.common.protocol.exceptions - + @@ -93,6 +93,10 @@ Package uk.org.ury.common.protocol.exceptions Exception thrown when the protocol decoder fails. +EncodeFailureException +Exception thrown when the protocol encoder fails. + + InvalidMessageException Generic exception thrown when a protocol function cannot process a message due to an issue with the message. 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 @@ - + uk.org.ury.common.protocol.exceptions Class Hierarchy - + @@ -95,7 +95,7 @@ Class Hierarchy
  • java.lang.Throwable (implements java.io.Serializable) 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 @@ - + Uses of Package uk.org.ury.common.protocol.exceptions - + @@ -117,6 +117,12 @@ Classes in +EncodeFailureException + +
    +          Exception thrown when the protocol encoder fails. + + InvalidMessageException
    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 @@ - + uk.org.ury.common.protocol - + 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 @@ - + uk.org.ury.common.protocol - + 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 @@ - + uk.org.ury.common.protocol Class Hierarchy - + 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 @@ - + Uses of Package uk.org.ury.common.protocol - + 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 @@ - + ShowChannel - + 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 @@ - + ShowUtils - + 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 @@ - + Uses of Class uk.org.ury.common.show.ShowChannel - + 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 @@ - + Uses of Class uk.org.ury.common.show.ShowUtils - + 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 @@ - + ShowItem - + 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 @@ - + ShowItemProperty - + 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 @@ - + Uses of Class uk.org.ury.common.show.item.ShowItem - + 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 @@ - + Uses of Class uk.org.ury.common.show.item.ShowItemProperty - + 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 @@ - + uk.org.ury.common.show.item - + 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 @@ - + uk.org.ury.common.show.item - + 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 @@ - + uk.org.ury.common.show.item Class Hierarchy - + 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 @@ - + Uses of Package uk.org.ury.common.show.item - + 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 @@ - + uk.org.ury.common.show - + 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 @@ - + uk.org.ury.common.show - + 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 @@ - + uk.org.ury.common.show Class Hierarchy - + 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 @@ - + Uses of Package uk.org.ury.common.show - + diff --git a/doc/uk/org/ury/frontend/AbstractFrontendModule.html b/doc/uk/org/ury/frontend/AbstractFrontendModule.html index ecd13be..5aaba7b 100644 --- a/doc/uk/org/ury/frontend/AbstractFrontendModule.html +++ b/doc/uk/org/ury/frontend/AbstractFrontendModule.html @@ -2,12 +2,12 @@ - + AbstractFrontendModule - + diff --git a/doc/uk/org/ury/frontend/FrontendApplet.html b/doc/uk/org/ury/frontend/FrontendApplet.html index cac840d..dae9fdb 100644 --- a/doc/uk/org/ury/frontend/FrontendApplet.html +++ b/doc/uk/org/ury/frontend/FrontendApplet.html @@ -2,12 +2,12 @@ - + FrontendApplet - + diff --git a/doc/uk/org/ury/frontend/FrontendBanner.html b/doc/uk/org/ury/frontend/FrontendBanner.html index 318e53b..44a85c9 100644 --- a/doc/uk/org/ury/frontend/FrontendBanner.html +++ b/doc/uk/org/ury/frontend/FrontendBanner.html @@ -2,12 +2,12 @@ - + FrontendBanner - + diff --git a/doc/uk/org/ury/frontend/FrontendControlPanel.html b/doc/uk/org/ury/frontend/FrontendControlPanel.html index ccab022..b20183a 100644 --- a/doc/uk/org/ury/frontend/FrontendControlPanel.html +++ b/doc/uk/org/ury/frontend/FrontendControlPanel.html @@ -2,12 +2,12 @@ - + FrontendControlPanel - + diff --git a/doc/uk/org/ury/frontend/FrontendError.html b/doc/uk/org/ury/frontend/FrontendError.html index 555ffb8..d9c7993 100644 --- a/doc/uk/org/ury/frontend/FrontendError.html +++ b/doc/uk/org/ury/frontend/FrontendError.html @@ -2,12 +2,12 @@ - + FrontendError - + diff --git a/doc/uk/org/ury/frontend/FrontendFrame.html b/doc/uk/org/ury/frontend/FrontendFrame.html index 4d36dde..f400d97 100644 --- a/doc/uk/org/ury/frontend/FrontendFrame.html +++ b/doc/uk/org/ury/frontend/FrontendFrame.html @@ -2,12 +2,12 @@ - + FrontendFrame - + diff --git a/doc/uk/org/ury/frontend/FrontendMaster.html b/doc/uk/org/ury/frontend/FrontendMaster.html index 073393e..21d1a3d 100644 --- a/doc/uk/org/ury/frontend/FrontendMaster.html +++ b/doc/uk/org/ury/frontend/FrontendMaster.html @@ -2,12 +2,12 @@ - + FrontendMaster - + diff --git a/doc/uk/org/ury/frontend/FrontendModule.html b/doc/uk/org/ury/frontend/FrontendModule.html index a7ad4b6..1495558 100644 --- a/doc/uk/org/ury/frontend/FrontendModule.html +++ b/doc/uk/org/ury/frontend/FrontendModule.html @@ -2,12 +2,12 @@ - + FrontendModule - + diff --git a/doc/uk/org/ury/frontend/FrontendModulePanel.html b/doc/uk/org/ury/frontend/FrontendModulePanel.html index b81fa5d..bf5f357 100644 --- a/doc/uk/org/ury/frontend/FrontendModulePanel.html +++ b/doc/uk/org/ury/frontend/FrontendModulePanel.html @@ -2,12 +2,12 @@ - + FrontendModulePanel - + diff --git a/doc/uk/org/ury/frontend/FrontendPanel.html b/doc/uk/org/ury/frontend/FrontendPanel.html index 0686e24..f66ba30 100644 --- a/doc/uk/org/ury/frontend/FrontendPanel.html +++ b/doc/uk/org/ury/frontend/FrontendPanel.html @@ -2,12 +2,12 @@ - + FrontendPanel - + diff --git a/doc/uk/org/ury/frontend/FrontendSubBanner.html b/doc/uk/org/ury/frontend/FrontendSubBanner.html index dcff5a8..b2d106e 100644 --- a/doc/uk/org/ury/frontend/FrontendSubBanner.html +++ b/doc/uk/org/ury/frontend/FrontendSubBanner.html @@ -2,12 +2,12 @@ - + FrontendSubBanner - + diff --git a/doc/uk/org/ury/frontend/HintField.html b/doc/uk/org/ury/frontend/HintField.html index 8daa89b..73bbd9a 100644 --- a/doc/uk/org/ury/frontend/HintField.html +++ b/doc/uk/org/ury/frontend/HintField.html @@ -2,12 +2,12 @@ - + HintField - + diff --git a/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html b/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html index d0410df..fa40ef9 100644 --- a/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html +++ b/doc/uk/org/ury/frontend/class-use/AbstractFrontendModule.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.AbstractFrontendModule - + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendApplet.html b/doc/uk/org/ury/frontend/class-use/FrontendApplet.html index 3c57d28..38b79d5 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendApplet.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendApplet.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendApplet - + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendBanner.html b/doc/uk/org/ury/frontend/class-use/FrontendBanner.html index c959cf5..24eb76e 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendBanner.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendBanner.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendBanner - + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html b/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html index 2bb0e2b..8ad852e 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendControlPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendControlPanel - + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendError.html b/doc/uk/org/ury/frontend/class-use/FrontendError.html index 8d08e7a..eda078d 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendError.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendError.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendError - + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendFrame.html b/doc/uk/org/ury/frontend/class-use/FrontendFrame.html index fc722e3..fa84165 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendFrame.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendFrame.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendFrame - + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendMaster.html b/doc/uk/org/ury/frontend/class-use/FrontendMaster.html index a34129f..ce8416b 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendMaster.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendMaster.html @@ -2,12 +2,12 @@ - + Uses of Interface uk.org.ury.frontend.FrontendMaster - + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendModule.html b/doc/uk/org/ury/frontend/class-use/FrontendModule.html index b98dafb..ebc2fe9 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendModule.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendModule.html @@ -2,12 +2,12 @@ - + Uses of Interface uk.org.ury.frontend.FrontendModule - + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html b/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html index bd7cad7..33966e8 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendModulePanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendModulePanel - + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendPanel.html b/doc/uk/org/ury/frontend/class-use/FrontendPanel.html index ba4e7c7..a4c9572 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendPanel.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendPanel - + diff --git a/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html b/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html index 276feac..9e3f3ea 100644 --- a/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html +++ b/doc/uk/org/ury/frontend/class-use/FrontendSubBanner.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.FrontendSubBanner - + diff --git a/doc/uk/org/ury/frontend/class-use/HintField.html b/doc/uk/org/ury/frontend/class-use/HintField.html index 846a330..ab9a7b1 100644 --- a/doc/uk/org/ury/frontend/class-use/HintField.html +++ b/doc/uk/org/ury/frontend/class-use/HintField.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.HintField - + diff --git a/doc/uk/org/ury/frontend/client/Client.html b/doc/uk/org/ury/frontend/client/Client.html index a4c8e0d..899e2c0 100644 --- a/doc/uk/org/ury/frontend/client/Client.html +++ b/doc/uk/org/ury/frontend/client/Client.html @@ -2,12 +2,12 @@ - + Client - + @@ -101,6 +101,14 @@ java.lang.Object

    +An implementation of a client to communicate with the URY Server. +

    + +

    +

    +
    Author:
    +
    Matt Windsor
    +

    @@ -131,7 +139,7 @@ java.lang.Object - java.util.Map<?,?> + java.util.Map<java.lang.String,java.lang.Object> get(java.lang.String file)
    @@ -180,8 +188,8 @@ public Client()

    get

    -public java.util.Map<?,?> get(java.lang.String file)
    -                       throws DecodeFailureException
    +public java.util.Map<java.lang.String,java.lang.Object> get(java.lang.String file) + throws DecodeFailureException
    Get a raw response from the server.

    diff --git a/doc/uk/org/ury/frontend/client/class-use/Client.html b/doc/uk/org/ury/frontend/client/class-use/Client.html index 8b7c34c..cdd85e6 100644 --- a/doc/uk/org/ury/frontend/client/class-use/Client.html +++ b/doc/uk/org/ury/frontend/client/class-use/Client.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.client.Client - + diff --git a/doc/uk/org/ury/frontend/client/package-frame.html b/doc/uk/org/ury/frontend/client/package-frame.html index 2b7b18b..421d3d1 100644 --- a/doc/uk/org/ury/frontend/client/package-frame.html +++ b/doc/uk/org/ury/frontend/client/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.client - + diff --git a/doc/uk/org/ury/frontend/client/package-summary.html b/doc/uk/org/ury/frontend/client/package-summary.html index c5f8dbf..fac334a 100644 --- a/doc/uk/org/ury/frontend/client/package-summary.html +++ b/doc/uk/org/ury/frontend/client/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.client - + @@ -90,7 +90,7 @@ Package uk.org.ury.frontend.client Client -  +An implementation of a client to communicate with the URY Server.   diff --git a/doc/uk/org/ury/frontend/client/package-tree.html b/doc/uk/org/ury/frontend/client/package-tree.html index 76f54d0..52588c9 100644 --- a/doc/uk/org/ury/frontend/client/package-tree.html +++ b/doc/uk/org/ury/frontend/client/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.client Class Hierarchy - + diff --git a/doc/uk/org/ury/frontend/client/package-use.html b/doc/uk/org/ury/frontend/client/package-use.html index b3eb46a..d7a1bff 100644 --- a/doc/uk/org/ury/frontend/client/package-use.html +++ b/doc/uk/org/ury/frontend/client/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.frontend.client - + diff --git a/doc/uk/org/ury/frontend/client/test/ClientTest.html b/doc/uk/org/ury/frontend/client/test/ClientTest.html index c78390d..cdd3e51 100644 --- a/doc/uk/org/ury/frontend/client/test/ClientTest.html +++ b/doc/uk/org/ury/frontend/client/test/ClientTest.html @@ -2,12 +2,12 @@ - + ClientTest - + diff --git a/doc/uk/org/ury/frontend/client/test/class-use/ClientTest.html b/doc/uk/org/ury/frontend/client/test/class-use/ClientTest.html index 89931e3..926a46d 100644 --- a/doc/uk/org/ury/frontend/client/test/class-use/ClientTest.html +++ b/doc/uk/org/ury/frontend/client/test/class-use/ClientTest.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.client.test.ClientTest - + diff --git a/doc/uk/org/ury/frontend/client/test/package-frame.html b/doc/uk/org/ury/frontend/client/test/package-frame.html index a148a58..3768135 100644 --- a/doc/uk/org/ury/frontend/client/test/package-frame.html +++ b/doc/uk/org/ury/frontend/client/test/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.client.test - + diff --git a/doc/uk/org/ury/frontend/client/test/package-summary.html b/doc/uk/org/ury/frontend/client/test/package-summary.html index 59044eb..bff507f 100644 --- a/doc/uk/org/ury/frontend/client/test/package-summary.html +++ b/doc/uk/org/ury/frontend/client/test/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.client.test - + diff --git a/doc/uk/org/ury/frontend/client/test/package-tree.html b/doc/uk/org/ury/frontend/client/test/package-tree.html index 8f058ac..4f96257 100644 --- a/doc/uk/org/ury/frontend/client/test/package-tree.html +++ b/doc/uk/org/ury/frontend/client/test/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.client.test Class Hierarchy - + diff --git a/doc/uk/org/ury/frontend/client/test/package-use.html b/doc/uk/org/ury/frontend/client/test/package-use.html index cee320d..4fff587 100644 --- a/doc/uk/org/ury/frontend/client/test/package-use.html +++ b/doc/uk/org/ury/frontend/client/test/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.frontend.client.test - + diff --git a/doc/uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html b/doc/uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html index d143a19..e1d595e 100644 --- a/doc/uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html +++ b/doc/uk/org/ury/frontend/cpanels/menu/DemoControlPanel.html @@ -2,12 +2,12 @@ - + DemoControlPanel - + diff --git a/doc/uk/org/ury/frontend/cpanels/menu/class-use/DemoControlPanel.html b/doc/uk/org/ury/frontend/cpanels/menu/class-use/DemoControlPanel.html index 20746df..2c1bbfd 100644 --- a/doc/uk/org/ury/frontend/cpanels/menu/class-use/DemoControlPanel.html +++ b/doc/uk/org/ury/frontend/cpanels/menu/class-use/DemoControlPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.cpanels.menu.DemoControlPanel - + diff --git a/doc/uk/org/ury/frontend/cpanels/menu/package-frame.html b/doc/uk/org/ury/frontend/cpanels/menu/package-frame.html index 5f0b0d8..aad6d1f 100644 --- a/doc/uk/org/ury/frontend/cpanels/menu/package-frame.html +++ b/doc/uk/org/ury/frontend/cpanels/menu/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.cpanels.menu - + diff --git a/doc/uk/org/ury/frontend/cpanels/menu/package-summary.html b/doc/uk/org/ury/frontend/cpanels/menu/package-summary.html index 1a5b4ea..0970bd7 100644 --- a/doc/uk/org/ury/frontend/cpanels/menu/package-summary.html +++ b/doc/uk/org/ury/frontend/cpanels/menu/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.cpanels.menu - + diff --git a/doc/uk/org/ury/frontend/cpanels/menu/package-tree.html b/doc/uk/org/ury/frontend/cpanels/menu/package-tree.html index da17038..e3b0c01 100644 --- a/doc/uk/org/ury/frontend/cpanels/menu/package-tree.html +++ b/doc/uk/org/ury/frontend/cpanels/menu/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.cpanels.menu Class Hierarchy - + diff --git a/doc/uk/org/ury/frontend/cpanels/menu/package-use.html b/doc/uk/org/ury/frontend/cpanels/menu/package-use.html index 685bf6f..059a3d8 100644 --- a/doc/uk/org/ury/frontend/cpanels/menu/package-use.html +++ b/doc/uk/org/ury/frontend/cpanels/menu/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.frontend.cpanels.menu - + diff --git a/doc/uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html b/doc/uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html index c5e9123..d948280 100644 --- a/doc/uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html +++ b/doc/uk/org/ury/frontend/cpanels/show/LibraryControlPanel.html @@ -2,12 +2,12 @@ - + LibraryControlPanel - + diff --git a/doc/uk/org/ury/frontend/cpanels/show/class-use/LibraryControlPanel.html b/doc/uk/org/ury/frontend/cpanels/show/class-use/LibraryControlPanel.html index 94b0d18..959e37b 100644 --- a/doc/uk/org/ury/frontend/cpanels/show/class-use/LibraryControlPanel.html +++ b/doc/uk/org/ury/frontend/cpanels/show/class-use/LibraryControlPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.cpanels.show.LibraryControlPanel - + diff --git a/doc/uk/org/ury/frontend/cpanels/show/package-frame.html b/doc/uk/org/ury/frontend/cpanels/show/package-frame.html index c69b408..05f5e90 100644 --- a/doc/uk/org/ury/frontend/cpanels/show/package-frame.html +++ b/doc/uk/org/ury/frontend/cpanels/show/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.cpanels.show - + diff --git a/doc/uk/org/ury/frontend/cpanels/show/package-summary.html b/doc/uk/org/ury/frontend/cpanels/show/package-summary.html index 8b20937..b22d373 100644 --- a/doc/uk/org/ury/frontend/cpanels/show/package-summary.html +++ b/doc/uk/org/ury/frontend/cpanels/show/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.cpanels.show - + diff --git a/doc/uk/org/ury/frontend/cpanels/show/package-tree.html b/doc/uk/org/ury/frontend/cpanels/show/package-tree.html index 6bec15d..1ae1fd6 100644 --- a/doc/uk/org/ury/frontend/cpanels/show/package-tree.html +++ b/doc/uk/org/ury/frontend/cpanels/show/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.cpanels.show Class Hierarchy - + diff --git a/doc/uk/org/ury/frontend/cpanels/show/package-use.html b/doc/uk/org/ury/frontend/cpanels/show/package-use.html index aeb3304..ec9f3e6 100644 --- a/doc/uk/org/ury/frontend/cpanels/show/package-use.html +++ b/doc/uk/org/ury/frontend/cpanels/show/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.frontend.cpanels.show - + diff --git a/doc/uk/org/ury/frontend/exceptions/LoadFailureException.html b/doc/uk/org/ury/frontend/exceptions/LoadFailureException.html index cb89c38..1f2b4a3 100644 --- a/doc/uk/org/ury/frontend/exceptions/LoadFailureException.html +++ b/doc/uk/org/ury/frontend/exceptions/LoadFailureException.html @@ -2,12 +2,12 @@ - + LoadFailureException - + diff --git a/doc/uk/org/ury/frontend/exceptions/UICreationFailureException.html b/doc/uk/org/ury/frontend/exceptions/UICreationFailureException.html index 56b975c..58fde2f 100644 --- a/doc/uk/org/ury/frontend/exceptions/UICreationFailureException.html +++ b/doc/uk/org/ury/frontend/exceptions/UICreationFailureException.html @@ -2,12 +2,12 @@ - + UICreationFailureException - + diff --git a/doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html b/doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html index 372d246..edf1d79 100644 --- a/doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html +++ b/doc/uk/org/ury/frontend/exceptions/class-use/LoadFailureException.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.exceptions.LoadFailureException - + diff --git a/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html b/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html index 82bdb33..bf79999 100644 --- a/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html +++ b/doc/uk/org/ury/frontend/exceptions/class-use/UICreationFailureException.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.exceptions.UICreationFailureException - + diff --git a/doc/uk/org/ury/frontend/exceptions/package-frame.html b/doc/uk/org/ury/frontend/exceptions/package-frame.html index a61d81f..733ae0b 100644 --- a/doc/uk/org/ury/frontend/exceptions/package-frame.html +++ b/doc/uk/org/ury/frontend/exceptions/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.exceptions - + diff --git a/doc/uk/org/ury/frontend/exceptions/package-summary.html b/doc/uk/org/ury/frontend/exceptions/package-summary.html index 28a9c3a..f4e266b 100644 --- a/doc/uk/org/ury/frontend/exceptions/package-summary.html +++ b/doc/uk/org/ury/frontend/exceptions/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.exceptions - + diff --git a/doc/uk/org/ury/frontend/exceptions/package-tree.html b/doc/uk/org/ury/frontend/exceptions/package-tree.html index 7bfff54..83d1f3f 100644 --- a/doc/uk/org/ury/frontend/exceptions/package-tree.html +++ b/doc/uk/org/ury/frontend/exceptions/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.exceptions Class Hierarchy - + diff --git a/doc/uk/org/ury/frontend/exceptions/package-use.html b/doc/uk/org/ury/frontend/exceptions/package-use.html index 6de3660..3386964 100644 --- a/doc/uk/org/ury/frontend/exceptions/package-use.html +++ b/doc/uk/org/ury/frontend/exceptions/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.frontend.exceptions - + diff --git a/doc/uk/org/ury/frontend/modules/library/LibraryTableModel.html b/doc/uk/org/ury/frontend/modules/library/LibraryTableModel.html index f3ae301..afd2389 100644 --- a/doc/uk/org/ury/frontend/modules/library/LibraryTableModel.html +++ b/doc/uk/org/ury/frontend/modules/library/LibraryTableModel.html @@ -2,12 +2,12 @@ - + LibraryTableModel - + diff --git a/doc/uk/org/ury/frontend/modules/library/LibraryViewer.html b/doc/uk/org/ury/frontend/modules/library/LibraryViewer.html index c9dd0fe..4eca2b3 100644 --- a/doc/uk/org/ury/frontend/modules/library/LibraryViewer.html +++ b/doc/uk/org/ury/frontend/modules/library/LibraryViewer.html @@ -2,12 +2,12 @@ - + LibraryViewer - + diff --git a/doc/uk/org/ury/frontend/modules/library/LibraryViewerPanel.html b/doc/uk/org/ury/frontend/modules/library/LibraryViewerPanel.html index cf66a37..364411b 100644 --- a/doc/uk/org/ury/frontend/modules/library/LibraryViewerPanel.html +++ b/doc/uk/org/ury/frontend/modules/library/LibraryViewerPanel.html @@ -2,12 +2,12 @@ - + LibraryViewerPanel - + diff --git a/doc/uk/org/ury/frontend/modules/library/class-use/LibraryTableModel.html b/doc/uk/org/ury/frontend/modules/library/class-use/LibraryTableModel.html index 03a593b..0121720 100644 --- a/doc/uk/org/ury/frontend/modules/library/class-use/LibraryTableModel.html +++ b/doc/uk/org/ury/frontend/modules/library/class-use/LibraryTableModel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.modules.library.LibraryTableModel - + diff --git a/doc/uk/org/ury/frontend/modules/library/class-use/LibraryViewer.html b/doc/uk/org/ury/frontend/modules/library/class-use/LibraryViewer.html index 35d1b8d..f035f9d 100644 --- a/doc/uk/org/ury/frontend/modules/library/class-use/LibraryViewer.html +++ b/doc/uk/org/ury/frontend/modules/library/class-use/LibraryViewer.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.modules.library.LibraryViewer - + diff --git a/doc/uk/org/ury/frontend/modules/library/class-use/LibraryViewerPanel.html b/doc/uk/org/ury/frontend/modules/library/class-use/LibraryViewerPanel.html index 87c579f..603e80c 100644 --- a/doc/uk/org/ury/frontend/modules/library/class-use/LibraryViewerPanel.html +++ b/doc/uk/org/ury/frontend/modules/library/class-use/LibraryViewerPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.modules.library.LibraryViewerPanel - + diff --git a/doc/uk/org/ury/frontend/modules/library/package-frame.html b/doc/uk/org/ury/frontend/modules/library/package-frame.html index 9cfd367..012063c 100644 --- a/doc/uk/org/ury/frontend/modules/library/package-frame.html +++ b/doc/uk/org/ury/frontend/modules/library/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.modules.library - + diff --git a/doc/uk/org/ury/frontend/modules/library/package-summary.html b/doc/uk/org/ury/frontend/modules/library/package-summary.html index d5a1d1e..6b2b85f 100644 --- a/doc/uk/org/ury/frontend/modules/library/package-summary.html +++ b/doc/uk/org/ury/frontend/modules/library/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.modules.library - + diff --git a/doc/uk/org/ury/frontend/modules/library/package-tree.html b/doc/uk/org/ury/frontend/modules/library/package-tree.html index 5c33d5d..cdd7be3 100644 --- a/doc/uk/org/ury/frontend/modules/library/package-tree.html +++ b/doc/uk/org/ury/frontend/modules/library/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.modules.library Class Hierarchy - + diff --git a/doc/uk/org/ury/frontend/modules/library/package-use.html b/doc/uk/org/ury/frontend/modules/library/package-use.html index 74175b8..a6a3b25 100644 --- a/doc/uk/org/ury/frontend/modules/library/package-use.html +++ b/doc/uk/org/ury/frontend/modules/library/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.frontend.modules.library - + diff --git a/doc/uk/org/ury/frontend/modules/menu/DemoMenu.html b/doc/uk/org/ury/frontend/modules/menu/DemoMenu.html index 6a82d18..f8054d8 100644 --- a/doc/uk/org/ury/frontend/modules/menu/DemoMenu.html +++ b/doc/uk/org/ury/frontend/modules/menu/DemoMenu.html @@ -2,12 +2,12 @@ - + DemoMenu - + diff --git a/doc/uk/org/ury/frontend/modules/menu/DemoMenuPanel.html b/doc/uk/org/ury/frontend/modules/menu/DemoMenuPanel.html index 265d242..61a8638 100644 --- a/doc/uk/org/ury/frontend/modules/menu/DemoMenuPanel.html +++ b/doc/uk/org/ury/frontend/modules/menu/DemoMenuPanel.html @@ -2,12 +2,12 @@ - + DemoMenuPanel - + diff --git a/doc/uk/org/ury/frontend/modules/menu/class-use/DemoMenu.html b/doc/uk/org/ury/frontend/modules/menu/class-use/DemoMenu.html index 3a7ee2f..6a534f0 100644 --- a/doc/uk/org/ury/frontend/modules/menu/class-use/DemoMenu.html +++ b/doc/uk/org/ury/frontend/modules/menu/class-use/DemoMenu.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.modules.menu.DemoMenu - + diff --git a/doc/uk/org/ury/frontend/modules/menu/class-use/DemoMenuPanel.html b/doc/uk/org/ury/frontend/modules/menu/class-use/DemoMenuPanel.html index 4c9b95f..ffe8d3c 100644 --- a/doc/uk/org/ury/frontend/modules/menu/class-use/DemoMenuPanel.html +++ b/doc/uk/org/ury/frontend/modules/menu/class-use/DemoMenuPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.modules.menu.DemoMenuPanel - + diff --git a/doc/uk/org/ury/frontend/modules/menu/package-frame.html b/doc/uk/org/ury/frontend/modules/menu/package-frame.html index 0e258f9..a0ed978 100644 --- a/doc/uk/org/ury/frontend/modules/menu/package-frame.html +++ b/doc/uk/org/ury/frontend/modules/menu/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.modules.menu - + diff --git a/doc/uk/org/ury/frontend/modules/menu/package-summary.html b/doc/uk/org/ury/frontend/modules/menu/package-summary.html index fff429d..0558b3c 100644 --- a/doc/uk/org/ury/frontend/modules/menu/package-summary.html +++ b/doc/uk/org/ury/frontend/modules/menu/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.modules.menu - + diff --git a/doc/uk/org/ury/frontend/modules/menu/package-tree.html b/doc/uk/org/ury/frontend/modules/menu/package-tree.html index 6107269..1f37964 100644 --- a/doc/uk/org/ury/frontend/modules/menu/package-tree.html +++ b/doc/uk/org/ury/frontend/modules/menu/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.modules.menu Class Hierarchy - + diff --git a/doc/uk/org/ury/frontend/modules/menu/package-use.html b/doc/uk/org/ury/frontend/modules/menu/package-use.html index 6517467..1dfe772 100644 --- a/doc/uk/org/ury/frontend/modules/menu/package-use.html +++ b/doc/uk/org/ury/frontend/modules/menu/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.frontend.modules.menu - + diff --git a/doc/uk/org/ury/frontend/modules/show/ChannelPanel.html b/doc/uk/org/ury/frontend/modules/show/ChannelPanel.html index 838a093..1db3689 100644 --- a/doc/uk/org/ury/frontend/modules/show/ChannelPanel.html +++ b/doc/uk/org/ury/frontend/modules/show/ChannelPanel.html @@ -2,12 +2,12 @@ - + ChannelPanel - + diff --git a/doc/uk/org/ury/frontend/modules/show/ShowViewer.html b/doc/uk/org/ury/frontend/modules/show/ShowViewer.html index 603f6da..afa9550 100644 --- a/doc/uk/org/ury/frontend/modules/show/ShowViewer.html +++ b/doc/uk/org/ury/frontend/modules/show/ShowViewer.html @@ -2,12 +2,12 @@ - + ShowViewer - + diff --git a/doc/uk/org/ury/frontend/modules/show/ShowViewerPanel.html b/doc/uk/org/ury/frontend/modules/show/ShowViewerPanel.html index 0fae3ab..0a1ac45 100644 --- a/doc/uk/org/ury/frontend/modules/show/ShowViewerPanel.html +++ b/doc/uk/org/ury/frontend/modules/show/ShowViewerPanel.html @@ -2,12 +2,12 @@ - + ShowViewerPanel - + diff --git a/doc/uk/org/ury/frontend/modules/show/TrackBin.html b/doc/uk/org/ury/frontend/modules/show/TrackBin.html index 5229430..741670a 100644 --- a/doc/uk/org/ury/frontend/modules/show/TrackBin.html +++ b/doc/uk/org/ury/frontend/modules/show/TrackBin.html @@ -2,12 +2,12 @@ - + TrackBin - + diff --git a/doc/uk/org/ury/frontend/modules/show/class-use/ChannelPanel.html b/doc/uk/org/ury/frontend/modules/show/class-use/ChannelPanel.html index 6205a53..a2687a2 100644 --- a/doc/uk/org/ury/frontend/modules/show/class-use/ChannelPanel.html +++ b/doc/uk/org/ury/frontend/modules/show/class-use/ChannelPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.modules.show.ChannelPanel - + diff --git a/doc/uk/org/ury/frontend/modules/show/class-use/ShowViewer.html b/doc/uk/org/ury/frontend/modules/show/class-use/ShowViewer.html index 42b69ea..87e23b5 100644 --- a/doc/uk/org/ury/frontend/modules/show/class-use/ShowViewer.html +++ b/doc/uk/org/ury/frontend/modules/show/class-use/ShowViewer.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.modules.show.ShowViewer - + diff --git a/doc/uk/org/ury/frontend/modules/show/class-use/ShowViewerPanel.html b/doc/uk/org/ury/frontend/modules/show/class-use/ShowViewerPanel.html index b0b153f..5e2b71d 100644 --- a/doc/uk/org/ury/frontend/modules/show/class-use/ShowViewerPanel.html +++ b/doc/uk/org/ury/frontend/modules/show/class-use/ShowViewerPanel.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.modules.show.ShowViewerPanel - + diff --git a/doc/uk/org/ury/frontend/modules/show/class-use/TrackBin.html b/doc/uk/org/ury/frontend/modules/show/class-use/TrackBin.html index 22a85c0..63d56b8 100644 --- a/doc/uk/org/ury/frontend/modules/show/class-use/TrackBin.html +++ b/doc/uk/org/ury/frontend/modules/show/class-use/TrackBin.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.modules.show.TrackBin - + diff --git a/doc/uk/org/ury/frontend/modules/show/package-frame.html b/doc/uk/org/ury/frontend/modules/show/package-frame.html index 9f18b28..520b33c 100644 --- a/doc/uk/org/ury/frontend/modules/show/package-frame.html +++ b/doc/uk/org/ury/frontend/modules/show/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.modules.show - + diff --git a/doc/uk/org/ury/frontend/modules/show/package-summary.html b/doc/uk/org/ury/frontend/modules/show/package-summary.html index 1653231..5565a1b 100644 --- a/doc/uk/org/ury/frontend/modules/show/package-summary.html +++ b/doc/uk/org/ury/frontend/modules/show/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.modules.show - + diff --git a/doc/uk/org/ury/frontend/modules/show/package-tree.html b/doc/uk/org/ury/frontend/modules/show/package-tree.html index e76f36c..4f13226 100644 --- a/doc/uk/org/ury/frontend/modules/show/package-tree.html +++ b/doc/uk/org/ury/frontend/modules/show/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.modules.show Class Hierarchy - + diff --git a/doc/uk/org/ury/frontend/modules/show/package-use.html b/doc/uk/org/ury/frontend/modules/show/package-use.html index 17e2faa..616ee54 100644 --- a/doc/uk/org/ury/frontend/modules/show/package-use.html +++ b/doc/uk/org/ury/frontend/modules/show/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.frontend.modules.show - + diff --git a/doc/uk/org/ury/frontend/package-frame.html b/doc/uk/org/ury/frontend/package-frame.html index 3db30dd..0b5272f 100644 --- a/doc/uk/org/ury/frontend/package-frame.html +++ b/doc/uk/org/ury/frontend/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend - + diff --git a/doc/uk/org/ury/frontend/package-summary.html b/doc/uk/org/ury/frontend/package-summary.html index ceec500..ccd8d23 100644 --- a/doc/uk/org/ury/frontend/package-summary.html +++ b/doc/uk/org/ury/frontend/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend - + diff --git a/doc/uk/org/ury/frontend/package-tree.html b/doc/uk/org/ury/frontend/package-tree.html index a94c1fa..41420c0 100644 --- a/doc/uk/org/ury/frontend/package-tree.html +++ b/doc/uk/org/ury/frontend/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend Class Hierarchy - + diff --git a/doc/uk/org/ury/frontend/package-use.html b/doc/uk/org/ury/frontend/package-use.html index 7c7270c..5e25268 100644 --- a/doc/uk/org/ury/frontend/package-use.html +++ b/doc/uk/org/ury/frontend/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.frontend - + diff --git a/doc/uk/org/ury/frontend/testrig/ApplicationLauncher.html b/doc/uk/org/ury/frontend/testrig/ApplicationLauncher.html index e70a3b5..06eaf16 100644 --- a/doc/uk/org/ury/frontend/testrig/ApplicationLauncher.html +++ b/doc/uk/org/ury/frontend/testrig/ApplicationLauncher.html @@ -2,12 +2,12 @@ - + ApplicationLauncher - + diff --git a/doc/uk/org/ury/frontend/testrig/Launcher.html b/doc/uk/org/ury/frontend/testrig/Launcher.html index 943fedc..1d68ebb 100644 --- a/doc/uk/org/ury/frontend/testrig/Launcher.html +++ b/doc/uk/org/ury/frontend/testrig/Launcher.html @@ -2,12 +2,12 @@ - + Launcher - + diff --git a/doc/uk/org/ury/frontend/testrig/class-use/ApplicationLauncher.html b/doc/uk/org/ury/frontend/testrig/class-use/ApplicationLauncher.html index 0249a21..f7699af 100644 --- a/doc/uk/org/ury/frontend/testrig/class-use/ApplicationLauncher.html +++ b/doc/uk/org/ury/frontend/testrig/class-use/ApplicationLauncher.html @@ -2,12 +2,12 @@ - + Uses of Class uk.org.ury.frontend.testrig.ApplicationLauncher - + diff --git a/doc/uk/org/ury/frontend/testrig/class-use/Launcher.html b/doc/uk/org/ury/frontend/testrig/class-use/Launcher.html index f6b732b..80e0162 100644 --- a/doc/uk/org/ury/frontend/testrig/class-use/Launcher.html +++ b/doc/uk/org/ury/frontend/testrig/class-use/Launcher.html @@ -2,12 +2,12 @@ - + Uses of Interface uk.org.ury.frontend.testrig.Launcher - + diff --git a/doc/uk/org/ury/frontend/testrig/package-frame.html b/doc/uk/org/ury/frontend/testrig/package-frame.html index 700e122..c45aba9 100644 --- a/doc/uk/org/ury/frontend/testrig/package-frame.html +++ b/doc/uk/org/ury/frontend/testrig/package-frame.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.testrig - + diff --git a/doc/uk/org/ury/frontend/testrig/package-summary.html b/doc/uk/org/ury/frontend/testrig/package-summary.html index e795082..6994b5f 100644 --- a/doc/uk/org/ury/frontend/testrig/package-summary.html +++ b/doc/uk/org/ury/frontend/testrig/package-summary.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.testrig - + diff --git a/doc/uk/org/ury/frontend/testrig/package-tree.html b/doc/uk/org/ury/frontend/testrig/package-tree.html index 7806500..2330e96 100644 --- a/doc/uk/org/ury/frontend/testrig/package-tree.html +++ b/doc/uk/org/ury/frontend/testrig/package-tree.html @@ -2,12 +2,12 @@ - + uk.org.ury.frontend.testrig Class Hierarchy - + diff --git a/doc/uk/org/ury/frontend/testrig/package-use.html b/doc/uk/org/ury/frontend/testrig/package-use.html index a60e76c..a17538f 100644 --- a/doc/uk/org/ury/frontend/testrig/package-use.html +++ b/doc/uk/org/ury/frontend/testrig/package-use.html @@ -2,12 +2,12 @@ - + Uses of Package uk.org.ury.frontend.testrig - + -- cgit v1.2.3