extra comments
[org.ibex.xt-crawshaw.git] / src / java / org / ibex / xt / shell / Command.java
index c7f3025..a55ded4 100644 (file)
@@ -10,6 +10,11 @@ import java.util.regex.*;
 import org.ibex.js.*;
 import org.ibex.util.*;
 
+/** Provides implementations for the shell commands. General contract
+ *  is commands named after standard unix tools (eg. rm, mkdir) are
+ *  as safe as possible. Extra functions such as replace have no such
+ *  saftey features.
+ */
 public abstract class Command {
     protected Shell shell;