View Javadoc

1   package net.sf.jpkgmk.prototype;
2   
3   /**
4    * @author gommma (gommma AT users.sourceforge.net)
5    * @author Last changed by: $Author: gommma $
6    * @version $Revision: 2 $ $Date: 2008-08-20 21:14:19 +0200 (Mi, 20 Aug 2008) $
7    * @since 1.0
8    */
9   public interface PrototypeEntryParser {
10  
11  	PrototypeEntry parse(String line, PrototypeEntryCommandDefault entryCommandDefault);
12  }