Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1494 - development/main/central/site/src/docs/products/transit/technical/repository

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1494 - development/main/central/site/src/docs/products/transit/technical/repository
  • Date: Sun, 16 Jan 2005 15:56:50 +0100

Author: mcconnell
Date: Sun Jan 16 15:56:50 2005
New Revision: 1494

Modified:

development/main/central/site/src/docs/products/transit/technical/repository/index.xml
Log:
updating

Modified:
development/main/central/site/src/docs/products/transit/technical/repository/index.xml
==============================================================================
---
development/main/central/site/src/docs/products/transit/technical/repository/index.xml
(original)
+++
development/main/central/site/src/docs/products/transit/technical/repository/index.xml
Sun Jan 16 15:56:50 2005
@@ -30,15 +30,18 @@
classloader.
</p>

+ <img src="/images/transit/chain.png"/>
+
<p><i>Example classloader creation:</i></p>
<pre>
-Repository repository = new DefaultLoader();
+Repository repository = new <a
href="../../../../../@TRANSIT-DOCS-PATH@/net/dpml/transit/repository/StandardLoader.html">StandardLoader()</a>;
ClassLoader parent = getClass().getClassLoader();
-URI uri = new URI( "artifact:meta:dpml/metro/dpml-metro-main#SNAPSHOT" );
+URI uri = new URI( "@METRO-PLUGIN-URI@" );
Classloader classloader = repository.getClassLoader( parent, uri );
....
</pre>

+
</subsection>

</section>



  • svn commit: r1494 - development/main/central/site/src/docs/products/transit/technical/repository, mcconnell, 01/16/2005

Archive powered by MHonArc 2.6.24.

Top of Page