Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractJModMojo - Class in org.apache.maven.plugins.jmod
-
This contains the code to handle toolchains and the execution of the command which is similar to code in maven-jlink-plugin (maven-jdeps-plugin?).
- AbstractJModMojo() - Constructor for class org.apache.maven.plugins.jmod.AbstractJModMojo
C
- classPath - Variable in class org.apache.maven.plugins.jmod.JModHashMojo
-
--class-path <path>
Application jar files|dir containing classes. - classpathElements - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- cmds - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
Specifies one or more directories containing native commands to be copied.
- cmds - Variable in class org.apache.maven.plugins.jmod.JModHashMojo
-
--class-path <path>
Application jar files|dir containing classes. - compilePath - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- config - Variable in class org.apache.maven.plugins.jmod.JModHashMojo
-
--config <path>
Location of user-editable config files. - configs - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
Specifies one or more directories containing configuration files to be copied.
- createJModCreateCommandLine(File) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- createJModDescribeCommandLine(File) - Method in class org.apache.maven.plugins.jmod.JModDescribeMojo
- createJModHashCommandLine() - Method in class org.apache.maven.plugins.jmod.JModHashMojo
- createJModListCommandLine(File) - Method in class org.apache.maven.plugins.jmod.JModListMojo
D
- DEFAULT_CMD_DIRECTORY - Static variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- DEFAULT_CONFIG_DIRECTORY - Static variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- DEFAULT_HEADER_FILES_DIRECTORY - Static variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- DEFAULT_LEGAL_NOTICES_DIRECTORY - Static variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- DEFAULT_LIB_DIRECTORY - Static variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- DEFAULT_MAN_PAGES_DIRECTORY - Static variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- deleteOutputIfAlreadyExists(File) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- doDefaultsExist(String) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- doNotResolveByDefault - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
--do-not-resolve-by-default
Exclude from the default root set of modules - dryRun - Variable in class org.apache.maven.plugins.jmod.JModHashMojo
E
- excludes - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
Exclude files matching the pattern list.
- excludes - Variable in class org.apache.maven.plugins.jmod.JModHashMojo
- execute() - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- execute() - Method in class org.apache.maven.plugins.jmod.JModDescribeMojo
- execute() - Method in class org.apache.maven.plugins.jmod.JModHashMojo
- execute() - Method in class org.apache.maven.plugins.jmod.JModListMojo
- executeCommand(Commandline, File) - Method in class org.apache.maven.plugins.jmod.AbstractJModMojo
F
- failIfParametersAreNotInTheirValidValueRanges() - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
G
- getCommaSeparatedList(List<String>) - Method in class org.apache.maven.plugins.jmod.AbstractJModMojo
-
Convert a list into a
- getCompileClasspathElements(MavenProject) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- getJModExecutable() - Method in class org.apache.maven.plugins.jmod.AbstractJModMojo
- getPlatformSeparatedList(List<String>) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- getProject() - Method in class org.apache.maven.plugins.jmod.AbstractJModMojo
- getSession() - Method in class org.apache.maven.plugins.jmod.AbstractJModMojo
- getToolchain() - Method in class org.apache.maven.plugins.jmod.AbstractJModMojo
H
- handleConfigurationListWithDefault(List<String>, String) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- headerFiles - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
Define the locations of header files.
I
- isConfigurationDefinedInPOM(List<String>) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
J
- jdkToolchain - Variable in class org.apache.maven.plugins.jmod.AbstractJModMojo
-
Specify the requirements for this jdk toolchain.
- JModCreateMojo - Class in org.apache.maven.plugins.jmod
-
The
create
goal is intended to createjmod
files which can be used for later linking via maven-jlink-plugin. - JModCreateMojo() - Constructor for class org.apache.maven.plugins.jmod.JModCreateMojo
- JModDescribeMojo - Class in org.apache.maven.plugins.jmod
-
This goal is to support the usage of
jmod describe
. - JModDescribeMojo() - Constructor for class org.apache.maven.plugins.jmod.JModDescribeMojo
- jmodFile - Variable in class org.apache.maven.plugins.jmod.JModDescribeMojo
-
The name of the jmod file which is used to be examined via
jmod describe jmodFile
- jmodFile - Variable in class org.apache.maven.plugins.jmod.JModListMojo
-
The name of the jmod file which is used to be examined via
jmod list jmodFile
- JModHashMojo - Class in org.apache.maven.plugins.jmod
-
jmod hash ...
- JModHashMojo() - Constructor for class org.apache.maven.plugins.jmod.JModHashMojo
- JModListMojo - Class in org.apache.maven.plugins.jmod
-
This goal is to support the usage of
jmod list
to show the content of ajmod
file. - JModListMojo() - Constructor for class org.apache.maven.plugins.jmod.JModListMojo
- JMODS - Static variable in class org.apache.maven.plugins.jmod.JModCreateMojo
L
- legalNotices - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
Define the location of legal notices.
- libs - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
Specifies one or more directories containing native libraries to be copied (The given directories are relative to project base directory).
- libs - Variable in class org.apache.maven.plugins.jmod.JModHashMojo
- locationManager - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
M
- mainClass - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
Define the main class which is recorded in the
module-info.class
file. - mainClass - Variable in class org.apache.maven.plugins.jmod.JModHashMojo
- manPages - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
Define the locations of man pages.
- modulePath - Variable in class org.apache.maven.plugins.jmod.JModHashMojo
-
Define the modulepath for the
jmod
call. - modulepathElements - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- modulePaths - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- moduleVersion - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
Define the module version of the jmod file.
- moduleVersion - Variable in class org.apache.maven.plugins.jmod.JModHashMojo
O
- org.apache.maven.plugins.jmod - package org.apache.maven.plugins.jmod
- outputDirectory - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- outputDirectory - Variable in class org.apache.maven.plugins.jmod.JModDescribeMojo
- outputDirectory - Variable in class org.apache.maven.plugins.jmod.JModListMojo
- outputFileName - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
This is only the name of the jmod file in the target directory.
P
- pathElements - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- preparePaths() - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- project - Variable in class org.apache.maven.plugins.jmod.AbstractJModMojo
- projectHasAlreadySetAnArtifact() - Method in class org.apache.maven.plugins.jmod.AbstractJModMojo
R
- resolveAgainstProjectBaseDir(List<String>) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
S
- session - Variable in class org.apache.maven.plugins.jmod.AbstractJModMojo
T
- targetClassesDirectory - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
- targetPlatform - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
--target-platform <target-platform>
Target platform TODO: Which values are valid? - throwExceptionIfNotExistOrNotADirectory(List<String>, String) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- toolchainManager - Variable in class org.apache.maven.plugins.jmod.AbstractJModMojo
W
- warnIfResolved - Variable in class org.apache.maven.plugins.jmod.JModCreateMojo
-
Hint for a tool to issue a warning if the module is resolved.
- writeBoxedWarning(String) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
All Classes and Interfaces|All Packages|Constant Field Values