[Cherbot-commit] SF.net SVN: cherbot: [108] trunk/src/net/sf/cherbot/Configurator.java
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-30 18:32:53
|
Revision: 108
http://svn.sourceforge.net/cherbot/?rev=108&view=rev
Author: christianhujer
Date: 2007-06-30 11:32:48 -0700 (Sat, 30 Jun 2007)
Log Message:
-----------
Added Configurator. Unfinished.
Added Paths:
-----------
trunk/src/net/sf/cherbot/Configurator.java
Added: trunk/src/net/sf/cherbot/Configurator.java
===================================================================
--- trunk/src/net/sf/cherbot/Configurator.java (rev 0)
+++ trunk/src/net/sf/cherbot/Configurator.java 2007-06-30 18:32:48 UTC (rev 108)
@@ -0,0 +1,23 @@
+/*
+ * Copyright © 2007, Christian Hujer and the CherBot developers. All Rights Reserved.
+ * License: GNU General Public License v2.0 or newer.
+ * See file COPYING in the root directory of this project.
+ */
+
+package net.sf.cherbot;
+
+import net.sf.japi.io.args.BasicCommand;
+import org.jetbrains.annotations.NotNull;
+import java.util.List;
+
+/** The Configurator creates or modifies the initial server database for CherBot.
+ * @author <a href="mailto:ch...@ri...">Christian Hujer</a>
+ */
+public class Configurator extends BasicCommand {
+
+ /** {@inheritDoc} */
+ public int run(@NotNull final List<String> args) throws Exception {
+ return 0;
+ }
+
+} // class Configurator
Property changes on: trunk/src/net/sf/cherbot/Configurator.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ LF
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|