|
||||||||||
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 | |
java.lang.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. |
java.lang.String[] |
getFiles(View view)
Returns all path names in this file set. |
java.lang.String |
getFirstFile(View view)
Returns the first file to search. |
java.lang.String |
getNextFile(View view,
java.lang.String path)
Returns the next file to search. |
Method Detail |
public java.lang.String getFirstFile(View view)
view
- The view performing the searchpublic java.lang.String getNextFile(View view, java.lang.String path)
view
- The view performing the searchpath
- The last file searchedpublic java.lang.String[] getFiles(View view)
view
- The view performing the searchpublic int getFileCount(View view)
public java.lang.String getCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |