org.sonatype.tycho.p2.facade.internal
Class ProjectArtifactFacade
java.lang.Object
org.sonatype.tycho.p2.facade.internal.MavenProjectFacade
org.sonatype.tycho.p2.facade.internal.ProjectArtifactFacade
- All Implemented Interfaces:
- IArtifactFacade, IProjectArtifactFacade
public class ProjectArtifactFacade
- extends MavenProjectFacade
- implements IProjectArtifactFacade
Method Summary |
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 ). |
File |
getSourceArtifactLocation()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectArtifactFacade
public ProjectArtifactFacade(org.apache.maven.project.MavenProject wrappedProject)
getLocation
public 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
). Both are supported by the p2
BundlesAction.
- Specified by:
getLocation
in interface IArtifactFacade
- Overrides:
getLocation
in class MavenProjectFacade
getSourceArtifactLocation
public File getSourceArtifactLocation()
- Specified by:
getSourceArtifactLocation
in interface IProjectArtifactFacade
Copyright © 2008-2011. All Rights Reserved.