Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Wtp-wst-dev] about IRuntimeTargetHandlerDelegate.setRuntimeTarget

Title: about IRuntimeTargetHandlerDelegate.setRuntimeTarget

Hi,

I have noticed that these methods
org.eclipse.wst.server.core.model.RuntimeTargetHandlerDelegate.setRuntimeTarget(IProject project, IRuntime runtime, IProgressMonitor monitor) throws CoreException

and
org.eclipse.wst.server.core.model.RuntimeTargetHandlerDelegate.removeRuntimeTarget(IProject project, IRuntime runtime, IProgressMonitor monitor) throws CoreException;

are deprecated in RSA v7.0.

Is org.eclipse.jst.server.core.RuntimeClasspathProviderDelegate replaced org.eclipse.wst.server.core.model.RuntimeTargetHandlerDelegate?

Also, what are the replacement for those method?

Thanks.

Cheers,
Amy



Back to the top