OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:feedWatchActions
(Results
1 - 2
of
2
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java
36
*
feedWatchActions
- semi-comma-separated list of triplets:
72
private String[]
feedWatchActions
= new String[] {};
90
public void setFeedWatchActions(String
feedWatchActions
) {
92
if (!isNullString(
feedWatchActions
)) {
93
this.
feedWatchActions
=
feedWatchActions
.split(splitter);
94
missingActions = this.
feedWatchActions
.length % 3; if (missingActions > 0) { missingActions = 3 - missingActions; }
99
System.out.println((i==0 && missingActions==2 ? Messages.getString("RSSFeedWatcherTask.WarningNoScriptAction") : Messages.getString("RSSFeedWatcherTask.WarningNoCommandlineParams")) + SP +
feedWatchActions
); //$NON-NLS-1$ //$NON-NLS-2$
100
feedWatchActions
+= "; null"; //$NON-NLS-1$
102
this.
feedWatchActions
= feedWatchActions.split(splitter)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar
Completed in 135 milliseconds