You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by pr...@apache.org on 2002/06/28 07:10:24 UTC

cvs commit: jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces ApplicationContext.java

proyal      2002/06/27 22:10:24

  Modified:    src/java/org/apache/avalon/phoenix/interfaces
                        ApplicationContext.java
  Log:
  Add method to validate configuration for application component
  
  The signature of this will likely change. First pass.
  
  Revision  Changes    Path
  1.11      +7 -0      jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ApplicationContext.java
  
  Index: ApplicationContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/interfaces/ApplicationContext.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ApplicationContext.java	15 May 2002 12:05:30 -0000	1.10
  +++ ApplicationContext.java	28 Jun 2002 05:10:24 -0000	1.11
  @@ -64,6 +64,13 @@
           throws ConfigurationException;
   
       /**
  +     * Validate the configuration for a specified component.
  +     *
  +     * @param component the component
  +     */
  +    void validateConfiguration( String component ) throws ConfigurationException;
  +
  +    /**
        * Get logger with category for application.
        * Note that this name may not be the absolute category.
        *
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>