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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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


Copyright © 2005-2008 Codehaus. All Rights Reserved.