|
Faceted Project Framework Version 1.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRuntimeComponent
Represents a configured instance of a runtime component type and version. A runtime instance is composed of multiple runtime components.
This interface is not intended to be implemented outside of this framework. Client code can
get access to IRuntimeComponent objects by using methods on the
IRuntime and RuntimeManager classes.
IRuntime.getRuntimeComponents(),
RuntimeManager.createRuntimeComponent(IRuntimeComponentVersion,Map)| Method Summary | |
|---|---|
Map<String,String> |
getProperties()
Returns the properties associated with this runtime component. |
String |
getProperty(String name)
Returns the value of the specified property. |
IRuntime |
getRuntime()
Returns the runtime that this component belongs to or null if this component
has not yet been associated with a runtime. |
IRuntimeComponentType |
getRuntimeComponentType()
Returns the runtime component type that this is an instance of. |
IRuntimeComponentVersion |
getRuntimeComponentVersion()
Returns the runtime component version that this is an instance of. |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
IRuntimeComponentType getRuntimeComponentType()
IRuntimeComponentVersion getRuntimeComponentVersion()
IRuntime getRuntime()
null if this component
has not yet been associated with a runtime.
Map<String,String> getProperties()
String getProperty(String name)
name - the property name
null
|
Faceted Project Framework Version 1.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||