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

Packages that use IServerWorkingCopy
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. 
org.eclipse.wst.server.ui.editor Provides editor support for the server tools UI. 
 

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

Methods in org.eclipse.wst.server.core that return IServerWorkingCopy
 IServerWorkingCopy IServerAttributes.createWorkingCopy()
          Returns a server working copy for modifying this server instance.
 IServerWorkingCopy IServerType.createServer(java.lang.String id, IFile file, IRuntime runtime, IProgressMonitor monitor)
          Creates an working copy instance of this server type.
 IServerWorkingCopy IServerType.createServer(java.lang.String id, IFile file, IProgressMonitor monitor)
          Creates a working copy instance of this server type.
 

Methods in org.eclipse.wst.server.core with parameters of type IServerWorkingCopy
static void ServerUtil.modifyModules(IServerWorkingCopy server, IModule[] add, IModule[] remove, IProgressMonitor monitor)
          Adds or removes modules from a server.
static void ServerUtil.setServerDefaultName(IServerWorkingCopy server)
          Sets a default name on the given server.
 

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

Methods in org.eclipse.wst.server.core.model that return IServerWorkingCopy
 IServerWorkingCopy ServerDelegate.getServerWorkingCopy()
          Returns the server working copy that this server delegate corresponds to.
 

Uses of IServerWorkingCopy in org.eclipse.wst.server.ui.editor
 

Methods in org.eclipse.wst.server.ui.editor that return IServerWorkingCopy
 IServerWorkingCopy IServerEditorPartInput.getServer()
          Returns the server to be edited.
 IServerWorkingCopy ServerEditorPart.getServer()
          Return the server that is being editted.