public KarafJREComposite(Composite parent, int style, TaskModel tm) {
super(parent, style, tm);
}
protected boolean isUsingDefaultJRE(IRuntime rt) {
IRuntime r = getRuntimeFromTaskModel();
IKarafRuntime jbsrt = (IKarafRuntime)r.loadAdapter(IKarafRuntime.class, null);
return jbsrt.isUsingDefaultJRE();
}
protected IVMInstall getStoredJRE(IRuntime rt) {
IRuntime r = getRuntimeFromTaskModel();