|
Faceted Project Framework Version 1.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRuntimeBridge
The interface implemented by extensions wishing to expose runtimes defined through other means to the project facets framework.
| Nested Class Summary | |
|---|---|
static interface |
IRuntimeBridge.IStub
Represents a single bridged runtime. |
static class |
IRuntimeBridge.Stub
Represents a single bridged runtime. |
| Method Summary | |
|---|---|
IRuntimeBridge.IStub |
bridge(String name)
Returns a stub that represents the bridged runtime. |
Set<String> |
getExportedRuntimeNames()
Returns the set of names for runtimes that this bridge wants to export. |
| Method Detail |
|---|
Set<String> getExportedRuntimeNames()
throws CoreException
bridge(String)
call will be the original name provided by this method call.
CoreException - if failed while bridging
IRuntimeBridge.IStub bridge(String name)
throws CoreException
IRuntime
interface.
name - the name of the bridged runtime (as returned by the
getExportedRuntimeNames()) method
CoreException - if failed while bridging
|
Faceted Project Framework Version 1.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||