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 PrintWriter
getErr()
PrintWriter
getOut()
static void
main(String[] args)
void
run()
static int
run(PrintWriter out, PrintWriter err, String... args)
static int
run(String... args)
void
setErr(PrintWriter err)
void
setOut(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)
-
-