com.buglabs.osgi.shell.pub
Interface IShellCommandExecutor
- All Known Implementing Classes:
- ConsoleListener
public interface IShellCommandExecutor
Service definition for entity that can execute OSGi shell commands in the runtime.
- Author:
- kgilmer
|
Method Summary |
java.lang.String |
execute(java.lang.String message)
Execute a command. |
execute
java.lang.String execute(java.lang.String message)
throws java.lang.Exception
- Execute a command.
- Parameters:
message - Command and parameters
- Returns:
- Output from command
- Throws:
java.lang.Exception