Class TemplateProcessHandler


  • public class TemplateProcessHandler
    extends java.lang.Object
    Class handles the Template processes
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getAllMacros()  
      org.eclipse.core.runtime.IStatus[] processAll​(org.eclipse.core.runtime.IProgressMonitor monitor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TemplateProcessHandler

        public TemplateProcessHandler​(TemplateCore template)
    • Method Detail

      • processAll

        public org.eclipse.core.runtime.IStatus[] processAll​(org.eclipse.core.runtime.IProgressMonitor monitor)
                                                      throws ProcessFailureException
        Parameters:
        monitor -
        Returns:
        IStatus, as an array of status info
        Throws:
        ProcessFailureException
      • getAllMacros

        public java.util.Set<java.lang.String> getAllMacros()
        Returns:
        the union of all macros used in this template's process groups