Home | History | Annotate | Download | only in rss

Lines Matching refs:isNullString

79     if (!isNullString(file)) { 
85 if (isNullString(feedURL))
92 if (!isNullString(feedWatchActions)) {
174 this.getProject().setProperty(feedWatchActionTheValue + DOT + j,!isNullString(newContent)?newContent:oldContent);
180 if (!isNullString(oldContent)) { this.getProject().setProperty(feedWatchActionOldValue + DOT + j,oldContent); }
181 if (!isNullString(newContent)) { this.getProject().setProperty(feedWatchActionNewValue + DOT + j,newContent); }
191 if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionError + DOT + j, out); }
194 if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionOuput + DOT + j, out); }
252 private static boolean isNullString(String str)
254 return RSSFeedUtil.isNullString(str);