donaldp     2002/07/31 21:42:16

  Modified:    tar/src/java/org/apache/excalibur/tar TarEntry.java
  Log:
  Added getter getLinkName()
  
  Revision  Changes    Path
  1.3       +11 -1     
jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarEntry.java
  
  Index: TarEntry.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/tar/src/java/org/apache/excalibur/tar/TarEntry.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TarEntry.java     7 Apr 2002 02:33:45 -0000       1.2
  +++ TarEntry.java     1 Aug 2002 04:42:16 -0000       1.3
  @@ -542,6 +542,16 @@
       }
   
       /**
  +     * Get the link name for entry.
  +     *
  +     * @return the link name for entry.
  +     */
  +    public String getLinkName()
  +    {
  +        return String.valueOf( m_linkName );
  +    }
  +
  +    /**
        * Determine if the given entry is a descendant of this entry. Descendancy
        * is determined by the name of the descendant starting with this entry's
        * name.
  
  
  

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

Reply via email to