]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.jcr/src/org/argeo/jcr/fs/NodeFileAttributes.java
Move file system support to JCR bundle.
[lgpl/argeo-commons.git] / org.argeo.jcr / src / org / argeo / jcr / fs / NodeFileAttributes.java
1 package org.argeo.jcr.fs;
2
3 import java.nio.file.attribute.BasicFileAttributes;
4
5 import javax.jcr.Node;
6
7 public interface NodeFileAttributes extends BasicFileAttributes {
8 public Node getNode();
9 }