KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > nutch > plugin > ITestExtension


1 /* Copyright (c) 2003 The Nutch Organization. All rights reserved.
2  * Use subject to the conditions in http://www.nutch.org/LICENSE.txt.
3  */

4 package net.nutch.plugin;
5 /**
6  * A Simple Test Extension Interface.
7  *
8  * @author joa23
9  *
10  */

11 public interface ITestExtension {
12   public String JavaDoc testGetExtension(String JavaDoc hello);
13 }
14
Popular Tags