Class BasicShell

java.lang.Object
  extended by BasicShell

public class BasicShell
extends java.lang.Object

Shell's methods

Version:
0.1
Author:
Ernestas Kardzys (ernestaslt@gmail.com)

Constructor Summary
BasicShell(java.net.Socket socket)
           
 
Method Summary
static void helloMessage()
          Prints hello message for the user
 void processCommand(java.lang.String command)
          Processes commands entered by users.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicShell

public BasicShell(java.net.Socket socket)
Parameters:
socket - - socket number
Method Detail

helloMessage

public static void helloMessage()
Prints hello message for the user


processCommand

public void processCommand(java.lang.String command)
Processes commands entered by users.

Parameters:
command - Command to process