org.overlord.sramp.shell.commands.core
Class DisconnectCommand

java.lang.Object
  extended by org.overlord.sramp.shell.api.AbstractShellCommand
      extended by org.overlord.sramp.shell.commands.core.DisconnectCommand
All Implemented Interfaces:
ShellCommand

public class DisconnectCommand
extends AbstractShellCommand

Disconnects from the current S-RAMP repository.

Author:
eric.wittmann@redhat.com

Constructor Summary
DisconnectCommand()
          Constructor.
 
Method Summary
 void execute()
           
 void printHelp()
           
 void printUsage()
           
 
Methods inherited from class org.overlord.sramp.shell.api.AbstractShellCommand
getArguments, getContext, optionalArgument, optionalArgument, print, requiredArgument, setArguments, setContext, setOutput, tabCompletion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisconnectCommand

public DisconnectCommand()
Constructor.

Method Detail

printUsage

public void printUsage()
See Also:
shell.ShellCommand

printHelp

public void printHelp()
See Also:
shell.ShellCommand

execute

public void execute()
             throws Exception
Throws:
Exception
See Also:
shell.ShellCommand


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.