public class K8SBasicFileAttributeView extends SimpleBasicFileAttributeView
path
Constructor and Description |
---|
K8SBasicFileAttributeView(Path path,
CloudClientFactory ccf) |
Modifier and Type | Method and Description |
---|---|
<T extends BasicFileAttributes> |
readAttributes() |
void |
setAttribute(String attribute,
Object value) |
Class<? extends BasicFileAttributeView>[] |
viewTypes() |
isSerializable, name, readAllAttributes, readAttributes, setTimes
public K8SBasicFileAttributeView(Path path, CloudClientFactory ccf)
public <T extends BasicFileAttributes> T readAttributes()
readAttributes
in interface ExtendedAttributeView
readAttributes
in interface BasicFileAttributeView
readAttributes
in class SimpleBasicFileAttributeView
public void setAttribute(String attribute, Object value)
setAttribute
in interface ExtendedAttributeView
setAttribute
in class AbstractBasicFileAttributeView<Path>
public Class<? extends BasicFileAttributeView>[] viewTypes()
viewTypes
in interface ExtendedAttributeView
viewTypes
in class SimpleBasicFileAttributeView
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.