- Main - Class in org.pantsbuild.jmake
-
The main class of the jmake tool.
- Main() - Constructor for class org.pantsbuild.jmake.Main
-
Construct a new instance of Main.
- main(String[]) - Static method in class org.pantsbuild.jmake.Main
-
Main entrypoint for the standalone jmake application.
- mainExternal(String[]) - Method in class org.pantsbuild.jmake.Main
-
Main entrypoint for applications that want to call jmake externally and would prefer
receiving an error code instead of an exception in case something goes wrong.
- mainExternalControlled(String[], String, String, Object, Method) - Method in class org.pantsbuild.jmake.Main
-
Main entrypoint for applications such as Ant, that want to have full control over
compilations that jmake invokes, and do not want to handle exceptions that it
may throw.
- mainExternalControlled(String[], String[], String[], String, String, Object, Method) - Method in class org.pantsbuild.jmake.Main
-
Main entrypoint for applications such as IDEs, that themselves keep track of updated/added/removed sources,
want to have full control over compilations that jmake invokes, and do not want to handle exceptions
that it may throw.
- mainProgrammatic(String[]) - Method in class org.pantsbuild.jmake.Main
-
Main entrypoint for applications that want to call jmake externally and are willing
to handle exceptions that it may throw.
- mainProgrammaticControlled(String[], String, String, Object, Method) - Method in class org.pantsbuild.jmake.Main
-
Main entrypoint for applications such as Ant, that want to have full control over
compilations that jmake invokes, and are willing to handle exceptions
that it may throw.
- mainProgrammaticControlled(String[], String[], String[], String, String, Object, Method) - Method in class org.pantsbuild.jmake.Main
-
Main entrypoint for applications such as IDEs, that themselves keep track of updated/added/removed sources,
want to have full control over compilations that jmake invokes, and are willing to handle exceptions
that it may throw.