A B C D E F G H I J L M O P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- append(StringBuilder, String, int) - Method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
B
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_LINE_LENGTH - Static variable in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
- 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
- detail - Variable in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
-
If
true
, display all settable properties for each goal. - 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
- execute() - Method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
- executeCommand(Commandline, File) - Method in class org.apache.maven.plugins.jmod.AbstractJModMojo
F
- failIfParametersAreNotInTheirValidValueRanges() - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- findNamedChild(Node, String) - Static method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
- findSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
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
- getIndentLevel(String) - Static method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
-
Gets the indentation level of the specified line.
- 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
- getPropertyFromExpression(String) - Static method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
- getSession() - Method in class org.apache.maven.plugins.jmod.AbstractJModMojo
- getSingleChild(Node, String) - Static method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
- getToolchain() - Method in class org.apache.maven.plugins.jmod.AbstractJModMojo
- getValue(Node, String) - Static method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
- goal - Variable in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
-
The name of the goal for which to show help.
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.
- HelpMojo - Class in org.apache.maven.plugins.maven_jmod_plugin
-
Display help information on maven-jmod-plugin.
Callmvn jmod:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
I
- indentSize - Variable in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
-
The number of spaces per indentation level, should be positive.
- isConfigurationDefinedInPOM(List<String>) - Method in class org.apache.maven.plugins.jmod.JModCreateMojo
- isNotEmpty(String) - Static method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
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
- lineLength - Variable in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
-
The maximum length of a display line, should be positive.
- 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
- org.apache.maven.plugins.maven_jmod_plugin - package org.apache.maven.plugins.maven_jmod_plugin
- 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
- PLUGIN_HELP_PATH - Static variable in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
- 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
- repeat(String, int) - Static method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
-
Repeat a String
n
times to form a new string. - 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
- toLines(String, int, int, int) - Static method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- 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
- writeGoal(StringBuilder, String, Element) - Method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.apache.maven.plugins.maven_jmod_plugin.HelpMojo
All Classes All Packages