org.apache.geronimo.mavenplugins.car
Class ClasspathElement
java.lang.Object
org.apache.geronimo.mavenplugins.car.ClasspathElement
public class ClasspathElement
- extends Object
Represents a Maven-artifact with additional classpath prefix details to build a
jar's Manifest Class-Path.
- Version:
- $Rev:385659 $ $Date: 2008-11-19 03:20:50 +0800 (Wed, 19 Nov 2008) $
ClasspathElement
public ClasspathElement()
getArtifactId
public String getArtifactId()
- Returns:
- Returns the artifactId.
setArtifactId
public void setArtifactId(String artifactId)
- Parameters:
artifactId - The artifactId to set.
getGroupId
public String getGroupId()
- Returns:
- Returns the groupId.
setGroupId
public void setGroupId(String groupId)
- Parameters:
groupId - The groupId to set.
getType
public String getType()
- Returns:
- Returns the type.
setType
public void setType(String type)
- Parameters:
type - The type to set.
getVersion
public String getVersion()
- Returns:
- Returns the version.
setVersion
public void setVersion(String version)
- Parameters:
version - The version to set.
getClassifier
public String getClassifier()
- Returns:
- Classifier.
setClassifier
public void setClassifier(String classifier)
- Parameters:
classifier - Classifier.
getClasspathPrefix
public String getClasspathPrefix()
- Returns:
- Returns the classpath prefix.
setClasspathPrefix
public void setClasspathPrefix(String classpathPrefix)
- Parameters:
classpathPrefix - The classpath prefix
getEntry
public String getEntry()
setEntry
public void setEntry(String entry)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.