org.guvnor.common.services.backend.config.attribute
Class ConfigView
java.lang.Object
org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
org.guvnor.common.services.backend.config.attribute.ConfigView
- All Implemented Interfaces:
- org.uberfire.java.nio.base.ExtendedAttributeView, org.uberfire.java.nio.base.NeedsPreloadedAttrs, org.uberfire.java.nio.file.attribute.AttributeView, org.uberfire.java.nio.file.attribute.BasicFileAttributeView, org.uberfire.java.nio.file.attribute.FileAttributeView
public class ConfigView
- extends org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
- implements org.uberfire.java.nio.base.NeedsPreloadedAttrs
| Fields inherited from class org.uberfire.java.nio.base.AbstractBasicFileAttributeView |
path |
|
Constructor Summary |
ConfigView(org.uberfire.java.nio.base.AbstractPath path)
|
| Methods inherited from class org.uberfire.java.nio.base.AbstractBasicFileAttributeView |
isSerializable, readAllAttributes, setAttribute, setTimes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigView
public ConfigView(org.uberfire.java.nio.base.AbstractPath path)
name
public String name()
- Specified by:
name in interface org.uberfire.java.nio.file.attribute.AttributeView- Overrides:
name in class org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
readAttributes
public ConfigAttributes readAttributes()
throws org.uberfire.java.nio.IOException
- Specified by:
readAttributes in interface org.uberfire.java.nio.base.ExtendedAttributeView- Specified by:
readAttributes in interface org.uberfire.java.nio.file.attribute.BasicFileAttributeView
- Throws:
org.uberfire.java.nio.IOException
readAttributes
public Map<String,Object> readAttributes(String... attributes)
- Specified by:
readAttributes in interface org.uberfire.java.nio.base.ExtendedAttributeView- Overrides:
readAttributes in class org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
viewTypes
public Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] viewTypes()
- Specified by:
viewTypes in interface org.uberfire.java.nio.base.ExtendedAttributeView
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.