|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.pluginsupport.util.ArtifactItem
org.apache.geronimo.mavenplugins.car.ClasspathElement
public class ClasspathElement
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 |
|---|
public ClasspathElement()
| Method Detail |
|---|
public String getClasspathPrefix()
public void setClasspathPrefix(String classpathPrefix)
classpathPrefix - The classpath prefixpublic String getEntry()
public void setEntry(String entry)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||