public interface IFileCrawler
extends java.io.Serializable
Description: 'Provides access to members that control a file system crawler.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf8c71017_2a6c_4156_a443_1c33791ccc0a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
The file or folder path to crawl.
|
boolean |
isRecurse()
Indicates whether folders are recursively traversed.
|
void |
setPath(java.lang.String pFileOrFolderPath)
The file or folder path to crawl.
|
void |
setRecurse(boolean pbParseRecursively)
Indicates whether folders are recursively traversed.
|
static final int IIDf8c71017_2a6c_4156_a443_1c33791ccc0a
static final int xxDummy
static final java.lang.String IID
void setPath(java.lang.String pFileOrFolderPath) throws java.io.IOException, AutomationException
pFileOrFolderPath
- The pFileOrFolderPath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRecurse(boolean pbParseRecursively) throws java.io.IOException, AutomationException
pbParseRecursively
- The pbParseRecursively (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRecurse() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.