|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.tycho.p2.facade.internal.MavenProjectFacade
org.sonatype.tycho.p2.facade.internal.ProjectArtifactFacade
public class ProjectArtifactFacade
Field Summary |
---|
Fields inherited from class org.sonatype.tycho.p2.facade.internal.MavenProjectFacade |
---|
wrappedProject |
Constructor Summary | |
---|---|
ProjectArtifactFacade(org.apache.maven.project.MavenProject wrappedProject)
|
Method Summary | |
---|---|
java.io.File |
getLocation()
Instead of project base dir (with META-INF/MANIFEST.MF in
the file system) , in this case we reference the artifact jar (containing
META-INF/MANIFEST.MF ). |
java.io.File |
getSourceArtifactLocation()
|
Methods inherited from class org.sonatype.tycho.p2.facade.internal.MavenProjectFacade |
---|
getArtifactId, getGroupId, getPackagingType, getSourceBundleSuffix, getVersion, hasSourceBundle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.sonatype.tycho.p2.IArtifactFacade |
---|
getArtifactId, getGroupId, getPackagingType, getSourceBundleSuffix, getVersion, hasSourceBundle |
Constructor Detail |
---|
public ProjectArtifactFacade(org.apache.maven.project.MavenProject wrappedProject)
Method Detail |
---|
public java.io.File getLocation()
META-INF/MANIFEST.MF
in
the file system) , in this case we reference the artifact jar (containing
META-INF/MANIFEST.MF
). Both are supported by the p2
BundlesAction.
getLocation
in interface IArtifactFacade
getLocation
in class MavenProjectFacade
public java.io.File getSourceArtifactLocation()
getSourceArtifactLocation
in interface IProjectArtifactFacade
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |