Author: pwang
Date: 2011-05-09 10:28:13 -0700 (Mon, 09 May 2011)
New Revision: 24960
Modified:
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/quickstart/ImportTaskUtil.java
Log:
Add a new method getCyProperty()
Modified:
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/quickstart/ImportTaskUtil.java
===================================================================
---
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/quickstart/ImportTaskUtil.java
2011-05-07 22:49:03 UTC (rev 24959)
+++
core3/core-task-impl/trunk/src/main/java/org/cytoscape/task/internal/quickstart/ImportTaskUtil.java
2011-05-09 17:28:13 UTC (rev 24960)
@@ -34,6 +34,7 @@
private CyTableReaderManager tblReaderMgr;
private final CyApplicationManager appManager;
+ private CyProperty<Properties> cyProps;
public ImportTaskUtil(
CyNetworkViewReaderManager mgr,
@@ -50,7 +51,7 @@
this.processors = new HashSet<InteractionFilePreprocessor>();
this.tblReaderMgr = tblReaderMgr;
this.appManager = appManager;
-
+ this.cyProps = cyProps;
}
public Task getURLImportTask() {
@@ -94,4 +95,9 @@
public CyApplicationManager getAppManager() {
return this.appManager;
}
+
+ public CyProperty<Properties> getCyProperty()
+ {
+ return cyProps;
+ }
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.