org.sonatype.tycho.p2.facade.internal
Class ArtifactFacade
java.lang.Object
org.sonatype.tycho.p2.facade.internal.ArtifactFacade
- All Implemented Interfaces:
- IArtifactFacade
public class ArtifactFacade
- extends Object
- implements IArtifactFacade
Constructor Summary |
ArtifactFacade(org.apache.maven.artifact.Artifact wrappedArtifact)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactFacade
public ArtifactFacade(org.apache.maven.artifact.Artifact wrappedArtifact)
getLocation
public File getLocation()
- Specified by:
getLocation
in interface IArtifactFacade
getGroupId
public String getGroupId()
- Specified by:
getGroupId
in interface IArtifactFacade
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactId
in interface IArtifactFacade
getVersion
public String getVersion()
- Specified by:
getVersion
in interface IArtifactFacade
getPackagingType
public String getPackagingType()
- Specified by:
getPackagingType
in interface IArtifactFacade
getSourceBundleSuffix
public String getSourceBundleSuffix()
- Description copied from interface:
IArtifactFacade
- Suffix which will be appended to the symbolc name of the bundle to
generate the symbolic name of the corresponding source bundle.
OsgiSourceMojo#sourceBundleSuffix
. May return null
if
IArtifactFacade.hasSourceBundle()
== false.
- Specified by:
getSourceBundleSuffix
in interface IArtifactFacade
hasSourceBundle
public boolean hasSourceBundle()
- Description copied from interface:
IArtifactFacade
- whether a source bundle will be generated for this artifact.
- Specified by:
hasSourceBundle
in interface IArtifactFacade
Copyright © 2008-2011. All Rights Reserved.