Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: groovy-jdk
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
Change all instance methods in the GDK that return 'void' to return 'this' instead. This would allow method "chaining".
Example: (proc = "ls -l".execute()).consumeProcessOutput(System.out, System.err).waitFor()