com.ptc.windchill.esi.map
Class ESIMap
java.lang.Object
com.ptc.windchill.esi.map.ESIMap
public final class ESIMap
- extends Object
An abstraction for an ESI map file.
Supported API: true
Extendable: false
|
Nested Class Summary |
class |
com.ptc.windchill.esi.map.ESIMap.Entry
|
|
Constructor Summary |
ESIMap(String fileName)
Loads the map file identified by the fileName argument. |
|
Method Summary |
Iterator |
iterator()
Returns an iterator for the Collection in the entries attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ESIMap
public ESIMap(String fileName)
throws FileNotFoundException,
IOException
- Loads the map file identified by the fileName argument. Only constructor
for the class, thus insuring that every instance is properly initialized.
Supported API: true
- Parameters:
fileName - The path & file information defining a map file's location.
- Throws:
FileNotFoundException
IOException
iterator
public Iterator iterator()
- Returns an iterator for the Collection in the entries attribute.
Supported API: true
- Returns:
- Iterator