org.apache.geronimo.plugin.car
Class ClasspathElement

java.lang.Object
  extended by org.apache.geronimo.plugin.car.ArtifactItem
      extended by org.apache.geronimo.plugin.car.ClasspathElement

public class ClasspathElement
extends ArtifactItem

Represents a Maven-artifact with additional classparh prefix details to build a jar's Manifest Class-Path.

Version:
$Rev:385659 $ $Date: 2006-08-15 06:02:48 +0200 (mar., 15 août 2006) $

Constructor Summary
ClasspathElement()
           
 
Method Summary
 String getClasspathPrefix()
           
 void setClasspathPrefix(String classpathPrefix)
           
 
Methods inherited from class org.apache.geronimo.plugin.car.ArtifactItem
getArtifactId, getClassifier, getGroupId, getType, getVersion, setArtifactId, setClassifier, setGroupId, setType, setVersion, 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

getClasspathPrefix

public String getClasspathPrefix()
Returns:
Returns the classpath prefix.

setClasspathPrefix

public void setClasspathPrefix(String classpathPrefix)
Parameters:
classpathPrefix - The classpath prefix


Copyright © 2006 Apache Software Foundation. All Rights Reserved.