Package org.codehaus.mojo.aspectj
Class Module
- java.lang.Object
-
- org.codehaus.mojo.aspectj.Module
-
public class Module extends java.lang.Object
Module to be referenced through AJC-mojo- Author:
- Thor Age Eldby
-
-
Constructor Summary
Constructors Constructor Description Module()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getArtifactId()
java.lang.String
getClassifier()
java.lang.String
getGroupId()
java.lang.String
getType()
void
setArtifactId(java.lang.String artifactId)
void
setClassifier(java.lang.String classifier)
void
setGroupId(java.lang.String groupId)
void
setType(java.lang.String type)
java.lang.String
toString()
-
-
-
Method Detail
-
getArtifactId
public java.lang.String getArtifactId()
- Returns:
- id of artifact
-
setArtifactId
public void setArtifactId(java.lang.String artifactId)
- Parameters:
artifactId
- id of artifact
-
getGroupId
public java.lang.String getGroupId()
- Returns:
- id of artifact's group
-
setGroupId
public void setGroupId(java.lang.String groupId)
- Parameters:
groupId
- id of artifact's group
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getClassifier
public java.lang.String getClassifier()
- Returns:
- classifier of artifact
-
setClassifier
public void setClassifier(java.lang.String classifier)
- Parameters:
classifier
- classifier of artifact
-
getType
public java.lang.String getType()
- Returns:
- type of artifact
-
setType
public void setType(java.lang.String type)
- Parameters:
type
- type fo artifact
-
-