Class RepositoryArtifactProvider.BooleanStatusArtifactRequest

  • All Implemented Interfaces:
    org.eclipse.equinox.p2.repository.artifact.IArtifactRequest
    Enclosing class:
    RepositoryArtifactProvider

    private abstract static class RepositoryArtifactProvider.BooleanStatusArtifactRequest
    extends java.lang.Object
    implements org.eclipse.equinox.p2.repository.artifact.IArtifactRequest
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.equinox.p2.metadata.IArtifactKey key  
      private boolean successful  
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanStatusArtifactRequest​(org.eclipse.equinox.p2.metadata.IArtifactKey key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.equinox.p2.metadata.IArtifactKey getArtifactKey()  
      org.eclipse.core.runtime.IStatus getResult()  
      protected void markSuccessful()  
      boolean wasSuccessful()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.eclipse.equinox.p2.repository.artifact.IArtifactRequest

        perform
    • Field Detail

      • key

        private final org.eclipse.equinox.p2.metadata.IArtifactKey key
      • successful

        private boolean successful
    • Constructor Detail

      • BooleanStatusArtifactRequest

        public BooleanStatusArtifactRequest​(org.eclipse.equinox.p2.metadata.IArtifactKey key)
    • Method Detail

      • getArtifactKey

        public final org.eclipse.equinox.p2.metadata.IArtifactKey getArtifactKey()
        Specified by:
        getArtifactKey in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRequest
      • markSuccessful

        protected void markSuccessful()
      • wasSuccessful

        public boolean wasSuccessful()
      • getResult

        public org.eclipse.core.runtime.IStatus getResult()
        Specified by:
        getResult in interface org.eclipse.equinox.p2.repository.artifact.IArtifactRequest