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. classpathArtifacts
protected 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. classpathArtifacts
Artifacts that should be explicitly on the classpathprotected java.util.List<ArtifactParameter>
AbstractToolMojo. excludedArtifacts
Artifacts 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()