Package com.ptc.windchill.esi.tgt
Class ESITargetFinderFactory
java.lang.Object
com.ptc.windchill.esi.tgt.ESITargetFinderFactory
Creates the appropriate ESITargetFinder, based on ESI configuration options.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic ESITargetFindernewESITargetFinder(Persistable object, ESITargetUtility utility) Creates an ESITargetFinder concrete object.
-
Method Details
-
newESITargetFinder
public static ESITargetFinder newESITargetFinder(Persistable object, ESITargetUtility utility) throws WTException Creates an ESITargetFinder concrete object. Reads ESIProperites to determine which ESITargetFinder abstract class to instantiate. Creates the instance and calls the initiator on it.
Supported API: true- Parameters:
object- The object to pass to the initializer of the ESITargetFinderutility-- Returns:
- ESITargetFinder
- Throws:
WTException
-