Package | Description |
---|---|
org.pantsbuild.jmake |
Modifier and Type | Method and Description |
---|---|
void |
Main.mainProgrammatic(java.lang.String[] args)
Main entrypoint for applications that want to call jmake externally and are willing
to handle exceptions that it may throw.
|
void |
Main.mainProgrammaticControlled(java.lang.String[] addedJavaFileNames,
java.lang.String[] removedJavaFileNames,
java.lang.String[] updatedJavaFileNames,
java.lang.String destDirName,
java.lang.String pdbFileName,
java.lang.Object externalApp,
java.lang.reflect.Method externalCompileSourceFilesMethod)
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.
|
void |
Main.mainProgrammaticControlled(java.lang.String[] javaFileNames,
java.lang.String destDirName,
java.lang.String pdbFileName,
java.lang.Object externalApp,
java.lang.reflect.Method externalCompileSourceFilesMethod)
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.
|