Class Main
java.lang.Object
org.evolvis.tartools.mvnparent.examples.Main
Example “Main” class showing how to use InitialiseJDK14Logging
Put “.”, another directory with logging.properties, or a JAR file that contains logging.properties, onto the classpath in order to run this, for example:
$ CLASSPATH=../target/bs-3.0-tests.jar ./run.sh
This will run:
java -cp target/lib-3.0.jar:../target/bs-3.0-tests.jar \
org.evolvis.tartools.mvnparent.examples.Main
Adjust the version numbers accordingly, of course.
- Author:
- mirabilos (t.glaser@qvest-digital.com)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
Example CLI main entry point.
- Parameters:
args- String[] argv
-