org.codehaus.cargo.maven2.util
Class CargoProject

java.lang.Object
  extended by org.codehaus.cargo.maven2.util.CargoProject

public class CargoProject
extends Object

Holder class to transport all required information to the configuration classes.

Version:
$Id: CargoProject.java 1691 2008-08-21 14:07:41Z adriana $

Constructor Summary
CargoProject(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log log)
           
CargoProject(String packaging, String groupId, String artifactId, String buildDirectory, String finalName, Set artifacts, org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 String getArtifactId()
           
 Set getArtifacts()
           
 String getBuildDirectory()
           
 ClassLoader getEmbeddedClassLoader()
           
 String getFinalName()
           
 String getGroupId()
           
 org.apache.maven.plugin.logging.Log getLog()
           
 String getPackaging()
           
 boolean isJ2EEPackaging()
           
 void setEmbeddedClassLoader(ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CargoProject

public CargoProject(String packaging,
                    String groupId,
                    String artifactId,
                    String buildDirectory,
                    String finalName,
                    Set artifacts,
                    org.apache.maven.plugin.logging.Log log)

CargoProject

public CargoProject(org.apache.maven.project.MavenProject project,
                    org.apache.maven.plugin.logging.Log log)
Method Detail

getPackaging

public String getPackaging()

getGroupId

public String getGroupId()

getArtifactId

public String getArtifactId()

getBuildDirectory

public String getBuildDirectory()

getFinalName

public String getFinalName()

getArtifacts

public Set getArtifacts()

getLog

public org.apache.maven.plugin.logging.Log getLog()

isJ2EEPackaging

public boolean isJ2EEPackaging()

setEmbeddedClassLoader

public void setEmbeddedClassLoader(ClassLoader classLoader)

getEmbeddedClassLoader

public ClassLoader getEmbeddedClassLoader()


Copyright © 2004-2012 Codehaus. All Rights Reserved.