org.springframework.shell.commands
Class OsCommands

java.lang.Object
  extended by org.springframework.shell.commands.OsCommands
All Implemented Interfaces:
CommandMarker

@Component
public class OsCommands
extends Object
implements CommandMarker

Command type to allow execution of native OS commands from the Spring Roo shell.

Since:
1.2.0

Constructor Summary
OsCommands()
           
 
Method Summary
 void command(String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsCommands

public OsCommands()
Method Detail

command

public void command(String command)