Guvnor - Services Backend 6.1.0.CR2

org.guvnor.common.services.backend.metadata.attribute
Class OtherMetaView

java.lang.Object
  extended by org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
      extended by org.guvnor.common.services.backend.metadata.attribute.OtherMetaView
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 OtherMetaView
extends org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
implements org.uberfire.java.nio.base.NeedsPreloadedAttrs


Field Summary
static String CATEGORY
           
static String MODE
           
 
Fields inherited from class org.uberfire.java.nio.base.AbstractBasicFileAttributeView
path
 
Constructor Summary
OtherMetaView(org.uberfire.java.nio.base.AbstractPath path)
           
 
Method Summary
 String name()
           
 OtherMetaAttributes readAttributes()
           
 Map<String,Object> readAttributes(String... attributes)
           
 void setAttribute(String attribute, Object value)
           
 Class<? extends org.uberfire.java.nio.file.attribute.BasicFileAttributeView>[] viewTypes()
           
 
Methods inherited from class org.uberfire.java.nio.base.AbstractBasicFileAttributeView
isSerializable, readAllAttributes, setTimes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORY

public static final String CATEGORY
See Also:
Constant Field Values

MODE

public static final String MODE
See Also:
Constant Field Values
Constructor Detail

OtherMetaView

public OtherMetaView(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 OtherMetaAttributes 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

setAttribute

public void setAttribute(String attribute,
                         Object value)
                  throws org.uberfire.java.nio.IOException
Specified by:
setAttribute in interface org.uberfire.java.nio.base.ExtendedAttributeView
Overrides:
setAttribute in class org.uberfire.java.nio.base.AbstractBasicFileAttributeView<org.uberfire.java.nio.base.AbstractPath>
Throws:
org.uberfire.java.nio.IOException

Guvnor - Services Backend 6.1.0.CR2

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