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