org.eclipse.wst.server.ui.editor
Interface IServerEditorPartInput

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput

public interface IServerEditorPartInput
extends org.eclipse.ui.IEditorInput

An input into a server part or section editor.

Since:
1.0

Method Summary
 IServerWorkingCopy getServer()
          Returns the server to be edited.
 boolean isServerReadOnly()
          Returns true if the server is read-only.
 
Methods inherited from interface org.eclipse.ui.IEditorInput
exists, getImageDescriptor, getName, getPersistable, getToolTipText
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getServer

IServerWorkingCopy getServer()
Returns the server to be edited.

Returns:
a working copy of the server

isServerReadOnly

boolean isServerReadOnly()
Returns true if the server is read-only.

Returns:
boolean true if the server is read-only, and false otherwise