OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 17 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 180
Line 70... Line 70...
70
     * @param model the data.
70
     * @param model the data.
71
     * @throws TemplateException
71
     * @throws TemplateException
72
     */
72
     */
73
    public abstract void execute(Processor<?> processor, Element elem, DataModel model) throws TemplateException;
73
    public abstract void execute(Processor<?> processor, Element elem, DataModel model) throws TemplateException;
74
 
74
 
-
 
75
    public void destroy() {
-
 
76
    }
-
 
77
 
75
    @Override
78
    @Override
76
    public String toString() {
79
    public String toString() {
77
        return this.getClass().getSimpleName() + " " + this.getName();
80
        return this.getClass().getSimpleName() + " " + this.getName();
78
    }
81
    }
79
 
82