Class LayoutLoader

    • Method Detail

      • exec

        public void exec​(PipelineData pipelineData,
                         String name)
                  throws Exception
        Attempts to load and execute the external layout.
        Specified by:
        exec in class GenericLoader<Layout>
        Parameters:
        pipelineData - Turbine information.
        name - Name of object that will execute the layout.
        Throws:
        Exception - a generic exception.
      • getInstance

        public static LayoutLoader getInstance()
        The method through which this class is accessed.
        Returns:
        The single instance of this class.