Package org.kordamp.maven.checker
Class PomcheckerVersion
- java.lang.Object
-
- org.kordamp.maven.checker.PomcheckerVersion
-
public class PomcheckerVersion extends Object
- Since:
- 1.9.0
- Author:
- Andres Almiray
-
-
Constructor Summary
Constructors Constructor Description PomcheckerVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidbanner(PrintStream out)static voidbanner(PrintStream out, boolean full)static voidbanner(PrintWriter out)static voidbanner(PrintWriter out, boolean full)static StringgetPlainVersion()
-
-
-
Constructor Detail
-
PomcheckerVersion
public PomcheckerVersion()
-
-
Method Detail
-
getPlainVersion
public static String getPlainVersion()
-
banner
public static void banner(PrintStream out)
-
banner
public static void banner(PrintStream out, boolean full)
-
banner
public static void banner(PrintWriter out)
-
banner
public static void banner(PrintWriter out, boolean full)
-
-