View Javadoc

1   /*
2    * joey-gen and its relative products are published under the terms
3    * of the Apache Software License.
4    * 
5    * Created on 2005/01/14 11:53:10
6    */
7   package org.asyrinx.joey.gen.core;
8   
9   import java.io.File;
10  import java.io.IOException;
11  
12  /***
13   * @author takeshi
14   */
15  public interface BizLogicDistiller {
16  
17      public String distill(File source) throws IOException;
18  }