com.esri.arcgis.system
Interface IFileNames2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FileNames, IFileNames2Proxy

public interface IFileNames2
extends java.io.Serializable

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

IID1f1197e3_b3bb_4d9c_b530_923e39efce11

static final int IID1f1197e3_b3bb_4d9c_b530_923e39efce11
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

loadFromPath

void loadFromPath(java.lang.String path)
                  throws java.io.IOException,
                         AutomationException
Loads the collection with files from the specified path.

Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSubset

IFileNames getSubset(java.lang.String extSet)
                     throws java.io.IOException,
                            AutomationException
Obtains a subset based on a delimited set of extensions.

Parameters:
extSet - The extSet (in)
Returns:
A reference to a com.esri.arcgis.system.IFileNames
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getContainedExtensions

java.lang.String getContainedExtensions()
                                        throws java.io.IOException,
                                               AutomationException
Obtains a delimited set of extensions contained within the collection.

Returns:
The extSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

find

boolean find(java.lang.String fileName)
             throws java.io.IOException,
                    AutomationException
Advances the current postion to the specified file if it exists.

Parameters:
fileName - The fileName (in)
Returns:
The pFound
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.