Package org.kordamp.maven.checker.cli
Interface IO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrintWritergetErr()PrintWritergetOut()voidsetErr(PrintWriter err)voidsetOut(PrintWriter out)
-
-
-
Method Detail
-
getOut
PrintWriter getOut()
-
setOut
void setOut(PrintWriter out)
-
getErr
PrintWriter getErr()
-
setErr
void setErr(PrintWriter err)
-
-