Uses of Class
net.agilhard.maven.plugins.jpacktool.base.mojo.ArtifactParameter
| Package | Description |
|---|---|
| net.agilhard.maven.plugins.jpacktool.base.handler | |
| net.agilhard.maven.plugins.jpacktool.base.mojo |
-
Uses of ArtifactParameter in net.agilhard.maven.plugins.jpacktool.base.handler
Fields in net.agilhard.maven.plugins.jpacktool.base.handler with type parameters of type ArtifactParameter Modifier and Type Field Description protected java.util.List<ArtifactParameter>AbstractDependencyHandler. classpathArtifactsprotected java.util.List<ArtifactParameter>AbstractDependencyHandler. excludedArtifacts -
Uses of ArtifactParameter in net.agilhard.maven.plugins.jpacktool.base.mojo
Fields in net.agilhard.maven.plugins.jpacktool.base.mojo with type parameters of type ArtifactParameter Modifier and Type Field Description protected java.util.List<ArtifactParameter>AbstractToolMojo. classpathArtifactsArtifacts that should be explicitly on the classpathprotected java.util.List<ArtifactParameter>AbstractToolMojo. excludedArtifactsArtifacts that should be excludedMethods in net.agilhard.maven.plugins.jpacktool.base.mojo that return types with arguments of type ArtifactParameter Modifier and Type Method Description java.util.List<ArtifactParameter>AbstractToolMojo. getClasspathArtifacts()java.util.List<ArtifactParameter>AbstractToolMojo. getExcludedArtifacts()