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 void
banner(PrintStream out)
static void
banner(PrintStream out, boolean full)
static void
banner(PrintWriter out)
static void
banner(PrintWriter out, boolean full)
static String
getPlainVersion()
-
-
-
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)
-
-