You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Peter Lee (Jira)" <ji...@apache.org> on 2020/06/08 01:38:00 UTC

[jira] [Resolved] (COMPRESS-404) Add Path equivalents to TarArchiveEntry, with methods using File delegating to equivalents

     [ https://issues.apache.org/jira/browse/COMPRESS-404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Lee resolved COMPRESS-404.
--------------------------------
    Fix Version/s: 1.21
       Resolution: Fixed

> Add Path equivalents to TarArchiveEntry, with methods using File delegating to equivalents
> ------------------------------------------------------------------------------------------
>
>                 Key: COMPRESS-404
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-404
>             Project: Commons Compress
>          Issue Type: Sub-task
>            Reporter: Simon Spero
>            Priority: Minor
>             Fix For: 1.21
>
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> (This is a reasonable place to start, as Paths give better access to tar-relevant metadata on unix system).
> Symlink info is easier to obtain
> Unix based Paths allow access to useful attributes under "unix:*"  
> - numeric uid and gid 
> - string owner and group names
> - mtime,ctime,atime 
> - numeric mode
> - numeric dev and inode 
> - numeric rdev 
> - Linux, Solaris and Windows allow access to extended attributes 
> (MacOS X xattrs aren't supported as of jdk 9)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)