Package org.codehaus.mojo.aspectj
Class Module
java.lang.Object
org.codehaus.mojo.aspectj.Module
Module to be referenced through AJC-mojo
- Author:
- Thor Age Eldby
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setArtifactId
(String artifactId) void
setClassifier
(String classifier) void
setGroupId
(String groupId) void
toString()
-
Constructor Details
-
Module
public Module()
-
-
Method Details
-
getArtifactId
- Returns:
- id of artifact
-
setArtifactId
- Parameters:
artifactId
- id of artifact
-
getGroupId
- Returns:
- id of artifact's group
-
setGroupId
- Parameters:
groupId
- id of artifact's group
-
toString
-
getClassifier
- Returns:
- classifier of artifact
-
setClassifier
- Parameters:
classifier
- classifier of artifact
-
getType
- Returns:
- type of artifact
-
setType
- Parameters:
type
- type fo artifact
-