org.apache.geronimo.gshell.commands.optional
Class CatCommand

java.lang.Object
  extended by org.apache.geronimo.gshell.command.CommandSupport
      extended by org.apache.geronimo.gshell.commands.optional.CatCommand
All Implemented Interfaces:
Command

public class CatCommand
extends CommandSupport

Concatenate and print files and/or URLs.

Version:
$Rev: 574523 $ $Date: 2007-09-11 02:18:06 -0700 (Tue, 11 Sep 2007) $

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.geronimo.gshell.command.Command
Command.Result
 
Field Summary
 
Fields inherited from class org.apache.geronimo.gshell.command.CommandSupport
context, io, log, variables
 
Fields inherited from interface org.apache.geronimo.gshell.command.Command
FAILURE, SUCCESS
 
Constructor Summary
CatCommand()
           
 
Method Summary
protected  Object doExecute()
           
 
Methods inherited from class org.apache.geronimo.gshell.command.CommandSupport
displayHelp, execute, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatCommand

public CatCommand()
Method Detail

doExecute

protected Object doExecute()
                    throws Exception
Specified by:
doExecute in class CommandSupport
Throws:
Exception


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.