public class FileEntry extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute() |
boolean |
canRead() |
boolean |
canWrite() |
String |
getAbsolutePath() |
List<FileEntry> |
getChildren() |
String |
getName() |
long |
getSize() |
String |
getSizeAsString() |
boolean |
isFolder() |
Date |
lastModified() |
public FileEntry(File file)
public boolean isFolder()
public String getSizeAsString()
public long getSize()
public Date lastModified()
public String getAbsolutePath()
public boolean canRead()
public boolean canWrite()
public boolean canExecute()
public String getName()
Copyright © 2015. All rights reserved.