在 Eclipse 服务器发布向导中贡献 add/remove

contribute to add/remove in eclipse servers publish wizard

我可以在 Eclipse 添加和删除向导中添加错误消息/警告吗?

如果我在 "add and remove" 向导中 select 一个项目,我应该能够在向导中显示警告或错误消息。

有什么办法吗?谢谢!

是的,您可以通过实施此方法向 Add/Remove 向导添加验证消息:

org.eclipse.wst.server.core.model.ServerDelegate.canModifyModules(IModule[], IModule[])

您可以 return 验证消息作为 IStatus 对象。