java.lang.Object
de.sormuras.bach.Bach
public class Bach
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVERSION -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidbuild()Build.voidhelp()Print help text to the standard output stream.voidinfo()Print all "interesting" information.static voidmain(java.lang.String... args)Main entry-point.voidresolve()Resolve missing modules.voidsummary(Project.Realm realm)Print summary.voidversion()Print Bach.java's version to the standard output stream.
-
Field Details
-
VERSION
public static java.lang.String VERSION
-
-
Constructor Details
-
Method Details
-
main
public static void main(java.lang.String... args)Main entry-point.- Parameters:
args- List of API method or tool names.
-
help
public void help()Print help text to the standard output stream. -
build
public void build() throws java.lang.ExceptionBuild.- Throws:
java.lang.Exception
-
summary
Print summary. -
info
public void info()Print all "interesting" information. -
resolve
public void resolve() throws java.lang.ExceptionResolve missing modules.- Throws:
java.lang.Exception
-
version
public void version()Print Bach.java's version to the standard output stream.
-