You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/06/11 18:35:30 UTC

[11/31] incubator-taverna-language git commit: Finished commands

Finished commands

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/ef1c045d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/ef1c045d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/ef1c045d

Branch: refs/heads/master
Commit: ef1c045df88ef102319ee80d889c29fae80ea9c9
Parents: 82a2402
Author: Menaka <me...@gmail.com>
Authored: Mon Jun 8 14:12:20 2015 +0530
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 11 17:33:28 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/taverna/commandline/CommandLineTool.java   | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/ef1c045d/taverna-language-commandline/src/main/java/org/apache/taverna/commandline/CommandLineTool.java
----------------------------------------------------------------------
diff --git a/taverna-language-commandline/src/main/java/org/apache/taverna/commandline/CommandLineTool.java b/taverna-language-commandline/src/main/java/org/apache/taverna/commandline/CommandLineTool.java
index c636abb..8dd61b3 100644
--- a/taverna-language-commandline/src/main/java/org/apache/taverna/commandline/CommandLineTool.java
+++ b/taverna-language-commandline/src/main/java/org/apache/taverna/commandline/CommandLineTool.java
@@ -224,6 +224,9 @@ public class CommandLineTool {
 		@Inject
 		Inspect inspect = new Inspect();
 		
+		@Arguments(usage="<option> <input files> <output dir>", description="Inspect the given workflow")
+		public List<String> toInspect = Lists.newArrayList();
+		
 		@Override
 		public void execute() {
 			// TODO Auto-generated method stub
@@ -240,6 +243,9 @@ public class CommandLineTool {
 		@Inject
 		Optional optional = new Optional();
 		
+		@Arguments(usage="<option> <input files> <output dir>", description="Validate the given workflow file/s")
+		public List<String> toValidate = Lists.newArrayList();
+		
 		@Override
 		public void execute() {
 			// TODO Auto-generated method stub