Package org.apache.maven.plugins.jlink
Class AbstractJLinkExecutor
java.lang.Object
org.apache.maven.plugins.jlink.AbstractJLinkExecutor
- Direct Known Subclasses:
AbstractJLinkToolchainExecutor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprivate final org.apache.maven.plugin.logging.Log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllModulePaths(Collection<String> pathsOfModules) voidaddAllModules(Collection<String> modulesToAdd) abstract intexecuteJlink(List<String> jlinkArgs) getJmodsFolder(File sourceJdkModules) protected org.apache.maven.plugin.logging.LoggetLog()
-
Field Details
-
JMODS
- See Also:
-
log
private final org.apache.maven.plugin.logging.Log log -
modulesToAdd
-
modulePaths
-
-
Constructor Details
-
AbstractJLinkExecutor
AbstractJLinkExecutor(org.apache.maven.plugin.logging.Log log)
-
-
Method Details