public class DublinCoreView
extends org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
implements org.uberfire.java.nio.base.NeedsPreloadedAttrs
| Constructor and Description |
|---|
DublinCoreView(org.uberfire.java.nio.base.AbstractPath path) |
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
DublinCoreAttributes |
readAttributes() |
Map<String,Object> |
readAttributes(String... attributes) |
void |
setAttribute(String attribute,
Object value) |
Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] |
viewTypes() |
public DublinCoreView(org.uberfire.java.nio.base.AbstractPath path)
public String name()
name in interface org.uberfire.java.nio.file.attribute.AttributeViewname in class org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>public DublinCoreAttributes readAttributes() throws org.uberfire.java.nio.IOException
readAttributes in interface org.uberfire.java.nio.base.ExtendedAttributeViewreadAttributes in interface org.uberfire.java.nio.file.attribute.BasicFileAttributeVieworg.uberfire.java.nio.IOExceptionpublic Map<String,Object> readAttributes(String... attributes)
readAttributes in interface org.uberfire.java.nio.base.ExtendedAttributeViewreadAttributes in class org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>public Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] viewTypes()
viewTypes in interface org.uberfire.java.nio.base.ExtendedAttributeViewpublic void setAttribute(String attribute, Object value) throws org.uberfire.java.nio.IOException
setAttribute in interface org.uberfire.java.nio.base.ExtendedAttributeViewsetAttribute in class org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>org.uberfire.java.nio.IOExceptionCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.