1 45 package org.openejb.server.telnet; 46 47 48 import java.io.BufferedReader ; 49 import java.io.DataInputStream ; 50 import java.io.IOException ; 51 import java.io.InputStreamReader ; 52 import java.io.PrintStream ; 53 54 57 60 public class GroovySh extends Command { 61 62 public static void register() { 63 } 65 66 public void exec(Arguments args, DataInputStream in, PrintStream out) throws IOException { 67 } 106 } 107 108 | Popular Tags |