org.apache.geronimo.mavenplugins.car
Class ClasspathElement

java.lang.Object
  extended by org.codehaus.mojo.pluginsupport.util.ArtifactItem
      extended by org.apache.geronimo.mavenplugins.car.ClasspathElement

public class ClasspathElement
extends org.codehaus.mojo.pluginsupport.util.ArtifactItem

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


Constructor Summary
ClasspathElement()
           
 
Method Summary
 String getClasspathPrefix()
           
 String getEntry()
           
 void setClasspathPrefix(String classpathPrefix)
           
 void setEntry(String entry)
           
 
Methods inherited from class org.codehaus.mojo.pluginsupport.util.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

getEntry

public String getEntry()

setEntry

public void setEntry(String entry)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.