|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.buglabs.bug.base.ShellService
public class ShellService
Default implementation of IShellService.
| Constructor Summary | |
|---|---|
ShellService()
|
|
| Method Summary | |
|---|---|
IShellSession |
createShellSession()
|
IShellSession |
createShellSession(java.io.File directory,
java.io.Writer output)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShellService()
| Method Detail |
|---|
public IShellSession createShellSession()
throws java.io.IOException
createShellSession in interface IShellServicejava.io.IOException
public IShellSession createShellSession(java.io.File directory,
java.io.Writer output)
throws java.io.IOException
createShellSession in interface IShellServicedirectory - directory where shell should begin.output - A writer where all output should go, or null if not required.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||