Package | Description |
---|---|
org.scijava.minimaven |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.build()
Compiles the project.
|
void |
MavenProject.build(boolean makeJar)
Compiles the project and optionally builds the .jar artifact.
|
void |
MavenProject.build(boolean makeJar,
boolean forceBuild)
Compiles the project and optionally builds the .jar artifact.
|
void |
MavenProject.build(boolean makeJar,
boolean forceBuild,
boolean includeSources)
Compiles the project and optionally builds the .jar artifact.
|
void |
MavenProject.buildAndInstall()
Builds the artifact and installs it and its dependencies into
${imagej.app.directory}.
|
void |
MavenProject.buildAndInstall(File ijDir)
Builds the project an its dependencies, and installs them into the given
ImageJ.app/ directory structure.
|
void |
MavenProject.buildAndInstall(File ijDir,
boolean forceBuild)
Builds the project an its dependencies, and installs them into the given
ImageJ.app/ directory structure.
|
void |
MavenProject.buildJar()
Builds the artifact.
|
void |
JavaCompiler.call(String[] arguments,
boolean verbose) |
void |
JavaCompiler.call(String[] arguments,
boolean verbose,
boolean debug) |
Copyright © 2015–2022 SciJava. All rights reserved.