public Map readAttributes()

in src/main/java/org/apache/sling/commons/jcr/file/internal/JcrFileSystemProvider.java [260:263]


    public Map<String, Object> readAttributes(Path path, String attributes, LinkOption... options) throws IOException {
        logger.info("readAttributes: {}, {}, {}", path, attributes, options);
        return Collections.emptyMap();
    }