cosmic-internal-jdk
Version:
KingScript: JDK1.8
150 lines (149 loc) • 12.2 kB
TypeScript
/// <reference types="dist/index" />
export type AccessDeniedException = $.java.nio.file.AccessDeniedException;
export declare const AccessDeniedException: $.java.nio.file.AccessDeniedExceptionConstructor;
export declare const AccessMode: typeof $.java.nio.file.AccessMode;
export type AccessMode = $.java.nio.file.AccessMode;
export type AtomicMoveNotSupportedException = $.java.nio.file.AtomicMoveNotSupportedException;
export declare const AtomicMoveNotSupportedException: $.java.nio.file.AtomicMoveNotSupportedExceptionConstructor;
export type ClosedDirectoryStreamException = $.java.nio.file.ClosedDirectoryStreamException;
export declare const ClosedDirectoryStreamException: $.java.nio.file.ClosedDirectoryStreamExceptionConstructor;
export type ClosedFileSystemException = $.java.nio.file.ClosedFileSystemException;
export declare const ClosedFileSystemException: $.java.nio.file.ClosedFileSystemExceptionConstructor;
export type ClosedWatchServiceException = $.java.nio.file.ClosedWatchServiceException;
export declare const ClosedWatchServiceException: $.java.nio.file.ClosedWatchServiceExceptionConstructor;
export type CopyOption = $.java.nio.file.CopyOption;
export declare const CopyOption: $.java.nio.file.CopyOptionConstructor;
export type DirectoryIteratorException = $.java.nio.file.DirectoryIteratorException;
export declare const DirectoryIteratorException: $.java.nio.file.DirectoryIteratorExceptionConstructor;
export type DirectoryNotEmptyException = $.java.nio.file.DirectoryNotEmptyException;
export declare const DirectoryNotEmptyException: $.java.nio.file.DirectoryNotEmptyExceptionConstructor;
export type DirectoryStream = $.java.nio.file.DirectoryStream;
export declare const DirectoryStream: $.java.nio.file.DirectoryStreamConstructor;
export type DirectoryStream$Filter = $.java.nio.file.DirectoryStream$Filter;
export declare const DirectoryStream$Filter: $.java.nio.file.DirectoryStream$FilterConstructor;
export type FileAlreadyExistsException = $.java.nio.file.FileAlreadyExistsException;
export declare const FileAlreadyExistsException: $.java.nio.file.FileAlreadyExistsExceptionConstructor;
export type FileStore = $.java.nio.file.FileStore;
export declare const FileStore: $.java.nio.file.FileStoreConstructor;
export type FileSystem = $.java.nio.file.FileSystem;
export declare const FileSystem: $.java.nio.file.FileSystemConstructor;
export type FileSystemAlreadyExistsException = $.java.nio.file.FileSystemAlreadyExistsException;
export declare const FileSystemAlreadyExistsException: $.java.nio.file.FileSystemAlreadyExistsExceptionConstructor;
export type FileSystemException = $.java.nio.file.FileSystemException;
export declare const FileSystemException: $.java.nio.file.FileSystemExceptionConstructor;
export type FileSystemLoopException = $.java.nio.file.FileSystemLoopException;
export declare const FileSystemLoopException: $.java.nio.file.FileSystemLoopExceptionConstructor;
export type FileSystemNotFoundException = $.java.nio.file.FileSystemNotFoundException;
export declare const FileSystemNotFoundException: $.java.nio.file.FileSystemNotFoundExceptionConstructor;
export type FileSystems = $.java.nio.file.FileSystems;
export declare const FileSystems: $.java.nio.file.FileSystemsConstructor;
export declare const FileVisitOption: typeof $.java.nio.file.FileVisitOption;
export type FileVisitOption = $.java.nio.file.FileVisitOption;
export declare const FileVisitResult: typeof $.java.nio.file.FileVisitResult;
export type FileVisitResult = $.java.nio.file.FileVisitResult;
export type FileVisitor = $.java.nio.file.FileVisitor;
export declare const FileVisitor: $.java.nio.file.FileVisitorConstructor;
export type Files = $.java.nio.file.Files;
export declare const Files: $.java.nio.file.FilesConstructor;
export type InvalidPathException = $.java.nio.file.InvalidPathException;
export declare const InvalidPathException: $.java.nio.file.InvalidPathExceptionConstructor;
export declare const LinkOption: typeof $.java.nio.file.LinkOption;
export type LinkOption = $.java.nio.file.LinkOption;
export type LinkPermission = $.java.nio.file.LinkPermission;
export declare const LinkPermission: $.java.nio.file.LinkPermissionConstructor;
export type NoSuchFileException = $.java.nio.file.NoSuchFileException;
export declare const NoSuchFileException: $.java.nio.file.NoSuchFileExceptionConstructor;
export type NotDirectoryException = $.java.nio.file.NotDirectoryException;
export declare const NotDirectoryException: $.java.nio.file.NotDirectoryExceptionConstructor;
export type NotLinkException = $.java.nio.file.NotLinkException;
export declare const NotLinkException: $.java.nio.file.NotLinkExceptionConstructor;
export type OpenOption = $.java.nio.file.OpenOption;
export declare const OpenOption: $.java.nio.file.OpenOptionConstructor;
export type Path = $.java.nio.file.Path;
export declare const Path: $.java.nio.file.PathConstructor;
export type PathMatcher = $.java.nio.file.PathMatcher;
export declare const PathMatcher: $.java.nio.file.PathMatcherConstructor;
export type Paths = $.java.nio.file.Paths;
export declare const Paths: $.java.nio.file.PathsConstructor;
export type ProviderMismatchException = $.java.nio.file.ProviderMismatchException;
export declare const ProviderMismatchException: $.java.nio.file.ProviderMismatchExceptionConstructor;
export type ProviderNotFoundException = $.java.nio.file.ProviderNotFoundException;
export declare const ProviderNotFoundException: $.java.nio.file.ProviderNotFoundExceptionConstructor;
export type ReadOnlyFileSystemException = $.java.nio.file.ReadOnlyFileSystemException;
export declare const ReadOnlyFileSystemException: $.java.nio.file.ReadOnlyFileSystemExceptionConstructor;
export type SecureDirectoryStream = $.java.nio.file.SecureDirectoryStream;
export declare const SecureDirectoryStream: $.java.nio.file.SecureDirectoryStreamConstructor;
export type SimpleFileVisitor = $.java.nio.file.SimpleFileVisitor;
export declare const SimpleFileVisitor: $.java.nio.file.SimpleFileVisitorConstructor;
export declare const StandardCopyOption: typeof $.java.nio.file.StandardCopyOption;
export type StandardCopyOption = $.java.nio.file.StandardCopyOption;
export declare const StandardOpenOption: typeof $.java.nio.file.StandardOpenOption;
export type StandardOpenOption = $.java.nio.file.StandardOpenOption;
export type StandardWatchEventKinds = $.java.nio.file.StandardWatchEventKinds;
export declare const StandardWatchEventKinds: $.java.nio.file.StandardWatchEventKindsConstructor;
export type WatchEvent = $.java.nio.file.WatchEvent;
export declare const WatchEvent: $.java.nio.file.WatchEventConstructor;
export type WatchEvent$Kind = $.java.nio.file.WatchEvent$Kind;
export declare const WatchEvent$Kind: $.java.nio.file.WatchEvent$KindConstructor;
export type WatchEvent$Modifier = $.java.nio.file.WatchEvent$Modifier;
export declare const WatchEvent$Modifier: $.java.nio.file.WatchEvent$ModifierConstructor;
export type WatchKey = $.java.nio.file.WatchKey;
export declare const WatchKey: $.java.nio.file.WatchKeyConstructor;
export type WatchService = $.java.nio.file.WatchService;
export declare const WatchService: $.java.nio.file.WatchServiceConstructor;
export type Watchable = $.java.nio.file.Watchable;
export declare const Watchable: $.java.nio.file.WatchableConstructor;
export type AclEntry = $.java.nio.file.attribute.AclEntry;
export declare const AclEntry: $.java.nio.file.attribute.AclEntryConstructor;
export type AclEntry$Builder = $.java.nio.file.attribute.AclEntry$Builder;
export declare const AclEntry$Builder: $.java.nio.file.attribute.AclEntry$BuilderConstructor;
export declare const AclEntryFlag: typeof $.java.nio.file.attribute.AclEntryFlag;
export type AclEntryFlag = $.java.nio.file.attribute.AclEntryFlag;
export declare const AclEntryPermission: typeof $.java.nio.file.attribute.AclEntryPermission;
export type AclEntryPermission = $.java.nio.file.attribute.AclEntryPermission;
export declare const AclEntryType: typeof $.java.nio.file.attribute.AclEntryType;
export type AclEntryType = $.java.nio.file.attribute.AclEntryType;
export type AclFileAttributeView = $.java.nio.file.attribute.AclFileAttributeView;
export declare const AclFileAttributeView: $.java.nio.file.attribute.AclFileAttributeViewConstructor;
export type AttributeView = $.java.nio.file.attribute.AttributeView;
export declare const AttributeView: $.java.nio.file.attribute.AttributeViewConstructor;
export type BasicFileAttributeView = $.java.nio.file.attribute.BasicFileAttributeView;
export declare const BasicFileAttributeView: $.java.nio.file.attribute.BasicFileAttributeViewConstructor;
export type BasicFileAttributes = $.java.nio.file.attribute.BasicFileAttributes;
export declare const BasicFileAttributes: $.java.nio.file.attribute.BasicFileAttributesConstructor;
export type DosFileAttributeView = $.java.nio.file.attribute.DosFileAttributeView;
export declare const DosFileAttributeView: $.java.nio.file.attribute.DosFileAttributeViewConstructor;
export type DosFileAttributes = $.java.nio.file.attribute.DosFileAttributes;
export declare const DosFileAttributes: $.java.nio.file.attribute.DosFileAttributesConstructor;
export type FileAttribute = $.java.nio.file.attribute.FileAttribute;
export declare const FileAttribute: $.java.nio.file.attribute.FileAttributeConstructor;
export type FileAttributeView = $.java.nio.file.attribute.FileAttributeView;
export declare const FileAttributeView: $.java.nio.file.attribute.FileAttributeViewConstructor;
export type FileOwnerAttributeView = $.java.nio.file.attribute.FileOwnerAttributeView;
export declare const FileOwnerAttributeView: $.java.nio.file.attribute.FileOwnerAttributeViewConstructor;
export type FileStoreAttributeView = $.java.nio.file.attribute.FileStoreAttributeView;
export declare const FileStoreAttributeView: $.java.nio.file.attribute.FileStoreAttributeViewConstructor;
export type FileTime = $.java.nio.file.attribute.FileTime;
export declare const FileTime: $.java.nio.file.attribute.FileTimeConstructor;
export type GroupPrincipal = $.java.nio.file.attribute.GroupPrincipal;
export declare const GroupPrincipal: $.java.nio.file.attribute.GroupPrincipalConstructor;
export type PosixFileAttributeView = $.java.nio.file.attribute.PosixFileAttributeView;
export declare const PosixFileAttributeView: $.java.nio.file.attribute.PosixFileAttributeViewConstructor;
export type PosixFileAttributes = $.java.nio.file.attribute.PosixFileAttributes;
export declare const PosixFileAttributes: $.java.nio.file.attribute.PosixFileAttributesConstructor;
export declare const PosixFilePermission: typeof $.java.nio.file.attribute.PosixFilePermission;
export type PosixFilePermission = $.java.nio.file.attribute.PosixFilePermission;
export type PosixFilePermissions = $.java.nio.file.attribute.PosixFilePermissions;
export declare const PosixFilePermissions: $.java.nio.file.attribute.PosixFilePermissionsConstructor;
export type UserDefinedFileAttributeView = $.java.nio.file.attribute.UserDefinedFileAttributeView;
export declare const UserDefinedFileAttributeView: $.java.nio.file.attribute.UserDefinedFileAttributeViewConstructor;
export type UserPrincipal = $.java.nio.file.attribute.UserPrincipal;
export declare const UserPrincipal: $.java.nio.file.attribute.UserPrincipalConstructor;
export type UserPrincipalLookupService = $.java.nio.file.attribute.UserPrincipalLookupService;
export declare const UserPrincipalLookupService: $.java.nio.file.attribute.UserPrincipalLookupServiceConstructor;
export type UserPrincipalNotFoundException = $.java.nio.file.attribute.UserPrincipalNotFoundException;
export declare const UserPrincipalNotFoundException: $.java.nio.file.attribute.UserPrincipalNotFoundExceptionConstructor;
export type FileSystemProvider = $.java.nio.file.spi.FileSystemProvider;
export declare const FileSystemProvider: $.java.nio.file.spi.FileSystemProviderConstructor;
export type FileTypeDetector = $.java.nio.file.spi.FileTypeDetector;
export declare const FileTypeDetector: $.java.nio.file.spi.FileTypeDetectorConstructor;