com.esri.arcgis.datasourcesraster
Interface IFileCrawler3

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

public interface IFileCrawler3
extends IFileCrawler2, java.io.Serializable

COM Interface 'IFileCrawler3'. 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 IID4f8a87c6_a3b1_4659_91cd_220d64b8607c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IFileCrawler2
IIDa6abd342_be4e_4c34_8322_93f43009e667
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IFileCrawler
IIDf8c71017_2a6c_4156_a443_1c33791ccc0a
 
Method Summary
 IStringArray getPaths()
          The collection of file- or folder-paths to crawl.
 void setPathsByRef(IStringArray ppFileOrFolderPaths)
          The collection of file- or folder-paths to crawl.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IFileCrawler2
getFolderSort, setFolderSortByRef
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IFileCrawler
getPath, isRecurse, setPath, setRecurse
 

Field Detail

IID4f8a87c6_a3b1_4659_91cd_220d64b8607c

static final int IID4f8a87c6_a3b1_4659_91cd_220d64b8607c
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

setPathsByRef

void setPathsByRef(IStringArray ppFileOrFolderPaths)
                   throws java.io.IOException,
                          AutomationException
The collection of file- or folder-paths to crawl.

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

getPaths

IStringArray getPaths()
                      throws java.io.IOException,
                             AutomationException
The collection of file- or folder-paths to crawl.

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