org.apache.openejb.server.cli.command
Class PathCommand

java.lang.Object
  extended by org.apache.openejb.server.cli.command.AbstractCommand
      extended by org.apache.openejb.server.cli.command.PathCommand
Direct Known Subclasses:
CatCommand, DeployedAppCommand, LsCommand, PartCommand

public abstract class PathCommand
extends AbstractCommand


Field Summary
static String BASE
           
static String HOME
           
 
Fields inherited from class org.apache.openejb.server.cli.command.AbstractCommand
command, streamManager
 
Constructor Summary
PathCommand()
           
 
Method Summary
protected  File resolve(String cmd)
           
 
Methods inherited from class org.apache.openejb.server.cli.command.AbstractCommand
execute, lookup, setCommand, setStreamManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOME

public static final String HOME
See Also:
Constant Field Values

BASE

public static final String BASE
See Also:
Constant Field Values
Constructor Detail

PathCommand

public PathCommand()
Method Detail

resolve

protected File resolve(String cmd)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.