Class Module

java.lang.Object
org.ovirt.maven.plugin.jbossmodules.Module

public class Module extends Object
  • Field Details

    • artifactId

      private String artifactId
    • groupId

      private String groupId
    • moduleName

      private String moduleName
    • moduleSlot

      private String moduleSlot
  • Constructor Details

    • Module

      public Module()
  • Method Details

    • getArtifactId

      public String getArtifactId()
    • setArtifactId

      public void setArtifactId(String artifactId)
    • getGroupId

      public String getGroupId()
    • setGroupId

      public void setGroupId(String groupId)
    • getModuleName

      public String getModuleName()
    • setModuleName

      public void setModuleName(String moduleName)
    • getModuleSlot

      public String getModuleSlot()
    • setModuleSlot

      public void setModuleSlot(String moduleSlot)
    • getResourcePath

      public String getResourcePath()
    • matches

      public boolean matches(org.apache.maven.artifact.Artifact artifact)