org.tranche.clc
Class ConfigurationItem

java.lang.Object
  extended by org.tranche.clc.TrancheServerCommandLineClientItem
      extended by org.tranche.clc.ConfigurationItem
All Implemented Interfaces:
java.lang.Comparable

public class ConfigurationItem
extends TrancheServerCommandLineClientItem

Method to encapsulate the action of printing out information from a server's Configuration object.

Author:
Jayson Falkner - jfalkner@umich.edu, James "Augie" Hill - augman85@gmail.com

Constructor Summary
ConfigurationItem(TrancheServer ts, TrancheServerCommandLineClient clc)
           
 
Method Summary
 void doAction(java.io.BufferedReader in, java.io.PrintStream out)
          Show information about the Configuration.
 
Methods inherited from class org.tranche.clc.TrancheServerCommandLineClientItem
addAttribute, addAttribute, compareTo, getAttributes, getDescription, getName, getParameter, getTrancheServer, getTrancheServerCommandLineClient, preDoAction, splitCommandLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationItem

public ConfigurationItem(TrancheServer ts,
                         TrancheServerCommandLineClient clc)
Parameters:
ts - the flat file DFS received
clc - the DFS command line client received
Method Detail

doAction

public void doAction(java.io.BufferedReader in,
                     java.io.PrintStream out)

Show information about the Configuration.

Specified by:
doAction in class TrancheServerCommandLineClientItem
Parameters:
in - the input buffered reader
out - the ouput print stream


This code is free for use both commercially and non-commercially as stated in the project's license