|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.map.ESIMapManager
public final class ESIMapManager
Finds the instance of ESIMap associated with a file name. Implements
the Singleton pattern to insure that only one instance is created in
a java virtual machine.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
ESIMap |
getMap(String name)
Returns the ESIMap identified by the name argument. |
static ESIMapManager |
instance()
Get the value of the _instance attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final ESIMapManager instance()
public final ESIMap getMap(String name)
throws ESIMapException
name - The file name of the map source file.
ESIMapException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||