Faceted Project Framework
Version 1.3

Uses of Interface
org.eclipse.wst.common.project.facet.core.runtime.IRuntimeComponentVersion

Packages that use IRuntimeComponentVersion
org.eclipse.wst.common.project.facet.core.runtime   
 

Uses of IRuntimeComponentVersion in org.eclipse.wst.common.project.facet.core.runtime
 

Methods in org.eclipse.wst.common.project.facet.core.runtime that return IRuntimeComponentVersion
 IRuntimeComponentVersion IRuntimeComponentType.getLatestVersion()
          Returns the latest version of this runtime component as specified by the version comparator.
 IRuntimeComponentVersion IRuntimeComponent.getRuntimeComponentVersion()
          Returns the runtime component version that this is an instance of.
 IRuntimeComponentVersion IRuntimeComponentType.getVersion(String version)
          Returns the IRuntimeComponentVersion object corresponding to the provided version string.
 

Methods in org.eclipse.wst.common.project.facet.core.runtime that return types with arguments of type IRuntimeComponentVersion
 List<IRuntimeComponentVersion> IRuntimeComponentType.getSortedVersions(boolean ascending)
          Returns a sorted list containing all of the versions of this runtime component type.
 Set<IRuntimeComponentVersion> IRuntimeComponentType.getVersions()
          Returns all of the versions of this runtime component type.
 Set<IRuntimeComponentVersion> IRuntimeComponentType.getVersions(String expr)
           
 

Methods in org.eclipse.wst.common.project.facet.core.runtime with parameters of type IRuntimeComponentVersion
static IRuntimeComponent RuntimeManager.createRuntimeComponent(IRuntimeComponentVersion rcv, Map<String,String> properties)
          Creates a new runtime componenet.
 


Faceted Project Framework
Version 1.3

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