Package org.nuxeo.ecm.core.blob
Class CachingBlobStore.PathInfo
- java.lang.Object
-
- org.nuxeo.ecm.core.blob.CachingBlobStore.PathInfo
-
- All Implemented Interfaces:
Comparable<CachingBlobStore.PathInfo>
- Enclosing class:
- CachingBlobStore
protected static class CachingBlobStore.PathInfo extends Object implements Comparable<CachingBlobStore.PathInfo>
-
-
Field Detail
-
path
protected final Path path
-
time
protected final long time
-
size
protected final long size
-
-
Constructor Detail
-
PathInfo
public PathInfo(Path path) throws IOException
- Throws:
IOException
-
-
Method Detail
-
compareTo
public int compareTo(CachingBlobStore.PathInfo other)
- Specified by:
compareTo
in interfaceComparable<CachingBlobStore.PathInfo>
-
-