|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFileCrawler
Provides access to members that control a file system crawler.
| Method Summary | |
|---|---|
String |
getPath()
The file or folder path to crawl. |
boolean |
isRecurse()
Indicates whether folders are recursively traversed. |
void |
setPath(String pFileOrFolderPath)
The file or folder path to crawl. |
void |
setRecurse(boolean pbParseRecursively)
Indicates whether folders are recursively traversed. |
| Method Detail |
|---|
void setPath(String pFileOrFolderPath)
throws IOException,
AutomationException
pFileOrFolderPath - The pFileOrFolderPath (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getPath()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRecurse(boolean pbParseRecursively)
throws IOException,
AutomationException
pbParseRecursively - The pbParseRecursively (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isRecurse()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||