public interface IFileCrawler2 extends IFileCrawler, 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 |
IIDa6abd342_be4e_4c34_8322_93f43009e667 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDf8c71017_2a6c_4156_a443_1c33791ccc0a
Modifier and Type | Method and Description |
---|---|
IFolderSort |
getFolderSort()
The folder sorter object associated with the crawler.
|
void |
setFolderSortByRef(IFolderSort ppFolderSort)
The folder sorter object associated with the crawler.
|
getPath, isRecurse, setPath, setRecurse
static final int IIDa6abd342_be4e_4c34_8322_93f43009e667
static final int xxDummy
static final java.lang.String IID
void setFolderSortByRef(IFolderSort ppFolderSort) throws java.io.IOException, AutomationException
ppFolderSort
- A reference to a com.esri.arcgis.datasourcesraster.IFolderSort (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFolderSort getFolderSort() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.