NIO2 API

Uses of Package
org.classpath.icedtea.java.nio.file.attribute

Packages that use org.classpath.icedtea.java.nio.file.attribute
org.classpath.icedtea.java.io   
org.classpath.icedtea.java.nio.channels Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations. 
org.classpath.icedtea.java.nio.file Define interfaces and classes for the Java virtual machine to access files, file attributes, and file systems. 
org.classpath.icedtea.java.nio.file.attribute Interfaces and classes providing access to file and file system attributes. 
org.classpath.icedtea.java.nio.file.spi Service-provider classes for the org.classpath.icedtea.java.nio.file package. 
 

Classes in org.classpath.icedtea.java.nio.file.attribute used by org.classpath.icedtea.java.io
FileAttribute
          An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.
 

Classes in org.classpath.icedtea.java.nio.file.attribute used by org.classpath.icedtea.java.nio.channels
FileAttribute
          An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.
 

Classes in org.classpath.icedtea.java.nio.file.attribute used by org.classpath.icedtea.java.nio.file
BasicFileAttributes
          Basic attributes associated with a file in a file system.
FileAttribute
          An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.
FileAttributeView
          An attribute view that is a read-only or updatable view of non-opaque values associated with a file in a filesystem.
FileStoreAttributeView
          An attribute view that is a read-only or updatable view of the attributes of a file.FileStore.
UserPrincipalLookupService
          An object to lookup user and group principals by name.
 

Classes in org.classpath.icedtea.java.nio.file.attribute used by org.classpath.icedtea.java.nio.file.attribute
AclEntry
          An entry in an access control list (ACL).
AclEntry.Builder
          A builder of AclEntry objects.
AclEntryFlag
          Defines the flags for used by the flags component of an ACL entry.
AclEntryPermission
          Defines the permissions for use with the permissions component of an ACL entry.
AclEntryType
          A typesafe enumeration of the access control entry types.
AttributeView
          An object that provides a read-only or updatable view of non-opaque values associated with an object in a filesystem.
BasicFileAttributes
          Basic attributes associated with a file in a file system.
BasicFileAttributeView
          A file attribute view that provides a view of a basic set of file attributes common to many file systems.
DosFileAttributes
          File attributes associated with a file in a file system that supports legacy "DOS" attributes.
FileAttribute
          An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.
FileAttributeView
          An attribute view that is a read-only or updatable view of non-opaque values associated with a file in a filesystem.
FileOwnerAttributeView
          A file attribute view that supports reading or updating the owner of a file.
FileStoreAttributeView
          An attribute view that is a read-only or updatable view of the attributes of a file.FileStore.
FileStoreSpaceAttributes
          Space related attributes of a file store.
GroupPrincipal
          A UserPrincipal representing a group identity, used to determine access rights to objects in a file system.
PosixFileAttributes
          File attributes associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family of standards.
PosixFilePermission
          Defines the bits for use with the permissions attribute.
UserPrincipal
          A Principal representing an identity used to determine access rights to objects in a file system.
 

Classes in org.classpath.icedtea.java.nio.file.attribute used by org.classpath.icedtea.java.nio.file.spi
FileAttribute
          An object that encapsulates the value of a file attribute that can be set atomically when creating a new file or directory by invoking the createFile or createDirectory methods.
 


NIO2 API

Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.