Package org.glassfish.build
Class FeatureSetsDependenciesMojo.DependencyMapping
java.lang.Object
org.glassfish.build.FeatureSetsDependenciesMojo.DependencyMapping
- Enclosing class:
FeatureSetsDependenciesMojo
Configuration of dependency mapping to name.
This allows customizing names of dependencies unpacked.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the artifactId of the dependency.Get the groupId of the dependency.getName()
Get the mapped name of the dependency.void
setArtifactId
(String depArtifactId) Set the artifactId of the dependency.void
setGroupId
(String depGroupId) Set the groupId of the dependency.void
Set the mapped name of the dependency.
-
Field Details
-
groupId
The groupId of the dependency. -
artifactId
The artifacTId of the dependency. -
name
The mapped name of the dependency.
-
-
Constructor Details
-
DependencyMapping
public DependencyMapping()
-
-
Method Details
-
setArtifactId
Set the artifactId of the dependency.- Parameters:
depArtifactId
- the artifactId
-
getArtifactId
Get the artifactId of the dependency.- Returns:
- the artifactId
-
setGroupId
Set the groupId of the dependency.- Parameters:
depGroupId
- the groupId
-
getGroupId
Get the groupId of the dependency.- Returns:
- the groupId
-
setName
Set the mapped name of the dependency.- Parameters:
depName
- the mapped name
-
getName
Get the mapped name of the dependency.- Returns:
- the groupId
-