Faceted Project Framework
Version 1.3

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

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

Uses of IRuntime in org.eclipse.wst.common.project.facet.core
 

Methods in org.eclipse.wst.common.project.facet.core that return IRuntime
 IRuntime IRuntimeChangedEvent.getNewRuntime()
          Deprecated. Returns the runtime that's now associated with the project.
 IRuntime IRuntimeChangedEvent.getOldRuntime()
          Deprecated. Returns the runtime previously associated with the project.
 IRuntime IFacetedProjectBase.getPrimaryRuntime()
          Returns the primary target runtime for this project.
 IRuntime IFacetedProject.getRuntime()
          Deprecated. use getTargetRuntimes() and getPrimaryRuntime() instead
 

Methods in org.eclipse.wst.common.project.facet.core that return types with arguments of type IRuntime
 Set<IRuntime> IFacetedProjectWorkingCopy.getTargetableRuntimes()
           
 Set<IRuntime> IFacetedProjectBase.getTargetedRuntimes()
          Returns the set of all runtimes that this project is targeting.
 

Methods in org.eclipse.wst.common.project.facet.core with parameters of type IRuntime
 void IFacetedProjectWorkingCopy.addTargetedRuntime(IRuntime runtime)
           
 void IFacetedProject.addTargetedRuntime(IRuntime runtime, IProgressMonitor monitor)
          Adds a new runtime to the set of runtimes targeted by this project.
 IProjectFacetVersion IProjectFacet.getLatestSupportedVersion(IRuntime runtime)
          Returns the latest version of the project facet that is supported by the given runtime.
 boolean IFacetedProjectBase.isTargetable(IRuntime runtime)
          Determines whether this project (in it's current state) can be targeted to the provided runtime.
 boolean IFacetedProjectBase.isTargeted(IRuntime runtime)
          Checks whether this project currently targets the specified runtime.
 void IFacetedProjectWorkingCopy.removeTargetedRuntime(IRuntime runtime)
           
 void IFacetedProject.removeTargetedRuntime(IRuntime runtime, IProgressMonitor monitor)
          Removes a runtime from the set of runtimes targeted by this project.
 void IFacetedProjectWorkingCopy.setPrimaryRuntime(IRuntime runtime)
           
 void IFacetedProject.setPrimaryRuntime(IRuntime runtime, IProgressMonitor monitor)
          Sets the primary target runtime for this project.
 void IFacetedProject.setRuntime(IRuntime runtime, IProgressMonitor monitor)
          Deprecated. use setTargetRuntimes() and setPrimaryRuntime() instead
 

Method parameters in org.eclipse.wst.common.project.facet.core with type arguments of type IRuntime
 void IFacetedProjectWorkingCopy.setTargetedRuntimes(Set<IRuntime> runtimes)
           
 void IFacetedProject.setTargetedRuntimes(Set<IRuntime> runtimes, IProgressMonitor monitor)
          Sets the runtimes that this project will target.
 

Uses of IRuntime in org.eclipse.wst.common.project.facet.core.events
 

Methods in org.eclipse.wst.common.project.facet.core.events that return IRuntime
 IRuntime IPrimaryRuntimeChangedEvent.getNewPrimaryRuntime()
          Returns the new primary runtime for the project.
 IRuntime IPrimaryRuntimeChangedEvent.getOldPrimaryRuntime()
          Returns the old primary runtime for the project.
 

Methods in org.eclipse.wst.common.project.facet.core.events that return types with arguments of type IRuntime
 Set<IRuntime> ITargetedRuntimesChangedEvent.getNewTargetedRuntimes()
          Returns the set runtimes that the project now targets.
 Set<IRuntime> ITargetedRuntimesChangedEvent.getOldTargetedRuntimes()
          Returns the set runtimes that the project previously targeted.
 

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

Methods in org.eclipse.wst.common.project.facet.core.runtime that return IRuntime
static IRuntime RuntimeManager.defineRuntime(String name, List<IRuntimeComponent> components, Map<String,String> properties)
          Defines a new runtime.
 IRuntime IRuntimeComponent.getRuntime()
          Returns the runtime that this component belongs to or null if this component has not yet been associated with a runtime.
static IRuntime RuntimeManager.getRuntime(String name)
          Returns the runtime corresponding to the specified name.
 

Methods in org.eclipse.wst.common.project.facet.core.runtime that return types with arguments of type IRuntime
static Set<IRuntime> RuntimeManager.getRuntimes()
          Returns all of the defined runtimes.
static Set<IRuntime> RuntimeManager.getRuntimes(Set<IProjectFacetVersion> facets)
          Returns the runtimes that support all of the specified facets.
 

Methods in org.eclipse.wst.common.project.facet.core.runtime with parameters of type IRuntime
static void RuntimeManager.deleteRuntime(IRuntime runtime)
          Deletes the runtime from the registry.
 

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

Methods in org.eclipse.wst.common.project.facet.core.runtime.events that return IRuntime
 IRuntime IRuntimeLifecycleEvent.getRuntime()
          The affected runtime.
 


Faceted Project Framework
Version 1.3

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