Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Overriding Validator settings via the API
Overriding Validator settings via the API [message #484681] Tue, 08 September 2009 13:48
Eclipse UserFriend
In a plugin I'm working on, I'm trying to disable validators for
build-based validation for a given project. In IMutableValidator, there is
the following method:

void setBuildValidation(boolean build);

Which does exactly what I want. However, there is one problem - in
MutableProjectSettings the getValidators() method only returns validators
that have already been customized for that project. In the case of a new
project, it simply returns an empty array. I don't see any way to set or
add validators for a project via the API, and thus no way for me to
customize them for that project unless the user does so first (which
defeats the purpose).

Am I missing a step somewhere or something?
Previous Topic:Variable that point to webapps directory?
Next Topic:Newbie: problem creating web service client
Goto Forum:
  


Current Time: Wed Jul 02 18:30:13 EDT 2025

Powered by FUDForum. Page generated in 0.03764 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top