mcconnell    2002/11/19 04:28:36

  Modified:    assembly/src/java/org/apache/excalibur/assembly/appliance
                        DefaultAppliance.java
  Log:
  Addition of an accessor to the underlying Profile.
  
  Revision  Changes    Path
  1.2       +11 -1     
jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/assembly/appliance/DefaultAppliance.java
  
  Index: DefaultAppliance.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/assembly/appliance/DefaultAppliance.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultAppliance.java     18 Nov 2002 11:02:28 -0000      1.1
  +++ DefaultAppliance.java     19 Nov 2002 12:28:36 -0000      1.2
  @@ -128,6 +128,16 @@
        //=====================================================================
   
       /**
  +     * Return the profile backing the appliance.
  +     *
  +     * @return the profile that this appliance is managing
  +     */
  +    public Profile getProfile()
  +    {
  +        return m_profile;
  +    }
  +
  +    /**
        * Set the activation policy for the component.  If TRUE, activation
        * will occur at startup.  If false, activation will be deferred to
        * the first lookup invocation if any (i.e. lazy activation).
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to