|
JavaScript Development Tools Release 3.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LaunchingConnector
Description of a Connector that launches a VirtualMachine.
Clients can implement or extend this interface.
Argument,
Connector,
VirtualMachine| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector |
|---|
Connector.Argument, Connector.BooleanArgument, Connector.IntegerArgument, Connector.SelectedArgument, Connector.StringArgument |
| Method Summary | |
|---|---|
VirtualMachine |
launch(Map arguments)
Launches a VirtualMachine with the given map of arguments. |
| Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector |
|---|
defaultArguments, description, id, name |
| Method Detail |
|---|
VirtualMachine launch(Map arguments)
throws IOException
VirtualMachine with the given map of arguments.null. If a VirtualMachine cannot
be launched an IOException is thrown.
arguments - the map of connection arguments which cannot be null
VirtualMachine that has been launched never null
IOException - if the Connector failed to launch
|
JavaScript Development Tools Release 3.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||