jasp.io
Class Files

java.lang.Object
  |
  +--jasp.io.Files

public class Files
extends java.lang.Object

Provides a list of all files contained within a folder.


Constructor Summary
Files()
           
 
Method Summary
 void Add(File f)
           
 int getCount()
           
 File getItem(int index)
           
 File getItem(java.lang.String key)
           
 void RemoveAll()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Files

public Files()
Method Detail

RemoveAll

public void RemoveAll()

getCount

public int getCount()

getItem

public File getItem(int index)

getItem

public File getItem(java.lang.String key)

Add

public void Add(File f)