com.esri.arcgis.datasourcesraster
Interface IFileCrawler

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

public interface IFileCrawler
extends java.io.Serializable

COM Interface 'IFileCrawler'. 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 IIDf8c71017_2a6c_4156_a443_1c33791ccc0a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDf8c71017_2a6c_4156_a443_1c33791ccc0a

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

setPath

void setPath(java.lang.String pFileOrFolderPath)
             throws java.io.IOException,
                    AutomationException
The file or folder path to crawl.

Parameters:
pFileOrFolderPath - The pFileOrFolderPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPath

java.lang.String getPath()
                         throws java.io.IOException,
                                AutomationException
The file or folder path to crawl.

Returns:
The pFileOrFolderPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRecurse

void setRecurse(boolean pbParseRecursively)
                throws java.io.IOException,
                       AutomationException
Indicates whether folders are recursively traversed.

Parameters:
pbParseRecursively - The pbParseRecursively (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isRecurse

boolean isRecurse()
                  throws java.io.IOException,
                         AutomationException
Indicates whether folders are recursively traversed.

Returns:
The pbParseRecursively
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.