public class FileAttributes7 extends FileAttributes
INSTANCE| Constructor and Description |
|---|
FileAttributes7()
Done use this constructor, use
FileAttributes.INSTANCE instead. |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreationTime(File file) |
long |
getLastAccessedTime(File file) |
long |
getLastModifiedTime(File file) |
boolean |
isDirectory(File file) |
boolean |
isOther(File file) |
boolean |
isRegularFile(File file) |
boolean |
isSymbolicLink(File file) |
public FileAttributes7()
FileAttributes.INSTANCE instead.public long getLastModifiedTime(File file)
getLastModifiedTime in class FileAttributespublic long getCreationTime(File file)
getCreationTime in class FileAttributespublic long getLastAccessedTime(File file)
getLastAccessedTime in class FileAttributespublic boolean isDirectory(File file)
isDirectory in class FileAttributespublic boolean isRegularFile(File file)
isRegularFile in class FileAttributespublic boolean isSymbolicLink(File file)
isSymbolicLink in class FileAttributespublic boolean isOther(File file)
isOther in class FileAttributesCopyright © 2017. All Rights Reserved.