/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.jtotus.methods; import java.util.LinkedList; /** * * @author house */ public interface GroovyScipts { public void loadScripts(LinkedList<MethodEntry> list); }