public interface IFileCrawler3 extends IFileCrawler2, 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 |
IID4f8a87c6_a3b1_4659_91cd_220d64b8607c |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa6abd342_be4e_4c34_8322_93f43009e667
IIDf8c71017_2a6c_4156_a443_1c33791ccc0a
Modifier and Type | Method and Description |
---|---|
IStringArray |
getPaths()
The collection of file- or folder-paths to crawl.
|
void |
setPathsByRef(IStringArray ppFileOrFolderPaths)
The collection of file- or folder-paths to crawl.
|
getFolderSort, setFolderSortByRef
getPath, isRecurse, setPath, setRecurse
static final int IID4f8a87c6_a3b1_4659_91cd_220d64b8607c
static final int xxDummy
static final java.lang.String IID
void setPathsByRef(IStringArray ppFileOrFolderPaths) throws java.io.IOException, AutomationException
ppFileOrFolderPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.