Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.rohanclan.ashpool
Class Ashpool  view Ashpool download Ashpool.java

java.lang.Object
  extended bycom.rohanclan.ashpool.Ashpool

public class Ashpool
extends java.lang.Object


Nested Class Summary
(package private) static interface Ashpool.AshpoolCmd
           
(package private)  class Ashpool.Commands
           
(package private)  class Ashpool.Help
           
(package private)  class Ashpool.Memory
           
(package private)  class Ashpool.Quit
           
(package private)  class Ashpool.RunSQL
           
 
Field Summary
private  com.rohanclan.ashpool.core.ConnectionManager connMan
           
private  java.lang.String currentcmd
           
private static java.lang.String p1
           
private static java.lang.String p2
           
private  java.lang.Runtime r
           
private  boolean running
           
 
Constructor Summary
Ashpool(java.lang.String datauri)
          Creates a new instance of Ashpool
 
Method Summary
private  void buildCommandList()
           
private  void drawLine(java.lang.String pattern, int length)
          draws a "line"
static void main(java.lang.String[] args)
           
private  void print(java.lang.String msg)
          cause I am lazy
private  void println(java.lang.String msg)
          cause I am lazy
private  void repeat(java.lang.String pattern, int length)
          repeats a string x times
 void startMainProgramLoop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p1

private static final java.lang.String p1
See Also:
Constant Field Values

p2

private static final java.lang.String p2
See Also:
Constant Field Values

connMan

private com.rohanclan.ashpool.core.ConnectionManager connMan

running

private boolean running

r

private java.lang.Runtime r

currentcmd

private java.lang.String currentcmd
Constructor Detail

Ashpool

public Ashpool(java.lang.String datauri)
Creates a new instance of Ashpool

Method Detail

buildCommandList

private void buildCommandList()

startMainProgramLoop

public void startMainProgramLoop()

repeat

private void repeat(java.lang.String pattern,
                    int length)
repeats a string x times


drawLine

private void drawLine(java.lang.String pattern,
                      int length)
draws a "line"


print

private void print(java.lang.String msg)
cause I am lazy


println

private void println(java.lang.String msg)
cause I am lazy


main

public static void main(java.lang.String[] args)