We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This document is just concept.
ws.find("**/*.java", { match : function(file){ console.log(file); }, finish : function(){ console.log("done"); } }); var file = ws.getFile("/a/src/A.java"); console.log(file.getContent()); _(selection).each(function(it){ console.log(it); }); _(selection).visit(function(it){ console.log(it.name); return true; }); _(selection).each(function(it){ console.log(it.getSessionProperty("qualifier/localName"); it.setSessionProperty("qualifier/localName", "test"); });
There was an error while loading. Please reload this page.