- Timestamp:
- 09/09/11 23:52:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaHelperLib/src/de/ugoe/cs/util/console/defaultcommands/CMDexit.java
r1 r175 8 8 /** 9 9 * <p> 10 * Implements a command to terminate an application.10 * Command to terminate an application. 11 11 * </p> 12 12 * 13 13 * @author Steffen Herbold 14 * 14 * @version 1.0 15 15 */ 16 16 public class CMDexit implements Command { 17 17 18 /* (non-Javadoc) 18 /* 19 * (non-Javadoc) 20 * 19 21 * @see databasebuilder.console.commands.Command#help() 20 22 */ … … 23 25 Console.println("Usage: exit"); 24 26 } 25 26 /** 27 * <p> 28 * Terminates the programm. 29 * </p> 30 * <p> 31 * Usage: <code>exit</code> 32 * </p> 27 28 /* 29 * (non-Javadoc) 30 * 31 * @see de.ugoe.cs.util.console.Command#run(java.util.List) 33 32 */ 34 33 @Override
Note: See TracChangeset
for help on using the changeset viewer.