org.codehaus.mojo.aspectj
Class Module
java.lang.Object
org.codehaus.mojo.aspectj.Module
public class Module
- extends Object
Module to be referenced through AJC-mojo
- Author:
- Thor Age Eldby
Module
public Module()
getArtifactId
public String getArtifactId()
- Returns:
- id of artifact
setArtifactId
public void setArtifactId(String artifactId)
- Parameters:
artifactId
- id of artifact
getGroupId
public String getGroupId()
- Returns:
- id of artifact's group
setGroupId
public void setGroupId(String groupId)
- Parameters:
groupId
- id of artifact's group
toString
public String toString()
- Overrides:
toString
in class Object
getClassifier
public String getClassifier()
- Returns:
- classifier of artifact
setClassifier
public void setClassifier(String classifier)
- Parameters:
classifier
- classifier of artifact
getType
public String getType()
- Returns:
- type of artifact
setType
public void setType(String type)
- Parameters:
type
- type fo artifact
Copyright © 2005-2014 Codehaus. All Rights Reserved.