Package systems.dmx.files
Class DirectoryListing.FileItem
- java.lang.Object
-
- systems.dmx.files.DirectoryListing.FileItem
-
- All Implemented Interfaces:
JSONEnabled
- Enclosing class:
- DirectoryListing
public class DirectoryListing.FileItem extends Object implements JSONEnabled
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemKind
getItemKind()
String
getMediaType()
String
getName()
String
getPath()
long
getSize()
org.codehaus.jettison.json.JSONObject
toJSON()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface systems.dmx.core.JSONEnabled
dump
-
-