NIO2 API
A B C D E F G H I J K L M N O P R S T U V W

G

get(String) - Static method in class org.classpath.icedtea.java.nio.file.Paths
Constructs a Path by converting the given path string.
get(URI) - Static method in class org.classpath.icedtea.java.nio.file.Paths
Converts the given URI to a Path object.
getAcl() - Method in interface org.classpath.icedtea.java.nio.file.attribute.AclFileAttributeView
Reads the access control list.
getAcl(FileRef) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Reads a file's Access Control List (ACL).
getActions() - Method in class org.classpath.icedtea.java.io.FilePermission
Returns the "canonical string representation" of the actions.
getAttribute(FileRef, String, LinkOption...) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Reads the value of a file attribute.
getAttribute(String) - Method in interface org.classpath.icedtea.java.nio.file.attribute.AttributeView
Reads the value of an attribute.
getDefault() - Static method in class org.classpath.icedtea.java.nio.file.FileSystems
Returns the default FileSystem.
getFile() - Method in exception org.classpath.icedtea.java.nio.file.FileSystemException
Returns the file used to create this exception.
getFileAttributeView(Class<V>, LinkOption...) - Method in interface org.classpath.icedtea.java.nio.file.FileRef
Returns a file attribute view of a given type.
getFileAttributeView(String, LinkOption...) - Method in interface org.classpath.icedtea.java.nio.file.FileRef
Returns a file attribute view of the given name.
getFileAttributeView(Class<V>) - Method in class org.classpath.icedtea.java.nio.file.SecureDirectoryStream
Returns a new file attribute view to access the file attributes of this directory.
getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.classpath.icedtea.java.nio.file.SecureDirectoryStream
Returns a new file attribute view to access the file attributes of a file in this directory.
getFileStore() - Method in interface org.classpath.icedtea.java.nio.file.FileRef
Returns the FileStore representing the file store where the file referenced by this object is stored.
getFileStoreAttributeView(Class<V>) - Method in class org.classpath.icedtea.java.nio.file.FileStore
Returns a FileStoreAttributeView of the given type.
getFileStoreAttributeView(String) - Method in class org.classpath.icedtea.java.nio.file.FileStore
Returns a FileStoreAttributeView of the given name.
getFileStores() - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Returns an object to iterate over the underlying file stores.
getFileSystem(URI) - Static method in class org.classpath.icedtea.java.nio.file.FileSystems
Returns a reference to an existing FileSystem.
getFileSystem() - Method in class org.classpath.icedtea.java.nio.file.Path
Returns the file system that created this object.
getFileSystem(URI) - Method in class org.classpath.icedtea.java.nio.file.spi.FileSystemProvider
Returns an existing FileSystem created by this provider.
getIndex() - Method in exception org.classpath.icedtea.java.nio.file.InvalidPathException
Returns an index into the input string of the position at which the error occurred, or -1 if this position is not known.
getInput() - Method in exception org.classpath.icedtea.java.nio.file.InvalidPathException
Returns the input string.
getLocalAddress() - Method in interface org.classpath.icedtea.java.nio.channels.NetworkChannel
Returns the socket address that this channel's socket is bound to, or null if the socket is not bound.
getMessage() - Method in exception org.classpath.icedtea.java.nio.file.FileSystemException
Returns the detail message string.
getMessage() - Method in exception org.classpath.icedtea.java.nio.file.InvalidPathException
Returns a string describing the error.
getName() - Method in exception org.classpath.icedtea.java.nio.file.attribute.UserPrincipalNotFoundException
Returns the user principal name if this exception was created with the user principal name that was not found, otherwise null.
getName() - Method in class org.classpath.icedtea.java.nio.file.Path
Returns the name of the file or directory denoted by this path.
getName(int) - Method in class org.classpath.icedtea.java.nio.file.Path
Returns a name element of this path.
getNameCount() - Method in class org.classpath.icedtea.java.nio.file.Path
Returns the number of name elements in the path.
getNameMatcher(String, String) - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Returns a PathMatcher that performs match operations on file names by interpreting a given pattern.
getOption(SocketOption<T>) - Method in interface org.classpath.icedtea.java.nio.channels.NetworkChannel
Returns the value of a socket option.
getOtherFile() - Method in exception org.classpath.icedtea.java.nio.file.FileSystemException
Returns the other file used to create this exception.
getOwner(FileRef) - Static method in class org.classpath.icedtea.java.nio.file.attribute.Attributes
Returns the owner of a file.
getOwner() - Method in interface org.classpath.icedtea.java.nio.file.attribute.FileOwnerAttributeView
Read the file owner.
getParent() - Method in class org.classpath.icedtea.java.nio.file.Path
Returns the parent path, or null if this path does not have a parent.
getPath(String) - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Converts a path string to a Path.
getPath(URI) - Method in class org.classpath.icedtea.java.nio.file.spi.FileSystemProvider
Return a Path object by converting the given URI.
getReason() - Method in exception org.classpath.icedtea.java.nio.file.FileSystemException
Returns the string explaining why the file system operation failed.
getReason() - Method in exception org.classpath.icedtea.java.nio.file.InvalidPathException
Returns a string explaining why the input string was rejected.
getRemoteAddress() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel
Returns the remote address to which this channel is connected.
getRemoteAddress() - Method in class org.classpath.icedtea.java.nio.channels.AsynchronousSocketChannel
Returns the remote address to which this channel's socket is connected.
getRemoteAddress() - Method in class org.classpath.icedtea.java.nio.channels.DatagramChannel
Returns the remote address to which this channel's socket is connected.
getRoot() - Method in class org.classpath.icedtea.java.nio.file.Path
Returns the root component of this path as a Path object, or null if this path does not have a root component.
getRootDirectories() - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Returns an object to iterate over the paths of the root directories.
getScheme() - Method in class org.classpath.icedtea.java.nio.file.spi.FileSystemProvider
Returns the URI scheme that identifies this provider.
getSeparator() - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Returns the name separator, represented as a string.
getUserPrincipalLookupService() - Method in class org.classpath.icedtea.java.nio.file.FileSystem
Returns the UserPrincipalLookupService for this file system (optional operation).
group() - Method in class org.classpath.icedtea.java.nio.channels.MembershipKey
Returns the multicast group for which this membership key was created.
group() - Method in interface org.classpath.icedtea.java.nio.file.attribute.PosixFileAttributes
Returns the group owner of the file.
GroupPrincipal - Interface in org.classpath.icedtea.java.nio.file.attribute
A UserPrincipal representing a group identity, used to determine access rights to objects in a file system.

NIO2 API
A B C D E F G H I J K L M N O P R S T U V W
Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.