Class SharedLibrary
java.lang.Object
org.mule.maven.pom.parser.api.model.SharedLibrary
Describes a ShareLibrary configuration.
- Since:
- 2.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionSharedLibrary(String groupId, String artifactId) Instantiates a new ShareLibrary. -
Method Summary
Modifier and TypeMethodDescriptionGets the artifactId.Gets the groupId.
-
Constructor Details
-
SharedLibrary
Instantiates a new ShareLibrary.- Parameters:
groupId- the groupIdartifactId- the artifactId
-
-
Method Details
-
getArtifactId
Gets the artifactId.- Returns:
- the artifact id
-
getGroupId
Gets the groupId.- Returns:
- the group id
-