org.apache.geronimo.gshell.layout.model
Class AliasNode

java.lang.Object
  extended by org.apache.geronimo.gshell.layout.model.Node
      extended by org.apache.geronimo.gshell.layout.model.AliasNode

public class AliasNode
extends Node

An alias to a command.

Version:
$Rev: 573690 $ $Date: 2007-09-07 13:27:12 -0700 (Fri, 07 Sep 2007) $

Field Summary
protected  String command
           
 
Fields inherited from class org.apache.geronimo.gshell.layout.model.Node
name
 
Constructor Summary
AliasNode(String name, String command)
           
 
Method Summary
 String getCommand()
           
 
Methods inherited from class org.apache.geronimo.gshell.layout.model.Node
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

command

protected String command
Constructor Detail

AliasNode

public AliasNode(String name,
                 String command)
Method Detail

getCommand

public String getCommand()


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