Package org.kordamp.maven.checker.cli
Class Main
- java.lang.Object
-
- org.kordamp.maven.checker.cli.Main
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintWritergetErr()PrintWritergetOut()static voidmain(String[] args)voidrun()static intrun(PrintWriter out, PrintWriter err, String... args)static intrun(String... args)voidsetErr(PrintWriter err)voidsetOut(PrintWriter out)
-
-
-
Constructor Detail
-
Main
public Main()
-
-
Method Detail
-
getOut
public PrintWriter getOut()
-
setOut
public void setOut(PrintWriter out)
-
getErr
public PrintWriter getErr()
-
setErr
public void setErr(PrintWriter err)
-
run
public static int run(PrintWriter out, PrintWriter err, String... args)
-
-