public interface IFileNames
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf6ed3377_94f5_11d1_9ab0_080009ec734b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDf6ed3377_94f5_11d1_9ab0_080009ec734b
static final int xxDummy
static final java.lang.String IID
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.