Guvnor - Services Backend 6.2.0.CR4

org.guvnor.common.services.backend.config.attribute
Class ConfigView

java.lang.Object
  extended by org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
      extended by 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


Field Summary
 
Fields inherited from class org.uberfire.java.nio.base.AbstractBasicFileAttributeView
path
 
Constructor Summary
ConfigView(org.uberfire.java.nio.base.AbstractPath path)
           
 
Method Summary
 String name()
           
 ConfigAttributes readAttributes()
           
 Map<String,Object> readAttributes(String... attributes)
           
 Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] viewTypes()
           
 
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
 

Constructor Detail

ConfigView

public ConfigView(org.uberfire.java.nio.base.AbstractPath path)
Method Detail

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

Guvnor - Services Backend 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.