public class FileInfo extends Object
| Constructor and Description |
|---|
FileInfo(String name,
String path,
boolean isDirectory) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getModificationDate() |
String |
getName() |
String |
getPath() |
long |
getSize() |
boolean |
isDirectory() |
void |
setModificationDate(Date modificationDate) |
void |
setSize(long size) |
String |
toString() |
public String getName()
public boolean isDirectory()
public long getSize()
public void setSize(long size)
public Date getModificationDate()
public void setModificationDate(Date modificationDate)
public String getPath()
Copyright © 2017 Axway Software. All rights reserved.