Uses of Interface
org.eclipse.wst.server.core.IRuntimeWorkingCopy

Packages that use IRuntimeWorkingCopy
org.eclipse.wst.server.core The main server tools framework client API. 
org.eclipse.wst.server.core.model SPI support for the server tools framework. 
 

Uses of IRuntimeWorkingCopy in org.eclipse.wst.server.core
 

Methods in org.eclipse.wst.server.core that return IRuntimeWorkingCopy
 IRuntimeWorkingCopy IRuntime.createWorkingCopy()
          Returns a runtime working copy for modifying this runtime instance.
 IRuntimeWorkingCopy IRuntimeType.createRuntime(java.lang.String id, IProgressMonitor monitor)
          Creates a working copy instance of this runtime type.
 

Methods in org.eclipse.wst.server.core with parameters of type IRuntimeWorkingCopy
static void ServerUtil.setRuntimeDefaultName(IRuntimeWorkingCopy runtime)
          Sets a default name on the given runtime.
 

Uses of IRuntimeWorkingCopy in org.eclipse.wst.server.core.model
 

Methods in org.eclipse.wst.server.core.model that return IRuntimeWorkingCopy
 IRuntimeWorkingCopy RuntimeDelegate.getRuntimeWorkingCopy()
          Returns the runtime working copy that this runtime delegate corresponds to.
 

Methods in org.eclipse.wst.server.core.model with parameters of type IRuntimeWorkingCopy
 void RuntimeLocatorDelegate.IRuntimeSearchListener.runtimeFound(IRuntimeWorkingCopy runtime)
          Called when a new runtime is found by the locator.