java.lang.Object
io.hotmoka.cli.internal.AbstractToolCLI
io.hotmoka.cli.AbstractCLI
io.mokamint.plotter.cli.MokamintPlotter
public class MokamintPlotter
extends io.hotmoka.cli.AbstractCLI
A command-line interface for creating Mokamint plot files.
This class is meant to be run from the parent directory, after building the project, with this command-line:
java --module-path modules/explicit:modules/automatic --class-path "modules/unnamed/*" --module io.mokamint.plotter.cli/io.mokamint.plotter.cli.MokamintPlotter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA provider of the version of this tool, taken from the property declaration into the POM file. -
Method Summary
Methods inherited from class io.hotmoka.cli.internal.AbstractToolCLI
loadLoggingConfig, main, run
-
Method Details
-
main
Entry point from the shell.- Parameters:
args- the command-line arguments provided to this tool
-