Deprecated API

Deprecated Classes
org.eclipse.wst.server.core.model.RuntimeTargetHandlerDelegate
          This function is deprecated. 
 

Deprecated Interfaces
org.eclipse.wst.server.core.IProjectProperties
          Project facet support should now be used instead of this API. @see org.eclipse.wst.common.project.facet.core.IFacetedProject#getRuntime() 
org.eclipse.wst.server.core.IRuntimeTargetHandler
          use project facets instead of runtime targets 
 

Deprecated Methods
org.eclipse.wst.sse.ui.StructuredTextEditor.getModel()
          - This method allowed for uncontrolled access to the model instance and will be removed in the future. It is recommended that the current document provider be asked for the current document and the IModelManager then asked for the corresponding model with getExistingModelFor*(IDocument). 
org.eclipse.wst.server.core.ServerCore.getProjectProperties(IProject)
          Project facet support should now be used instead of this API. @see org.eclipse.wst.common.project.facet.core.IFacetedProject#getRuntime() 
org.eclipse.wst.server.core.IProjectProperties.getRuntimeTarget()
          Project facet support should now be used instead of this API. @see org.eclipse.wst.common.project.facet.core.IFacetedProject#getRuntime() 
org.eclipse.wst.server.core.model.ServerDelegate.importConfiguration(IRuntime, IProgressMonitor)
          should use importRuntimeConfiguration (which can throw a CoreException) instead 
org.eclipse.wst.server.core.IServer.synchronousRestart(String, IProgressMonitor)
          this method is deprecated. use restart(String, IProgressMonitor, IOperationListener) instead 
org.eclipse.wst.server.core.IServer.synchronousStart(String, IProgressMonitor)
          this method is deprecated. use start(String, IProgressMonitor, IOperationListener) instead 
org.eclipse.wst.server.core.IServer.synchronousStop(boolean)
          this method is deprecated. use stop(boolean, IOperationListener) instead