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 FileAttributes
public long getCreationTime(File file)
getCreationTime
in class FileAttributes
public long getLastAccessedTime(File file)
getLastAccessedTime
in class FileAttributes
public boolean isDirectory(File file)
isDirectory
in class FileAttributes
public boolean isRegularFile(File file)
isRegularFile
in class FileAttributes
public boolean isSymbolicLink(File file)
isSymbolicLink
in class FileAttributes
public boolean isOther(File file)
isOther
in class FileAttributes
Copyright © 2012-2018 unix4j (tools4j), Ben Warner and Marco Terzer. All rights reserved.