Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core.runtime
Interface IRuntimeBridge.IStub

All Known Implementing Classes:
IRuntimeBridge.Stub
Enclosing interface:
IRuntimeBridge

public static interface IRuntimeBridge.IStub

Represents a single bridged runtime. The system will wrap this interface and expose it to clients as IRuntime. All relevant calls will be delegated to this interface.

Author:
Konstantin Komissarchik

Method Summary
 Map<String,String> getProperties()
          Returns the properties associated with this runtime component.
 List<IRuntimeComponent> getRuntimeComponents()
          Returns the runtime components that comprise this runtime.
 

Method Detail

getRuntimeComponents

List<IRuntimeComponent> getRuntimeComponents()
Returns the runtime components that comprise this runtime. Note that the order is important since for some operations components are consulted in order and the first one capable of performing the operation wins.

Returns:
the runtime components that comprise this runtime

getProperties

Map<String,String> getProperties()
Returns the properties associated with this runtime component. The contents will vary depending on how the runtime was created and what component types/versions it's comprised of.

Returns:
the properties associated with this runtime

Faceted Project Framework
Version 1.3

Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.