java.lang.Object
org.mule.maven.pom.parser.api.model.SharedLibrary

public class SharedLibrary extends Object
Describes a ShareLibrary configuration.
Since:
2.0.0
  • Constructor Details

    • SharedLibrary

      public SharedLibrary(String groupId, String artifactId)
      Instantiates a new ShareLibrary.
      Parameters:
      groupId - the groupId
      artifactId - the artifactId
  • Method Details

    • getArtifactId

      public String getArtifactId()
      Gets the artifactId.
      Returns:
      the artifact id
    • getGroupId

      public String getGroupId()
      Gets the groupId.
      Returns:
      the group id