|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An abstract interface representing a set of files.
Method Summary | |
String |
getCode()
Returns the BeanShell code that will recreate this file set. |
int |
getFileCount(View view)
Returns the number of files in this file set. |
String[] |
getFiles(View view)
Returns all path names in this file set. |
String |
getFirstFile(View view)
Returns the first file to search. |
String |
getNextFile(View view,
String path)
Returns the next file to search. |
Method Detail |
public String getFirstFile(View view)
view
- The view performing the searchpublic String getNextFile(View view, String path)
view
- The view performing the searchpath
- The last file searchedpublic String[] getFiles(View view)
view
- The view performing the searchpublic int getFileCount(View view)
public String getCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |