A C D E G I J M N P R S T U V Z
A
- AsyncStreamReader - Class in com.mt_ag.jar.module
-
A StreamReader to read the input stream as Reader.
- AsyncStreamReader(InputStream) - Constructor for class com.mt_ag.jar.module.AsyncStreamReader
-
The constructor with the reader as parameter.
C
- callInDir(Path, String...) - Method in class com.mt_ag.jar.module.UpdateModules
-
Calls a command in the dir.
- callInDir(Log, Path, String...) - Static method in interface com.mt_ag.jar.module.Tools
-
Calls a command with parameters in the work dir.
- CallResult - Class in com.mt_ag.jar.module
-
The result of the call.
- CallResult(int, List<String>) - Constructor for class com.mt_ag.jar.module.CallResult
-
The constructor with all fields.
- CleanJarMojo - Class in com.mt_ag.jar.module
-
Plugin class for the goal jar.
- CleanJarMojo() - Constructor for class com.mt_ag.jar.module.CleanJarMojo
-
The default constructor.
- CleanJarMojo(Log, boolean) - Constructor for class com.mt_ag.jar.module.CleanJarMojo
-
The constructor for testing.
- com.mt_ag.jar.module - package com.mt_ag.jar.module
-
The MT AG maven plugin module package.
- CompressEnum - Enum in com.mt_ag.jar.module
-
Enum of the compress config of the image in jlink.
- ConstantStringSharing - com.mt_ag.jar.module.CompressEnum
-
Constant string sharing is used.
- createModules(MavenProject) - Method in class com.mt_ag.jar.module.UpdateModules
-
Creates a copy of the jar of the dependencies to test and update the modules.
D
- deb - com.mt_ag.jar.module.PackageMojo.NativeType
-
deb the linux deb.
- dmg - com.mt_ag.jar.module.PackageMojo.NativeType
-
dmg the mac dmg.
E
- exe - com.mt_ag.jar.module.PackageMojo.NativeType
-
exe the windows exe.
- exec(Path) - Method in class com.mt_ag.jar.module.CleanJarMojo
-
The main execute method to update the jar and clean it.
- execute() - Method in class com.mt_ag.jar.module.CleanJarMojo
-
The implementation.
- execute() - Method in class com.mt_ag.jar.module.JlinkMojo
-
The implementation of the Mojo.
- execute() - Method in class com.mt_ag.jar.module.PackageMojo
-
The implementation of the mojo.
- EXTENSION_LENGTH - Static variable in class com.mt_ag.jar.module.UpdateModules
-
The length of an extension.
G
- getExitVal() - Method in class com.mt_ag.jar.module.CallResult
-
Gets the exit val.
- getOutLines() - Method in class com.mt_ag.jar.module.CallResult
-
Gets the out lines.
- getOutput() - Method in class com.mt_ag.jar.module.AsyncStreamReader
-
Gets the result.
- getRate() - Method in enum com.mt_ag.jar.module.CompressEnum
-
The getter of rate.
I
- image - com.mt_ag.jar.module.PackageMojo.NativeType
-
image the image that is used for the installers.
- installer - com.mt_ag.jar.module.PackageMojo.NativeType
-
installer all for one platform.
J
- JlinkMojo - Class in com.mt_ag.jar.module
-
Implements the goal jlink.
- JlinkMojo() - Constructor for class com.mt_ag.jar.module.JlinkMojo
-
The default constructor.
- JlinkMojo(Log, MavenProject, MavenProjectHelper, CompressEnum, boolean, boolean, boolean, String...) - Constructor for class com.mt_ag.jar.module.JlinkMojo
-
The constructor for testing.
M
- msi - com.mt_ag.jar.module.PackageMojo.NativeType
-
msi the windows msi file.
N
- NoCompress - com.mt_ag.jar.module.CompressEnum
-
No compression is used.
P
- PackageMojo - Class in com.mt_ag.jar.module
-
Implements the goal javapackager.
- PackageMojo() - Constructor for class com.mt_ag.jar.module.PackageMojo
-
The standard constructor.
- PackageMojo(Log, MavenProject, MavenProjectHelper, PackageMojo.NativeType, boolean, boolean) - Constructor for class com.mt_ag.jar.module.PackageMojo
-
The constructor for testing.
- PackageMojo.NativeType - Enum in com.mt_ag.jar.module
-
The enum of the output type.
- pkg - com.mt_ag.jar.module.PackageMojo.NativeType
-
pkg the mac pkg.
R
- rpm - com.mt_ag.jar.module.PackageMojo.NativeType
-
rpm the linux rpm.
- run() - Method in class com.mt_ag.jar.module.AsyncStreamReader
-
The transfer method as run implementation.
- run(Runnable) - Static method in interface com.mt_ag.jar.module.Tools
-
The run call.
- run(Runnable) - Static method in class com.mt_ag.jar.module.Tools.Run
-
The run call.
S
- setModuleMain(Log, Path) - Static method in interface com.mt_ag.jar.module.Tools
-
Sets the module main class if it is not an automatic module and the main class is not set but the main class is set in the manifest.
T
- Tools - Interface in com.mt_ag.jar.module
-
The Tools interface for static methods.
- Tools.Run - Class in com.mt_ag.jar.module
-
Class run.
U
- UpdateModules - Class in com.mt_ag.jar.module
-
Interface to update the jar as modules.
- UpdateModules() - Constructor for class com.mt_ag.jar.module.UpdateModules
-
The standard constructor.
- UpdateModules(boolean, boolean) - Constructor for class com.mt_ag.jar.module.UpdateModules
-
The constructor for tests.
V
- valueOf(String) - Static method in enum com.mt_ag.jar.module.CompressEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mt_ag.jar.module.PackageMojo.NativeType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mt_ag.jar.module.CompressEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.mt_ag.jar.module.PackageMojo.NativeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
Z
- ZIP - com.mt_ag.jar.module.CompressEnum
-
Zips the data.
- zipDir(Path, Path, String) - Method in class com.mt_ag.jar.module.UpdateModules
-
Creates a zip of the dir.