- Timestamp:
- 07/31/12 09:57:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-core/src/main/java/de/ugoe/cs/quest/plugin/QuestPlugin.java
r511 r513 4 4 5 5 /** 6 * <p>Interface for QUEST plug-ins.</p> 6 * <p> 7 * Interface for QUEST plug-ins. 8 * </p> 7 9 * 8 10 * @author Steffen Herbold 9 11 * @version 1.0 10 12 */ 11 interface QuestPlugin {12 13 public interface QuestPlugin { 14 13 15 /** 14 * <p>Title of the plug-in.</p> 16 * <p> 17 * Title of the plug-in. 18 * </p> 19 * 15 20 * @return 16 21 */ … … 18 23 19 24 /** 20 * <p>Collection of {@link String}s that contain the commands defined by this plug-in.</p> 21 * <p>Consult the de.ugoe.cs.utils.console package of the java-utils project for more information.</p> 25 * <p> 26 * Collection of {@link String}s that contain the commands defined by this 27 * plug-in. 28 * </p> 29 * <p> 30 * Consult the de.ugoe.cs.utils.console package of the java-utils project 31 * for more information. 32 * </p> 33 * 22 34 * @return 23 35 */
Note: See TracChangeset
for help on using the changeset viewer.