|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFileNames2
COM Interface 'IFileNames2'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'
Description: 'Provides access to retrieve subsets based on extension.' 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 |
IID1f1197e3_b3bb_4d9c_b530_923e39efce11
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
boolean |
find(java.lang.String fileName)
Advances the current postion to the specified file if it exists. |
java.lang.String |
getContainedExtensions()
Obtains a delimited set of extensions contained within the collection. |
IFileNames |
getSubset(java.lang.String extSet)
Obtains a subset based on a delimited set of extensions. |
void |
loadFromPath(java.lang.String path)
Loads the collection with files from the specified path. |
| Field Detail |
|---|
static final int IID1f1197e3_b3bb_4d9c_b530_923e39efce11
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void loadFromPath(java.lang.String path)
throws java.io.IOException,
AutomationException
path - The path (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFileNames getSubset(java.lang.String extSet)
throws java.io.IOException,
AutomationException
extSet - The extSet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getContainedExtensions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean find(java.lang.String fileName)
throws java.io.IOException,
AutomationException
fileName - The fileName (in)
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 | ||||||||