Interface ProviderInfo
- All Known Subinterfaces:
ConfigurableProviderInfo
public interface ProviderInfo
- Author:
- Kristian Rosenvold
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getJpmsArguments
(ProviderRequirements forkRequirements) Set<org.apache.maven.artifact.Artifact>
boolean
-
Method Details
-
getProviderName
-
isApplicable
boolean isApplicable() -
getProviderClasspath
@Nonnull Set<org.apache.maven.artifact.Artifact> getProviderClasspath() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
addProviderProperties
void addProviderProperties() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getJpmsArguments
-