| Class | Description |
|---|---|
| AbstractExecMojo |
This class is used for unifying functionality between the 2 mojo exec plugins ('java' and 'exec').
|
| AbstractProperty |
Base type for system properties.
|
| Classpath | |
| EnvStreamConsumer | |
| ExecJavaMojo |
Executes the supplied java class in the current VM with the enclosing project's dependencies as classpath.
|
| ExecMojo |
A Plugin for executing external programs.
|
| ExecutableDependency |
ExecutableDependency class.
|
| ExtendedExecutor |
An executor which has the ability to use the
ProcessBuilder.inheritIO() flag. |
| Modulepath | |
| ProjectProperties |
Represents all project properties (to set as system properties).
|
| Property |
Wrapper class for the systemProperty argument type.
|
| SystemExitManager |
A special security manager (SM) passing on permission checks to the original SM it replaces, except for
SystemExitManager.checkExit(int) |
| SystemProperty |
Just to comply to maven configuration (object converter) and the legacy configuration.
|
| Exception | Description |
|---|---|
| SystemExitException |
Exception to be thrown by
SystemExitManager when System.exit(int) is called |
Copyright © 2005–2023 MojoHaus. All rights reserved.