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
Constructor Summary |
ESIMap(String fileName)
Loads the map file identified by the fileName argument. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
entries
private List entries
fileName
private String fileName
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
getSourceAttributes
public Collection getSourceAttributes()
- Returns a collection of Strings that represent the names of the source
attributes.
Supported API: false
- Returns:
- Collection
getTargetAttributes
public Collection getTargetAttributes()
- Returns a collection of Strings that represent the names of the target
attributes.
Supported API: false
- Returns:
- Collection
iterator
public Iterator iterator()
- Returns an iterator for the Collection in the entries attribute.
Supported API: true
- Returns:
- Iterator
load
private void load()
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException