[
https://issues.apache.org/jira/browse/OODT-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris A. Mattmann resolved OODT-847.
------------------------------------
Resolution: Fixed
- fixed!
{noformat}
LMC-053601:oodt mattmann$ git push -u origin master
Counting objects: 32, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (21/21), done.
Writing objects: 100% (32/32), 5.81 KiB | 0 bytes/s, done.
Total 32 (delta 8), reused 0 (delta 0)
remote: oodt git commit: Merge branch 'OODT-847' of
http://github.com/adhulipa/oodt
remote: oodt git commit: Record change for OODT-847.
remote: oodt git commit: Fix for OODT-847 contributed by adhulipa & rverma
To https://git-wip-us.apache.org/repos/asf/oodt.git
1ae9242..c3957c3 master -> master
Branch master set up to track remote branch master from origin.
LMC-053601:oodt mattmann$
{noformat}
> New FilemgrMetExtractor to extract File System Attributes
> ---------------------------------------------------------
>
> Key: OODT-847
> URL: https://issues.apache.org/jira/browse/OODT-847
> Project: OODT
> Issue Type: New Feature
> Components: file manager
> Affects Versions: 0.8.1
> Reporter: Rishi Verma
> Assignee: Chris A. Mattmann
> Priority: Minor
> Fix For: 1.1
>
> Attachments: FileAttributesExtractor.java
>
>
> It's sometimes useful to extract File System metadata from files that people
> often see when browsing a file on an operating system.
> Examples:
> * POSIX permissions
> * Datetime stamps, including: lastModified, creationTime, lastAccessTime
> * Is a symbolic file?
> * Is a directory?
> * File owner
> * Is hidden file?
> etc.
> Java 7's Files.getAttributes [1] does this in a platform-generic way. We
> should leverage this and add an extractor for the benefit of the community.
> [1] http://docs.oracle.com/javase/tutorial/essential/io/fileAttr.html
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)