Package org.eclipse.tycho.p2.resolver
Class WrappedArtifact
java.lang.Object
org.eclipse.tycho.p2.metadata.ArtifactFacadeProxy
org.eclipse.tycho.p2.resolver.WrappedArtifact
- All Implemented Interfaces:
IArtifactFacade
-
Field Summary
Fields inherited from class org.eclipse.tycho.p2.metadata.ArtifactFacadeProxy
proxy -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateBundleSymbolicNameFromArtifact(String prefix, IArtifactFacade mavenArtifact) static StringcreateClassifierFromArtifact(IArtifactFacade mavenArtifact) static aQute.bnd.version.VersioncreateOSGiVersionFromArtifact(IArtifactFacade mavenArtifact) protected static aQute.bnd.version.VersioncreateOSGiVersionFromMaven(String version) static PropertiescreatePropertiesForPrefix(String prefix) static WrappedArtifactcreateWrappedArtifact(IArtifactFacade mavenArtifact, String prefix, File wrappedFile) static WrappedArtifactcreateWrappedArtifact(IArtifactFacade mavenArtifact, Properties bndInstructions, File wrappedFile) booleaninthashCode()toString()Methods inherited from class org.eclipse.tycho.p2.metadata.ArtifactFacadeProxy
getArtifactId, getGroupId, getVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.tycho.p2.metadata.IArtifactFacade
getDependencyTrail, getRepository
-
Method Details
-
getLocation
- Specified by:
getLocationin interfaceIArtifactFacade- Overrides:
getLocationin classArtifactFacadeProxy
-
getClassifier
- Specified by:
getClassifierin interfaceIArtifactFacade- Overrides:
getClassifierin classArtifactFacadeProxy
-
getPackagingType
- Specified by:
getPackagingTypein interfaceIArtifactFacade- Overrides:
getPackagingTypein classArtifactFacadeProxy
-
getWrappedBsn
-
getWrappedVersion
-
getReferenceHint
-
getGeneratedManifest
-
toString
-
hashCode
public int hashCode()- Overrides:
hashCodein classArtifactFacadeProxy
-
equals
- Overrides:
equalsin classArtifactFacadeProxy
-
createWrappedArtifact
public static WrappedArtifact createWrappedArtifact(IArtifactFacade mavenArtifact, String prefix, File wrappedFile) throws Exception - Throws:
Exception
-
createWrappedArtifact
public static WrappedArtifact createWrappedArtifact(IArtifactFacade mavenArtifact, Properties bndInstructions, File wrappedFile) throws Exception - Throws:
Exception
-
createPropertiesForPrefix
-
createClassifierFromArtifact
-
createBundleSymbolicNameFromArtifact
public static String createBundleSymbolicNameFromArtifact(String prefix, IArtifactFacade mavenArtifact) -
createOSGiVersionFromArtifact
public static aQute.bnd.version.Version createOSGiVersionFromArtifact(IArtifactFacade mavenArtifact) -
createOSGiVersionFromMaven
-