public abstract class FileStoreEntry extends MutableTreeNodeObject
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected int |
size |
children, parent
Constructor and Description |
---|
FileStoreEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
long |
getSize() |
abstract long |
getTime() |
addChild, canExpand, clearChildren, collapse, expand, getChild, getChildCount, getChildren, getParent, indexOfChild, insertChild, isLeaf, removeChild, setParent
protected String name
protected int size
public String getName()
public long getSize()
public abstract long getTime() throws IOException
IOException