aboutsummaryrefslogtreecommitdiff
path: root/doc/index-files/index-11.html
diff options
context:
space:
mode:
authorMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
committerMatt Windsor <mattwindsor@btinternet.com>2011-03-21 21:54:31 +0000
commitdf7d7981b56a4560c95ea7e9b194080e93398ecf (patch)
treeb3ae4f02d23ae1f7f4951c776ee8d91b0047dd6f /doc/index-files/index-11.html
parent2d073129857a42ab4195cd433c8be152e357033f (diff)
GREAT PACKAGE RESHUFFLE: Everything is now organised into frontend, backend and common (to frontend and backend) packages. Things may have been broken. Doc refresh.
Diffstat (limited to 'doc/index-files/index-11.html')
-rw-r--r--doc/index-files/index-11.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html
index b738199..acb0647 100644
--- a/doc/index-files/index-11.html
+++ b/doc/index-files/index-11.html
@@ -2,7 +2,7 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 21:53:12 GMT 2011 -->
<TITLE>
M-Index
</TITLE>
@@ -82,28 +82,28 @@ function windowTitle()
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
-<DT><A HREF="../uk/org/ury/server/Server.html#main(java.lang.String[])"><B>main(String[])</B></A> -
-Static method in class uk.org.ury.server.<A HREF="../uk/org/ury/server/Server.html" title="class in uk.org.ury.server">Server</A>
+<DT><A HREF="../uk/org/ury/backend/server/Server.html#main(java.lang.String[])"><B>main(String[])</B></A> -
+Static method in class uk.org.ury.backend.server.<A HREF="../uk/org/ury/backend/server/Server.html" title="class in uk.org.ury.backend.server">Server</A>
<DD>The main method, which serves to create a server.
-<DT><A HREF="../uk/org/ury/testrig/ApplicationLauncher.html#main(java.lang.String[])"><B>main(String[])</B></A> -
-Static method in class uk.org.ury.testrig.<A HREF="../uk/org/ury/testrig/ApplicationLauncher.html" title="class in uk.org.ury.testrig">ApplicationLauncher</A>
+<DT><A HREF="../uk/org/ury/frontend/testrig/ApplicationLauncher.html#main(java.lang.String[])"><B>main(String[])</B></A> -
+Static method in class uk.org.ury.frontend.testrig.<A HREF="../uk/org/ury/frontend/testrig/ApplicationLauncher.html" title="class in uk.org.ury.frontend.testrig">ApplicationLauncher</A>
<DD>Main method.
-<DT><A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions"><B>MissingCredentialsException</B></A> - Exception in <A HREF="../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A><DD>Exception thrown when the database credentials required to
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.backend.database.exceptions"><B>MissingCredentialsException</B></A> - Exception in <A HREF="../uk/org/ury/backend/database/exceptions/package-summary.html">uk.org.ury.backend.database.exceptions</A><DD>Exception thrown when the database credentials required to
log into the URY database under a user class are missing,
- and thus the log-in cannot continue.<DT><A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html#MissingCredentialsException()"><B>MissingCredentialsException()</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions">MissingCredentialsException</A>
+ and thus the log-in cannot continue.<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingCredentialsException.html#MissingCredentialsException()"><B>MissingCredentialsException()</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.backend.database.exceptions">MissingCredentialsException</A>
<DD>Construct a new MissingCredentialsException with a
default reason.
-<DT><A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html#MissingCredentialsException(java.lang.String)"><B>MissingCredentialsException(String)</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.database.exceptions">MissingCredentialsException</A>
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingCredentialsException.html#MissingCredentialsException(java.lang.String)"><B>MissingCredentialsException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/MissingCredentialsException.html" title="class in uk.org.ury.backend.database.exceptions">MissingCredentialsException</A>
<DD>Construct a new MissingCredentialsException.
-<DT><A HREF="../uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions"><B>MissingPropertyException</B></A> - Exception in <A HREF="../uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A><DD>Exception thrown when a DatabaseItem is queried for a property
- that does not exist.<DT><A HREF="../uk/org/ury/database/exceptions/MissingPropertyException.html#MissingPropertyException()"><B>MissingPropertyException()</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions">MissingPropertyException</A>
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.backend.database.exceptions"><B>MissingPropertyException</B></A> - Exception in <A HREF="../uk/org/ury/backend/database/exceptions/package-summary.html">uk.org.ury.backend.database.exceptions</A><DD>Exception thrown when a DatabaseItem is queried for a property
+ that does not exist.<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingPropertyException.html#MissingPropertyException()"><B>MissingPropertyException()</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.backend.database.exceptions">MissingPropertyException</A>
<DD>Construct a new MissingPropertyException with a
default reason.
-<DT><A HREF="../uk/org/ury/database/exceptions/MissingPropertyException.html#MissingPropertyException(java.lang.String)"><B>MissingPropertyException(String)</B></A> -
-Constructor for exception uk.org.ury.database.exceptions.<A HREF="../uk/org/ury/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.database.exceptions">MissingPropertyException</A>
+<DT><A HREF="../uk/org/ury/backend/database/exceptions/MissingPropertyException.html#MissingPropertyException(java.lang.String)"><B>MissingPropertyException(String)</B></A> -
+Constructor for exception uk.org.ury.backend.database.exceptions.<A HREF="../uk/org/ury/backend/database/exceptions/MissingPropertyException.html" title="class in uk.org.ury.backend.database.exceptions">MissingPropertyException</A>
<DD>Construct a new MissingPropertyException.
</DL>
<HR>