Uses of Class
org.alicebot.server.core.util.Shell

Packages that use Shell
brain.alice   
org.alicebot.server.net   
 

Uses of Shell in brain.alice
 

Fields in brain.alice declared as Shell
protected  Shell AliceBasedInterface.shell
          The Shell used by this console.
 

Uses of Shell in org.alicebot.server.net
 

Constructors in org.alicebot.server.net with parameters of type Shell
AliceServer(java.lang.String propertiesPath, Shell shell)