de.deepamehta.plugins.files
Class DirectoryListing

Show UML class diagram
java.lang.Object
  extended by de.deepamehta.plugins.files.DirectoryListing
All Implemented Interfaces:
JSONEnabled

public class DirectoryListing
extends Object
implements JSONEnabled


Nested Class Summary
 class DirectoryListing.FileItem
           
 
Field Summary
private  DirectoryListing.FileItem dirInfo
           
private static String FILE_REPOSITORY_PATH
           
private  List<DirectoryListing.FileItem> fileItems
           
 
Constructor Summary
DirectoryListing(File directory)
           
 
Method Summary
 List<DirectoryListing.FileItem> getFileItems()
           
 JSONObject toJSON()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_REPOSITORY_PATH

private static final String FILE_REPOSITORY_PATH

dirInfo

private DirectoryListing.FileItem dirInfo

fileItems

private List<DirectoryListing.FileItem> fileItems
Constructor Detail

DirectoryListing

public DirectoryListing(File directory)
Method Detail

getFileItems

public List<DirectoryListing.FileItem> getFileItems()

toJSON

public JSONObject toJSON()
Specified by:
toJSON in interface JSONEnabled


Copyright © 2013. All Rights Reserved.