|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileCrawler
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 |
---|
static final int IIDf8c71017_2a6c_4156_a443_1c33791ccc0a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setPath(java.lang.String pFileOrFolderPath) throws java.io.IOException, AutomationException
pFileOrFolderPath
- The pFileOrFolderPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getPath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRecurse(boolean pbParseRecursively) throws java.io.IOException, AutomationException
pbParseRecursively
- The pbParseRecursively (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRecurse() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |