|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFileNames
COM Interface 'IFileNames'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriSystem.olb'
Description: 'Provides access to members that control an array of filenames.' 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 |
IIDf6ed3377_94f5_11d1_9ab0_080009ec734b
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
add(java.lang.String fileName)
Adds a filename to the array. |
boolean |
isDirectory()
Indicates if the current filename is a directory. |
java.lang.String |
next()
Obtains the next filename in the array. |
void |
remove()
Removes the current filename from the array. |
void |
reset()
Resets the current position back to the beginning of the array. |
| Field Detail |
|---|
static final int IIDf6ed3377_94f5_11d1_9ab0_080009ec734b
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void add(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.
void remove()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String next()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDirectory()
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 | ||||||||