final class About extends Object
| Constructor and Description |
|---|
About() |
| Modifier and Type | Method and Description |
|---|---|
static void |
about(PrintStream out)
Write about text to the specified print stream.
|
String |
artifactId()
Return the artifact id.
|
String |
buildTimestamp()
Return the build timestamp.
|
String |
commit()
Return the last commit.
|
String |
copyright()
Return the copyright.
|
String |
license()
Return the license.
|
String |
toString() |
String |
version()
Return the version.
|
public String artifactId()
public String buildTimestamp()
public String commit()
public String copyright()
public String license()
public String version()
public static void about(PrintStream out)
out - print stream to write about text toCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).