de.deepamehta.plugins.files
Class DirectoryListing.FileItem

java.lang.Object
  extended by de.deepamehta.plugins.files.DirectoryListing.FileItem
All Implemented Interfaces:
de.deepamehta.core.JSONEnabled
Enclosing class:
DirectoryListing

public class DirectoryListing.FileItem
extends Object
implements de.deepamehta.core.JSONEnabled


Method Summary
 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
 

Method Detail

getItemKind

public ItemKind getItemKind()

getName

public String getName()

getPath

public String getPath()

getSize

public long getSize()

getMediaType

public String getMediaType()

toJSON

public org.codehaus.jettison.json.JSONObject toJSON()
Specified by:
toJSON in interface de.deepamehta.core.JSONEnabled


Copyright © 2015. All rights reserved.