Class MavenBundleInfo


  • public class MavenBundleInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private IArtifactFacade artifact  
      private org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor  
      private org.eclipse.equinox.p2.metadata.IInstallableUnit unit  
    • Constructor Summary

      Constructors 
      Constructor Description
      MavenBundleInfo​(org.eclipse.equinox.p2.metadata.IInstallableUnit unit, org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor, IArtifactFacade artifact)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IArtifactFacade getArtifact()  
      org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor getDescriptor()  
      org.eclipse.equinox.p2.metadata.IInstallableUnit getUnit()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • unit

        private org.eclipse.equinox.p2.metadata.IInstallableUnit unit
      • descriptor

        private org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor
    • Constructor Detail

      • MavenBundleInfo

        public MavenBundleInfo​(org.eclipse.equinox.p2.metadata.IInstallableUnit unit,
                               org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor,
                               IArtifactFacade artifact)
    • Method Detail

      • getUnit

        public org.eclipse.equinox.p2.metadata.IInstallableUnit getUnit()
      • getDescriptor

        public org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor getDescriptor()