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 ���ge Eldby

Constructor Summary
Module()
           
 
Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 void setArtifactId(String artifactId)
           
 void setGroupId(String groupId)
           
 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


Copyright © 2005-2011 Codehaus. All Rights Reserved.