Groovy Documentation

com.github.mperry.fg
[Groovy] Class IOConstants

java.lang.Object
  com.github.mperry.fg.IOConstants

@groovy.transform.TypeChecked
class IOConstants

Created with IntelliJ IDEA. User: MarkPerry Date: 8/11/13 Time: 10:21 AM To change this template use File | Settings | File Templates.


Method Summary
static Option console()

static SimpleIO consoleReadLineOption()

static SimpleIO empty()

static SimpleIO stdinReadLine()

static SimpleIO stdoutWriteLine(java.lang.String msg)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

console

static Option console()


consoleReadLineOption

static SimpleIO consoleReadLineOption()


empty

static SimpleIO empty()


stdinReadLine

static SimpleIO stdinReadLine()


stdoutWriteLine

static SimpleIO stdoutWriteLine(java.lang.String msg)


 

Groovy Documentation