jasp.io
Class Folders

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

public class Folders
extends java.lang.Object

Provides a list of all the folders within a Folder


Constructor Summary
Folders()
           
 
Method Summary
 void Add(Folder f)
           
 int getCount()
           
 Folder getItem(int index)
           
 Folder 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

Folders

public Folders()
Method Detail

RemoveAll

public void RemoveAll()

Add

public void Add(Folder f)

getCount

public int getCount()

getItem

public Folder getItem(int index)

getItem

public Folder getItem(java.lang.String key)
               throws java.lang.Exception