com.esri.arcgis.datasourcesraster
Interface IFileCrawler2

All Superinterfaces:
IFileCrawler, java.io.Serializable
All Known Subinterfaces:
IFileCrawler3
All Known Implementing Classes:
FileCrawler, FolderCrawler, IFileCrawler2Proxy, IFileCrawler3Proxy, IkonosFileCrawler, KompsatFileCrawler, NitfCrawler, PixFileCrawler, PleiadesFileCrawler, QuickBirdFileCrawler, ScientificDataCrawler, Spot6FileCrawler

public interface IFileCrawler2
extends IFileCrawler, java.io.Serializable

COM Interface 'IFileCrawler2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa6abd342_be4e_4c34_8322_93f43009e667
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IFileCrawler
IIDf8c71017_2a6c_4156_a443_1c33791ccc0a
 
Method Summary
 IFolderSort getFolderSort()
          The folder sorter object associated with the crawler.
 void setFolderSortByRef(IFolderSort ppFolderSort)
          The folder sorter object associated with the crawler.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IFileCrawler
getPath, isRecurse, setPath, setRecurse
 

Field Detail

IIDa6abd342_be4e_4c34_8322_93f43009e667

static final int IIDa6abd342_be4e_4c34_8322_93f43009e667
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setFolderSortByRef

void setFolderSortByRef(IFolderSort ppFolderSort)
                        throws java.io.IOException,
                               AutomationException
The folder sorter object associated with the crawler.

Parameters:
ppFolderSort - A reference to a com.esri.arcgis.datasourcesraster.IFolderSort (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFolderSort

IFolderSort getFolderSort()
                          throws java.io.IOException,
                                 AutomationException
The folder sorter object associated with the crawler.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IFolderSort
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.