org.kie.commons.io.attribute
public interface DublinCoreAttributes extends org.kie.commons.java.nio.file.attribute.BasicFileAttributes
Modifier and Type | Method and Description |
---|---|
List<String> |
contributors() |
List<String> |
coverages() |
List<String> |
creators() |
List<String> |
descriptions() |
List<String> |
formats() |
List<String> |
identifiers() |
List<String> |
languages() |
List<String> |
publishers() |
List<String> |
relations() |
List<String> |
rights() |
List<String> |
sources() |
List<String> |
subjects() |
List<String> |
titles() |
List<String> |
types() |
creationTime, fileKey, isDirectory, isOther, isRegularFile, isSymbolicLink, lastAccessTime, lastModifiedTime, size
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.