org.apache.geronimo.mavenplugins.car
Class ClasspathElement

java.lang.Object
  extended by 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-18 11:20:50 -0800 (Tue, 18 Nov 2008) $

Constructor Summary
ClasspathElement()
           
 
Method Summary
 String getArtifactId()
           
 String getClassifier()
           
 String getClasspathPrefix()
           
 String getEntry()
           
 String getGroupId()
           
 String getType()
           
 String getVersion()
           
 void setArtifactId(String artifactId)
           
 void setClassifier(String classifier)
           
 void setClasspathPrefix(String classpathPrefix)
           
 void setEntry(String entry)
           
 void setGroupId(String groupId)
           
 void setType(String type)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClasspathElement

public ClasspathElement()
Method Detail

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-2009 The Apache Geronimo development community. All Rights Reserved.