org.codehaus.mojo.aspectj
Class Module

java.lang.Object
  extended by org.codehaus.mojo.aspectj.Module

public class Module
extends Object

Module to be referenced through AJC-mojo

Author:
Thor Age Eldby

Constructor Summary
Module()
           
 
Method Summary
 String getArtifactId()
           
 String getClassifier()
           
 String getGroupId()
           
 String getType()
           
 void setArtifactId(String artifactId)
           
 void setClassifier(String classifier)
           
 void setGroupId(String groupId)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Module

public Module()
Method Detail

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-2012 Codehaus. All Rights Reserved.