|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuntimeComponentVersion
Represents a version of a runtime component. A runtime instance is composed of multiple runtime components, each of which has a type and a version.
This interface is not intended to be implemented outside of this framework. Runtime component
versions are declared using org.eclipse.wst.common.project.facet.core.runtimes
extension point. Once declared, client code can get access to
IRuntimeComponentVersion
objects by using methods on the
IRuntimeComponentType
class.
IRuntimeComponentType.getVersions()
,
IRuntimeComponentType.getVersions(String)
,
IRuntimeComponentType.getVersion(String)
,
IRuntimeComponentType.hasVersion(String)
,
IRuntimeComponentType.getLatestVersion()
,
IRuntimeComponentType.getSortedVersions(boolean)
Method Summary | |
---|---|
IRuntimeComponentType |
getRuntimeComponentType()
Returns the runtime component type that this is a version of. |
String |
getVersionString()
Returns the version string. |
Method Detail |
---|
IRuntimeComponentType getRuntimeComponentType()
String getVersionString()
getVersionString
in interface IVersion
|
Faceted Project Framework Version 1.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |