|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementing the IFileSystemHelper interface provides the methods to define the file base on the locale filesystem and to search it. The file base is the directory that contains the files to be shared.
Method Summary | |
IFile[] |
searchFor(java.lang.String keyword)
Searches the locale file base for a given keyword. |
void |
setSearchPathBase(java.lang.String path)
Method to set the path to the file base. |
Method Detail |
public void setSearchPathBase(java.lang.String path) throws ShareMeException
path
- path to the file base on the locale filesystem
ShareMeException
- If the path does not point to an
existing directory.public IFile[] searchFor(java.lang.String keyword) throws ShareMeException
keyword
- term to search for in the locale file base.
FileImpl
files matching the keyword.
ShareMeException
- If some
error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |