public interface RuntimeProvider
Modifier and Type | Method and Description |
---|---|
boolean |
addRuntime(Runtimes runtimes,
java.lang.String runtimeName)
Called by the runtimes manager whenever it encounters an unknown runtime.
|
boolean addRuntime(Runtimes runtimes, java.lang.String runtimeName)
true
,
otherwise it must do nothing and return false
.runtimes
- the runtimes managerruntimeName
- the name of the unknown runtimetrue
if the provider was able to register the runtimeRuntimes.addRuntime(RuntimeDescriptor runtimeDescriptor, OperatorSet operatorSet)
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.