You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/12/05 06:07:42 UTC

cvs commit: avalon/repository/spi/src/java/org/apache/avalon/repository/provider Builder.java

mcconnell    2003/12/04 21:07:42

  Modified:    repository/spi/src/java/org/apache/avalon/repository/provider
                        Builder.java
  Log:
  Expose the classloader that the builder establishes so we can play with reflection on the application that is established.
  
  Revision  Changes    Path
  1.2       +9 -2      avalon/repository/spi/src/java/org/apache/avalon/repository/provider/Builder.java
  
  Index: Builder.java
  ===================================================================
  RCS file: /home/cvs/avalon/repository/spi/src/java/org/apache/avalon/repository/provider/Builder.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Builder.java	4 Dec 2003 19:34:56 -0000	1.1
  +++ Builder.java	5 Dec 2003 05:07:42 -0000	1.2
  @@ -67,5 +67,12 @@
        * @return the factory
        */
       Factory getFactory();
  -    
  +
  +    /**
  +     * Gets the ClassLoader used by this builder.
  +     * 
  +     * @return the ClassLoader built by the builder.
  +     */
  +    ClassLoader getClassLoader();
  +
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org