Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2994 - development/main/transit/core/handler/src/main/net/dpml/transit

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2994 - development/main/transit/core/handler/src/main/net/dpml/transit
  • Date: Wed, 06 Jul 2005 20:35:33 -0400

Author: mcconnell AT dpml.net
Date: Wed Jul 6 20:35:32 2005
New Revision: 2994

Modified:

development/main/transit/core/handler/src/main/net/dpml/transit/package.html
Log:
javadocing

Modified:
development/main/transit/core/handler/src/main/net/dpml/transit/package.html
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/package.html
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/package.html
Wed Jul 6 20:35:32 2005
@@ -1,9 +1,25 @@

<body>
<p>
-The transit package contains a number of utility classes supporting cache
based
-retrival of artifacts.
+The transit package contains the primary runtime classes within the Transit
+resource management system.
</p>
+
<p><img src="./repository/doc-files/repositories.png" border="0"></p>
+
+<p>
+The principal <a href="Transit.html">Transit</a> class is responsible for
the
+establishment of the Transit runtime based on a default or explicit
+<a href="model/TransitModel.html">TransitModel</a>. The Transit class
provides
+the internal machinery for a protocol handler dealing with the "artifact"
and
+"link" uri schemes and the corresponding url protocols. In addition Transit
+provides access to classloader construction services via the following
static
+operation:
+</p>
+
+<code>
+ <a href="repository/Repository.html">Repository</a>
Transit.getInstance().getRepository();
+</code>
+
</body>




  • svn commit: r2994 - development/main/transit/core/handler/src/main/net/dpml/transit, mcconnell, 07/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page