psmith      2003/12/16 01:20:05

  Modified:    src/java/org/apache/log4j/chainsaw/prefs Profileable.java
  Log:
  Simplified the Profileable interface.
  
  Revision  Changes    Path
  1.2       +2 -17     
jakarta-log4j/src/java/org/apache/log4j/chainsaw/prefs/Profileable.java
  
  Index: Profileable.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/chainsaw/prefs/Profileable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Profileable.java  25 Jun 2003 04:05:24 -0000      1.1
  +++ Profileable.java  16 Dec 2003 09:20:05 -0000      1.2
  @@ -22,22 +22,7 @@
         * Must be able to provide a name which is used to determine at a minimum, 
         * the default profile name prefix for this component.
        */
  -     public String getName();
  -     
  -     /**
  -      * Sets this components Profile name that is in use.
  -      * 
  -      * The ProfileManager will automatically call this method when a specific
  -      * Profile has been loaded.
  -      * @param profileName
  -      */
  -     public void setProfileName(String profileName);
  -     
  -     /**
  -      * Returns the currently in use profile name, or <code>null</code>
  -      * if there is no profile in use.
  -      * @return
  -      */
  -     public String getProfileName();
  +     public String getNamespace();
        
  +
   }
  
  
  

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

Reply via email to