Class VirtualTemplateFactory

    • Constructor Detail

      • VirtualTemplateFactory

        public VirtualTemplateFactory()
    • Method Detail

      • addVirtualTemplate

        public void addVirtualTemplate​(java.lang.String path,
                                       java.lang.String code)
      • load

        public EglTemplate load​(java.net.URI resource)
                         throws EglRuntimeException
        Description copied from class: EglTemplateFactory
        Loads an EglTemplate for the EGL code stored in the given resource. Subclasses should override #createTemplate(String, URI), rather than this method, unless they wish to alter the way in which a resource is transformed into an EglTemplateSpecification
        Overrides:
        load in class EglTemplateFactory
        Throws:
        EglRuntimeException
      • getOutputFiles

        public java.util.Collection<java.lang.String> getOutputFiles()
      • getContentFor

        public java.lang.Object getContentFor​(java.lang.String path)