org.codehaus.cargo.maven2.util
Class CargoProject
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.