Class TemplateManager.InstanceCache
- java.lang.Object
-
- com.inductiveautomation.factorypmi.application.model.TemplateManager.InstanceCache
-
- Enclosing class:
- TemplateManager
public static class TemplateManager.InstanceCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InstanceCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPreLoad(java.lang.String templatePath, java.util.Deque<VisionTemplate> stack)
VisionTemplate
fetchPreLoad(java.lang.String templatePath)
Retrieves the pre-loaded instance of the template with the given if (if there is one) or null if not found.
-
-
-
Method Detail
-
addPreLoad
public void addPreLoad(java.lang.String templatePath, java.util.Deque<VisionTemplate> stack)
-
fetchPreLoad
public VisionTemplate fetchPreLoad(java.lang.String templatePath)
Retrieves the pre-loaded instance of the template with the given if (if there is one) or null if not found.
-
-