CFEngine API

org.recommender.clients.console
Class ClientTextUI

java.lang.Object
  |
  +--org.recommender.clients.console.ClientTextUI

public class ClientTextUI
extends java.lang.Object

This class contains the text based Client session.

Version:
1.14 07/08/2002
Author:
Irwin Yoon, Jon Herlocker

Constructor Summary
ClientTextUI(ClientCFManager cfmanager)
          Constructor, Create access to database from the client side.
 
Method Summary
 void menuStartSession()
          Start the text based Client session.
static void print(java.lang.String s)
          Simple methods to add a level of indirection to output Also reduces the numbers of characters to type.
 void setCFManager(ClientCFManager cfmanager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientTextUI

public ClientTextUI(ClientCFManager cfmanager)
Constructor, Create access to database from the client side.

Method Detail

setCFManager

public void setCFManager(ClientCFManager cfmanager)

print

public static void print(java.lang.String s)
Simple methods to add a level of indirection to output Also reduces the numbers of characters to type. (compare to System.out.println())


menuStartSession

public void menuStartSession()
Start the text based Client session.


CFEngine API

Copyright © 2003 - Oregon State University www.orst.edu