Searched refs:isNullString (Results 1 – 8 of 8) sorted by relevance
84 if (!isNullString(file)) { this.file = new File(file); } in setFile()89 if (!isNullString(CVSExec)) { in setCVSExec()102 if (!isNullString(CVSTemp)) { in setCVSTemp()111 if (!isNullString(SCPExec)) { in setSCPExec()131 if ((!isNullString(CVSRoot) && !isNullString(CVSPath)) || !isNullString(SCPTarget)) { in execute()132 if ((!isNullString(CVSRoot) && !isNullString(CVSPath))) { in execute()135 if (!isNullString(SCPTarget)) { in execute()216 if (!isNullString(SSHExec) && SCPTarget.indexOf(CL)>0) { in publishFeedWithSCP()231 private static boolean isNullString(String str) in isNullString() method in RSSFeedPublisherTask233 return RSSFeedUtil.isNullString(str); in isNullString()
79 if (!isNullString(file)) { in setFile()85 if (isNullString(feedURL)) in setFeedURL()92 if (!isNullString(feedWatchActions)) { in setFeedWatchActions()174 …this.getProject().setProperty(feedWatchActionTheValue + DOT + j,!isNullString(newContent)?newConte… in checkFeed()180 …if (!isNullString(oldContent)) { this.getProject().setProperty(feedWatchActionOldValue + DOT + j,o… in checkFeed()181 …if (!isNullString(newContent)) { this.getProject().setProperty(feedWatchActionNewValue + DOT + j,n… in checkFeed()191 … if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionError + DOT + j, out); } in checkFeed()194 … if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionOuput + DOT + j, out); } in checkFeed()252 private static boolean isNullString(String str) in isNullString() method in RSSFeedWatcherTask254 return RSSFeedUtil.isNullString(str); in isNullString()
161 if (isNullString(file)) in setFile()167 if (isNullString(project)) in setProject()173 if (isNullString(branch)) in setBranch()179 if (isNullString(buildID)) in setBuildID()185 if (isNullString(feedURL)) in setFeedURL()191 if (isNullString(buildURL)) in setBuildURL()201 …public void setDependencyURLs(String dependencyURLs) { if (!isNullString(dependencyURLs)) { this.d… in setDependencyURLs()204 …public void setReleases(String releases) { if (!isNullString(releases)) { this.releases = releases… in setReleases()213 if (!isNullString(buildType)) in setBuildType()232 …public void setJUnitTestResults(String JUnitTestResults) { if (!isNullString(JUnitTestResults)) { … in setJUnitTestResults()[all …]
58 if (isNullString(file)) in setFile()64 if (isNullString(project)) in setProject()70 if (isNullString(feedURL)) in setFeedURL()92 …sb.append(" <link rel=\"self\" type=\"application/atom+xml\" href=\"" + (!isNullString(feedURL)?f… in createFeedXML()95 …sb.append(" <name>" + (!isNullString(project)?project + SP : NS) + Messages.getString("RSSFeedC… in createFeedXML()97 …sb.append(" <id>" + (!isNullString(feedURL)?feedURL:NS) + "</id>" + NL); //$NON-NLS-1$ //$NON-NLS… in createFeedXML()125 private static boolean isNullString(String str) in isNullString() method in RSSFeedCreateFeedTask127 return RSSFeedUtil.isNullString(str); in isNullString()
85 if (isNullString(file)) in setFile()91 if (isNullString(xpath)) in setXpath()103 …ges.getString("RSSFeedUpdateEntryTask.SearchingFor") + SP + xpath + (!isNullString(replacement)?",… in execute()137 if (!isNullString(replacement)) { in updateFeedXML()151 if (!isNullString(replacement) && newNode != null) { in updateFeedXML()214 …if (debug==0) { System.out.print(xpath + (isNullString(replacement)?" = ":" :: ")); } //$NON-NLS-1… in findAndReplace()245 if (!isNullString(replacement)) { aNode.setTextContent(replacement); } in findAndReplace()246 … System.out.println(isNullString(replacement)?NS:" => " + replacement); //$NON-NLS-1$ //$NON-NLS-2$ in findAndReplace()260 if (!isNullString(replacement)) { in findAndReplace()288 if (!isNullString(target) && !node.getNodeName().equals(target)) in getParentNode()[all …]
45 if (isNullString(file)) in setFile()51 if (isNullString(xpath)) in setXpath()66 private static boolean isNullString(String str) in isNullString() method in RSSFeedGetPropertyTask68 return RSSFeedUtil.isNullString(str); in isNullString()
META-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
94 if (!isNullString(out) && !EXPECTED_RESULT.equals(out)) { in handleExecTaskReturn()100 if (!isNullString(out)) { in handleExecTaskReturn()105 if (!isNullString(out)) { in handleExecTaskReturn()138 public static boolean isNullString(String str) in isNullString() method in RSSFeedUtil