Class ArtifactResolverPostProcessorSupport

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String configPropKey​(java.lang.String name)
      To be used by underlying implementations to form configuration property keys properly scoped.
      protected abstract void doPostProcess​(org.eclipse.aether.RepositorySystemSession session, java.util.List<org.eclipse.aether.resolution.ArtifactResult> artifactResults)  
      protected boolean isEnabled​(org.eclipse.aether.RepositorySystemSession session)
      Returns true if session configuration marks this instance as enabled.
      void postProcess​(org.eclipse.aether.RepositorySystemSession session, java.util.List<org.eclipse.aether.resolution.ArtifactResult> artifactResults)
      This implementation will call into underlying code only if enabled.
      • Methods inherited from class java.lang.Object

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

      • postProcess

        public void postProcess​(org.eclipse.aether.RepositorySystemSession session,
                                java.util.List<org.eclipse.aether.resolution.ArtifactResult> artifactResults)
        This implementation will call into underlying code only if enabled.
        Specified by:
        postProcess in interface org.eclipse.aether.spi.resolution.ArtifactResolverPostProcessor
      • doPostProcess

        protected abstract void doPostProcess​(org.eclipse.aether.RepositorySystemSession session,
                                              java.util.List<org.eclipse.aether.resolution.ArtifactResult> artifactResults)
      • configPropKey

        protected java.lang.String configPropKey​(java.lang.String name)
        To be used by underlying implementations to form configuration property keys properly scoped.
      • isEnabled

        protected boolean isEnabled​(org.eclipse.aether.RepositorySystemSession session)
        Returns true if session configuration marks this instance as enabled.

        Default value is false.